public final class Command extends GeneratedMessageV3 implements CommandOrBuilder
Command describes a step performed as part of the build pipeline.
Protobuf type grafeas.v1.Command
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CommandImplements
CommandOrBuilderStatic Fields
ARGS_FIELD_NUMBER
public static final int ARGS_FIELD_NUMBER
Type | Description |
int |
DIR_FIELD_NUMBER
public static final int DIR_FIELD_NUMBER
Type | Description |
int |
ENV_FIELD_NUMBER
public static final int ENV_FIELD_NUMBER
Type | Description |
int |
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
WAIT_FOR_FIELD_NUMBER
public static final int WAIT_FOR_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Command getDefaultInstance()
Type | Description |
Command |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Command.Builder newBuilder()
Type | Description |
Command.Builder |
newBuilder(Command prototype)
public static Command.Builder newBuilder(Command prototype)
Name | Description |
prototype | Command |
Type | Description |
Command.Builder |
parseDelimitedFrom(InputStream input)
public static Command parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Command |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Command parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
|