- 2.74.0 (latest)
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
public
static
final
class
Recipe
.
Builder
extends
GeneratedMessageV3
.
Builder<Recipe
.
Builder
>
implements
RecipeOrBuilder
Steps taken to build the artifact. For a TaskRun, typically each container corresponds to one step in the recipe.
Protobuf type grafeas.v1.Recipe
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Recipe.BuilderImplements
RecipeOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
addAllArguments(Iterable<? extends Any> values)
public
Recipe
.
Builder
addAllArguments
(
Iterable
< ?
extends
Any
>
values
)
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
addAllEnvironment(Iterable<? extends Any> values)
public
Recipe
.
Builder
addAllEnvironment
(
Iterable
< ?
extends
Any
>
values
)
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
addArguments(Any value)
public
Recipe
.
Builder
addArguments
(
Any
value
)
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
addArguments(Any.Builder builderForValue)
public
Recipe
.
Builder
addArguments
(
Any
.
Builder
builderForValue
)
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
addArguments(int index, Any value)
public
Recipe
.
Builder
addArguments
(
int
index
,
Any
value
)
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
addArguments(int index, Any.Builder builderForValue)
public
Recipe
.
Builder
addArguments
(
int
index
,
Any
.
Builder
builderForValue
)
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
addArgumentsBuilder()
public
Any
.
Builder
addArgumentsBuilder
()
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
addArgumentsBuilder(int index)
public
Any
.
Builder
addArgumentsBuilder
(
int
index
)
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
addEnvironment(Any value)
public
Recipe
.
Builder
addEnvironment
(
Any
value
)
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
addEnvironment(Any.Builder builderForValue)
public
Recipe
.
Builder
addEnvironment
(
Any
.
Builder
builderForValue
)
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
addEnvironment(int index, Any value)
public
Recipe
.
Builder
addEnvironment
(
int
index
,
Any
value
)
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
addEnvironment(int index, Any.Builder builderForValue)
public
Recipe
.
Builder
addEnvironment
(
int
index
,
Any
.
Builder
builderForValue
)
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
addEnvironmentBuilder()
public
Any
.
Builder
addEnvironmentBuilder
()
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
addEnvironmentBuilder(int index)
public
Any
.
Builder
addEnvironmentBuilder
(
int
index
)
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public
Recipe
.
Builder
addRepeatedField
(
Descriptors
.
FieldDescriptor
field
,
Object
value
)
build()
public
Recipe
build
()
buildPartial()
public
Recipe
buildPartial
()
clear()
public
Recipe
.
Builder
clear
()
clearArguments()
public
Recipe
.
Builder
clearArguments
()
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
clearDefinedInMaterial()
public
Recipe
.
Builder
clearDefinedInMaterial
()
Index in materials containing the recipe steps that are not implied by recipe.type. For example, if the recipe type were "make", then this would point to the source containing the Makefile, not the make program itself. Set to -1 if the recipe doesn't come from a material, as zero is default unset value for int64.
int64 defined_in_material = 2;
clearEntryPoint()
public
Recipe
.
Builder
clearEntryPoint
()
String identifying the entry point into the build. This is often a path to a configuration file and/or a target label within that file. The syntax and meaning are defined by recipe.type. For example, if the recipe type were "make", then this would reference the directory in which to run make as well as which target to use.
string entry_point = 3;
clearEnvironment()
public
Recipe
.
Builder
clearEnvironment
()
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
clearField(Descriptors.FieldDescriptor field)
public
Recipe
.
Builder
clearField
(
Descriptors
.
FieldDescriptor
field
)
clearOneof(Descriptors.OneofDescriptor oneof)
public
Recipe
.
Builder
clearOneof
(
Descriptors
.
OneofDescriptor
oneof
)
clearType()
public
Recipe
.
Builder
clearType
()
URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
string type = 1;
clone()
public
Recipe
.
Builder
clone
()
getArguments(int index)
public
Any
getArguments
(
int
index
)
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
getArgumentsBuilder(int index)
public
Any
.
Builder
getArgumentsBuilder
(
int
index
)
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
getArgumentsBuilderList()
public
List<Any
.
Builder
>
getArgumentsBuilderList
()
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
getArgumentsCount()
public
int
getArgumentsCount
()
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
getArgumentsList()
public
List<Any>
getArgumentsList
()
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
getArgumentsOrBuilder(int index)
public
AnyOrBuilder
getArgumentsOrBuilder
(
int
index
)
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
getArgumentsOrBuilderList()
public
List
< ?
extends
AnyOrBuilder
>
getArgumentsOrBuilderList
()
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
getDefaultInstanceForType()
public
Recipe
getDefaultInstanceForType
()
getDefinedInMaterial()
public
long
getDefinedInMaterial
()
Index in materials containing the recipe steps that are not implied by recipe.type. For example, if the recipe type were "make", then this would point to the source containing the Makefile, not the make program itself. Set to -1 if the recipe doesn't come from a material, as zero is default unset value for int64.
int64 defined_in_material = 2;
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
getEntryPoint()
public
String
getEntryPoint
()
String identifying the entry point into the build. This is often a path to a configuration file and/or a target label within that file. The syntax and meaning are defined by recipe.type. For example, if the recipe type were "make", then this would reference the directory in which to run make as well as which target to use.
string entry_point = 3;
getEntryPointBytes()
public
ByteString
getEntryPointBytes
()
String identifying the entry point into the build. This is often a path to a configuration file and/or a target label within that file. The syntax and meaning are defined by recipe.type. For example, if the recipe type were "make", then this would reference the directory in which to run make as well as which target to use.
string entry_point = 3;
getEnvironment(int index)
public
Any
getEnvironment
(
int
index
)
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
getEnvironmentBuilder(int index)
public
Any
.
Builder
getEnvironmentBuilder
(
int
index
)
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
getEnvironmentBuilderList()
public
List<Any
.
Builder
>
getEnvironmentBuilderList
()
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
getEnvironmentCount()
public
int
getEnvironmentCount
()
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
getEnvironmentList()
public
List<Any>
getEnvironmentList
()
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
getEnvironmentOrBuilder(int index)
public
AnyOrBuilder
getEnvironmentOrBuilder
(
int
index
)
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
getEnvironmentOrBuilderList()
public
List
< ?
extends
AnyOrBuilder
>
getEnvironmentOrBuilderList
()
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
getType()
public
String
getType
()
URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
string type = 1;
getTypeBytes()
public
ByteString
getTypeBytes
()
URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
string type = 1;
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
Recipe
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
Recipe
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(Recipe other)
public
Recipe
.
Builder
mergeFrom
(
Recipe
other
)
mergeUnknownFields(UnknownFieldSet unknownFields)
public
final
Recipe
.
Builder
mergeUnknownFields
(
UnknownFieldSet
unknownFields
)
removeArguments(int index)
public
Recipe
.
Builder
removeArguments
(
int
index
)
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
removeEnvironment(int index)
public
Recipe
.
Builder
removeEnvironment
(
int
index
)
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
setArguments(int index, Any value)
public
Recipe
.
Builder
setArguments
(
int
index
,
Any
value
)
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
setArguments(int index, Any.Builder builderForValue)
public
Recipe
.
Builder
setArguments
(
int
index
,
Any
.
Builder
builderForValue
)
Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any arguments = 4;
setDefinedInMaterial(long value)
public
Recipe
.
Builder
setDefinedInMaterial
(
long
value
)
Index in materials containing the recipe steps that are not implied by recipe.type. For example, if the recipe type were "make", then this would point to the source containing the Makefile, not the make program itself. Set to -1 if the recipe doesn't come from a material, as zero is default unset value for int64.
int64 defined_in_material = 2;
setEntryPoint(String value)
public
Recipe
.
Builder
setEntryPoint
(
String
value
)
String identifying the entry point into the build. This is often a path to a configuration file and/or a target label within that file. The syntax and meaning are defined by recipe.type. For example, if the recipe type were "make", then this would reference the directory in which to run make as well as which target to use.
string entry_point = 3;
setEntryPointBytes(ByteString value)
public
Recipe
.
Builder
setEntryPointBytes
(
ByteString
value
)
String identifying the entry point into the build. This is often a path to a configuration file and/or a target label within that file. The syntax and meaning are defined by recipe.type. For example, if the recipe type were "make", then this would reference the directory in which to run make as well as which target to use.
string entry_point = 3;
setEnvironment(int index, Any value)
public
Recipe
.
Builder
setEnvironment
(
int
index
,
Any
value
)
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
setEnvironment(int index, Any.Builder builderForValue)
public
Recipe
.
Builder
setEnvironment
(
int
index
,
Any
.
Builder
builderForValue
)
Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".
repeated .google.protobuf.Any environment = 5;
setField(Descriptors.FieldDescriptor field, Object value)
public
Recipe
.
Builder
setField
(
Descriptors
.
FieldDescriptor
field
,
Object
value
)
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public
Recipe
.
Builder
setRepeatedField
(
Descriptors
.
FieldDescriptor
field
,
int
index
,
Object
value
)
setType(String value)
public
Recipe
.
Builder
setType
(
String
value
)
URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
string type = 1;
setTypeBytes(ByteString value)
public
Recipe
.
Builder
setTypeBytes
(
ByteString
value
)
URI indicating what type of recipe was performed. It determines the meaning of recipe.entryPoint, recipe.arguments, recipe.environment, and materials.
string type = 1;
setUnknownFields(UnknownFieldSet unknownFields)
public
final
Recipe
.
Builder
setUnknownFields
(
UnknownFieldSet
unknownFields
)