/*
* Copyright 2019 The Grafeas Authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grafeas/v1/slsa_provenance_zero_two.proto
package io.grafeas.v1;
public interface SlsaProvenanceZeroTwoOrBuilder
extends
// @@protoc_insertion_point(interface_extends:grafeas.v1.SlsaProvenanceZeroTwo)
com.google.protobuf.MessageOrBuilder {
/**
* .grafeas.v1.SlsaProvenanceZeroTwo.SlsaBuilder builder = 1;
*
* @return Whether the builder field is set.
*/
boolean hasBuilder();
/**
* .grafeas.v1.SlsaProvenanceZeroTwo.SlsaBuilder builder = 1;
*
* @return The builder.
*/
io.grafeas.v1.SlsaProvenanceZeroTwo.SlsaBuilder getBuilder();
/** .grafeas.v1.SlsaProvenanceZeroTwo.SlsaBuilder builder = 1; */
io.grafeas.v1.SlsaProvenanceZeroTwo.SlsaBuilderOrBuilder getBuilderOrBuilder();
/**
* string build_type = 2;
*
* @return The buildType.
*/
java.lang.String getBuildType();
/**
* string build_type = 2;
*
* @return The bytes for buildType.
*/
com.google.protobuf.ByteString getBuildTypeBytes();
/**
* .grafeas.v1.SlsaProvenanceZeroTwo.SlsaInvocation invocation = 3;
*
* @return Whether the invocation field is set.
*/
boolean hasInvocation();
/**
* .grafeas.v1.SlsaProvenanceZeroTwo.SlsaInvocation invocation = 3;
*
* @return The invocation.
*/
io.grafeas.v1.SlsaProvenanceZeroTwo.SlsaInvocation getInvocation();
/** .grafeas.v1.SlsaProvenanceZeroTwo.SlsaInvocation invocation = 3; */
io.grafeas.v1.SlsaProvenanceZeroTwo.SlsaInvocationOrBuilder getInvocationOrBuilder();
/**
* .google.protobuf.Struct build_config = 4;
*
* @return Whether the buildConfig field is set.
*/
boolean hasBuildConfig();
/**
* .google.protobuf.Struct build_config = 4;
*
* @return The buildConfig.
*/
com.google.protobuf.Struct getBuildConfig();
/** .google.protobuf.Struct build_config = 4; */
com.google.protobuf.StructOrBuilder getBuildConfigOrBuilder();
/**
* .grafeas.v1.SlsaProvenanceZeroTwo.SlsaMetadata metadata = 5;
*
* @return Whether the metadata field is set.
*/
boolean hasMetadata();
/**
* .grafeas.v1.SlsaProvenanceZeroTwo.SlsaMetadata metadata = 5;
*
* @return The metadata.
*/
io.grafeas.v1.SlsaProvenanceZeroTwo.SlsaMetadata getMetadata();
/** .grafeas.v1.SlsaProvenanceZeroTwo.SlsaMetadata metadata = 5; */
io.grafeas.v1.SlsaProvenanceZeroTwo.SlsaMetadataOrBuilder getMetadataOrBuilder();
/** repeated .grafeas.v1.SlsaProvenanceZeroTwo.SlsaMaterial materials = 6; */
java.util.List getMaterialsList();
/** repeated .grafeas.v1.SlsaProvenanceZeroTwo.SlsaMaterial materials = 6; */
io.grafeas.v1.SlsaProvenanceZeroTwo.SlsaMaterial getMaterials(int index);
/** repeated .grafeas.v1.SlsaProvenanceZeroTwo.SlsaMaterial materials = 6; */
int getMaterialsCount();
/** repeated .grafeas.v1.SlsaProvenanceZeroTwo.SlsaMaterial materials = 6; */
java.util.List extends io.grafeas.v1.SlsaProvenanceZeroTwo.SlsaMaterialOrBuilder>
getMaterialsOrBuilderList();
/** repeated .grafeas.v1.SlsaProvenanceZeroTwo.SlsaMaterial materials = 6; */
io.grafeas.v1.SlsaProvenanceZeroTwo.SlsaMaterialOrBuilder getMaterialsOrBuilder(int index);
}