- 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
Command
.
Builder
extends
GeneratedMessageV3
.
Builder<Command
.
Builder
>
implements
CommandOrBuilder
Command describes a step performed as part of the build pipeline.
Protobuf type grafeas.v1.Command
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Command.BuilderImplements
CommandOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
addAllArgs(Iterable<String> values)
public
Command
.
Builder
addAllArgs
(
Iterable<String>
values
)
Command-line arguments used when executing this command.
repeated string args = 3;
addAllEnv(Iterable<String> values)
public
Command
.
Builder
addAllEnv
(
Iterable<String>
values
)
Environment variables set before running this command.
repeated string env = 2;
addAllWaitFor(Iterable<String> values)
public
Command
.
Builder
addAllWaitFor
(
Iterable<String>
values
)
The ID(s) of the command(s) that this command depends on.
repeated string wait_for = 6;
addArgs(String value)
public
Command
.
Builder
addArgs
(
String
value
)
Command-line arguments used when executing this command.
repeated string args = 3;
addArgsBytes(ByteString value)
public
Command
.
Builder
addArgsBytes
(
ByteString
value
)
Command-line arguments used when executing this command.
repeated string args = 3;
addEnv(String value)
public
Command
.
Builder
addEnv
(
String
value
)
Environment variables set before running this command.
repeated string env = 2;
addEnvBytes(ByteString value)
public
Command
.
Builder
addEnvBytes
(
ByteString
value
)
Environment variables set before running this command.
repeated string env = 2;
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public
Command
.
Builder
addRepeatedField
(
Descriptors
.
FieldDescriptor
field
,
Object
value
)
addWaitFor(String value)
public
Command
.
Builder
addWaitFor
(
String
value
)
The ID(s) of the command(s) that this command depends on.
repeated string wait_for = 6;
addWaitForBytes(ByteString value)
public
Command
.
Builder
addWaitForBytes
(
ByteString
value
)
The ID(s) of the command(s) that this command depends on.
repeated string wait_for = 6;
build()
public
Command
build
()
buildPartial()
public
Command
buildPartial
()
clear()
public
Command
.
Builder
clear
()
clearArgs()
public
Command
.
Builder
clearArgs
()
Command-line arguments used when executing this command.
repeated string args = 3;
clearDir()
public
Command
.
Builder
clearDir
()
Working directory (relative to project source root) used when running this command.
string dir = 4;
clearEnv()
public
Command
.
Builder
clearEnv
()
Environment variables set before running this command.
repeated string env = 2;
clearField(Descriptors.FieldDescriptor field)
public
Command
.
Builder
clearField
(
Descriptors
.
FieldDescriptor
field
)
clearId()
public
Command
.
Builder
clearId
()
Optional unique identifier for this command, used in wait_for to reference this command as a dependency.
string id = 5;
clearName()
public
Command
.
Builder
clearName
()
Required. Name of the command, as presented on the command line, or if the
command is packaged as a Docker container, as presented to docker pull
.
string name = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public
Command
.
Builder
clearOneof
(
Descriptors
.
OneofDescriptor
oneof
)
clearWaitFor()
public
Command
.
Builder
clearWaitFor
()
The ID(s) of the command(s) that this command depends on.
repeated string wait_for = 6;
clone()
public
Command
.
Builder
clone
()
getArgs(int index)
public
String
getArgs
(
int
index
)
Command-line arguments used when executing this command.
repeated string args = 3;
getArgsBytes(int index)
public
ByteString
getArgsBytes
(
int
index
)
Command-line arguments used when executing this command.
repeated string args = 3;
getArgsCount()
public
int
getArgsCount
()
Command-line arguments used when executing this command.
repeated string args = 3;
getArgsList()
public
ProtocolStringList
getArgsList
()
Command-line arguments used when executing this command.
repeated string args = 3;
getDefaultInstanceForType()
public
Command
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
getDir()
public
String
getDir
()
Working directory (relative to project source root) used when running this command.
string dir = 4;
getDirBytes()
public
ByteString
getDirBytes
()
Working directory (relative to project source root) used when running this command.
string dir = 4;
getEnv(int index)
public
String
getEnv
(
int
index
)
Environment variables set before running this command.
repeated string env = 2;
getEnvBytes(int index)
public
ByteString
getEnvBytes
(
int
index
)
Environment variables set before running this command.
repeated string env = 2;
getEnvCount()
public
int
getEnvCount
()
Environment variables set before running this command.
repeated string env = 2;
getEnvList()
public
ProtocolStringList
getEnvList
()
Environment variables set before running this command.
repeated string env = 2;
getId()
public
String
getId
()
Optional unique identifier for this command, used in wait_for to reference this command as a dependency.
string id = 5;
getIdBytes()
public
ByteString
getIdBytes
()
Optional unique identifier for this command, used in wait_for to reference this command as a dependency.
string id = 5;
getName()
public
String
getName
()
Required. Name of the command, as presented on the command line, or if the
command is packaged as a Docker container, as presented to docker pull
.
string name = 1;
getNameBytes()
public
ByteString
getNameBytes
()
Required. Name of the command, as presented on the command line, or if the
command is packaged as a Docker container, as presented to docker pull
.
string name = 1;
getWaitFor(int index)
public
String
getWaitFor
(
int
index
)
The ID(s) of the command(s) that this command depends on.
repeated string wait_for = 6;
getWaitForBytes(int index)
public
ByteString
getWaitForBytes
(
int
index
)
The ID(s) of the command(s) that this command depends on.
repeated string wait_for = 6;
getWaitForCount()
public
int
getWaitForCount
()
The ID(s) of the command(s) that this command depends on.
repeated string wait_for = 6;
getWaitForList()
public
ProtocolStringList
getWaitForList
()
The ID(s) of the command(s) that this command depends on.
repeated string wait_for = 6;
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
Command
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
Command
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(Command other)
public
Command
.
Builder
mergeFrom
(
Command
other
)
mergeUnknownFields(UnknownFieldSet unknownFields)
public
final
Command
.
Builder
mergeUnknownFields
(
UnknownFieldSet
unknownFields
)
setArgs(int index, String value)
public
Command
.
Builder
setArgs
(
int
index
,
String
value
)
Command-line arguments used when executing this command.
repeated string args = 3;
setDir(String value)
public
Command
.
Builder
setDir
(
String
value
)
Working directory (relative to project source root) used when running this command.
string dir = 4;
setDirBytes(ByteString value)
public
Command
.
Builder
setDirBytes
(
ByteString
value
)
Working directory (relative to project source root) used when running this command.
string dir = 4;
setEnv(int index, String value)
public
Command
.
Builder
setEnv
(
int
index
,
String
value
)
Environment variables set before running this command.
repeated string env = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public
Command
.
Builder
setField
(
Descriptors
.
FieldDescriptor
field
,
Object
value
)
setId(String value)
public
Command
.
Builder
setId
(
String
value
)
Optional unique identifier for this command, used in wait_for to reference this command as a dependency.
string id = 5;
setIdBytes(ByteString value)
public
Command
.
Builder
setIdBytes
(
ByteString
value
)
Optional unique identifier for this command, used in wait_for to reference this command as a dependency.
string id = 5;
setName(String value)
public
Command
.
Builder
setName
(
String
value
)
Required. Name of the command, as presented on the command line, or if the
command is packaged as a Docker container, as presented to docker pull
.
string name = 1;
setNameBytes(ByteString value)
public
Command
.
Builder
setNameBytes
(
ByteString
value
)
Required. Name of the command, as presented on the command line, or if the
command is packaged as a Docker container, as presented to docker pull
.
string name = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public
Command
.
Builder
setRepeatedField
(
Descriptors
.
FieldDescriptor
field
,
int
index
,
Object
value
)
setUnknownFields(UnknownFieldSet unknownFields)
public
final
Command
.
Builder
setUnknownFields
(
UnknownFieldSet
unknownFields
)
setWaitFor(int index, String value)
public
Command
.
Builder
setWaitFor
(
int
index
,
String
value
)
The ID(s) of the command(s) that this command depends on.
repeated string wait_for = 6;