Uses of Class
io.grafeas.v1beta1.provenance.Command
-
Packages that use Command Package Description io.grafeas.v1beta1.provenance -
-
Uses of Command in io.grafeas.v1beta1.provenance
Methods in io.grafeas.v1beta1.provenance that return Command Modifier and Type Method Description Command
Command.Builder. build()
Command
Command.Builder. buildPartial()
Command
BuildProvenance.Builder. getCommands(int index)
Commands requested by the build.Command
BuildProvenance. getCommands(int index)
Commands requested by the build.Command
BuildProvenanceOrBuilder. getCommands(int index)
Commands requested by the build.static Command
Command. getDefaultInstance()
Command
Command.Builder. getDefaultInstanceForType()
Command
Command. getDefaultInstanceForType()
static Command
Command. parseDelimitedFrom(InputStream input)
static Command
Command. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Command
Command. parseFrom(byte[] data)
static Command
Command. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Command
Command. parseFrom(com.google.protobuf.ByteString data)
static Command
Command. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Command
Command. parseFrom(com.google.protobuf.CodedInputStream input)
static Command
Command. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Command
Command. parseFrom(InputStream input)
static Command
Command. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Command
Command. parseFrom(ByteBuffer data)
static Command
Command. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grafeas.v1beta1.provenance that return types with arguments of type Command Modifier and Type Method Description List<Command>
BuildProvenance.Builder. getCommandsList()
Commands requested by the build.List<Command>
BuildProvenance. getCommandsList()
Commands requested by the build.List<Command>
BuildProvenanceOrBuilder. getCommandsList()
Commands requested by the build.com.google.protobuf.Parser<Command>
Command. getParserForType()
static com.google.protobuf.Parser<Command>
Command. parser()
Methods in io.grafeas.v1beta1.provenance with parameters of type Command Modifier and Type Method Description BuildProvenance.Builder
BuildProvenance.Builder. addCommands(int index, Command value)
Commands requested by the build.BuildProvenance.Builder
BuildProvenance.Builder. addCommands(Command value)
Commands requested by the build.Command.Builder
Command.Builder. mergeFrom(Command other)
static Command.Builder
Command. newBuilder(Command prototype)
BuildProvenance.Builder
BuildProvenance.Builder. setCommands(int index, Command value)
Commands requested by the build.Method parameters in io.grafeas.v1beta1.provenance with type arguments of type Command Modifier and Type Method Description BuildProvenance.Builder
BuildProvenance.Builder. addAllCommands(Iterable<? extends Command> values)
Commands requested by the build.
-