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 CommandCommand.Builder. build()CommandCommand.Builder. buildPartial()CommandBuildProvenance.Builder. getCommands(int index)Commands requested by the build.CommandBuildProvenance. getCommands(int index)Commands requested by the build.CommandBuildProvenanceOrBuilder. getCommands(int index)Commands requested by the build.static CommandCommand. getDefaultInstance()CommandCommand.Builder. getDefaultInstanceForType()CommandCommand. getDefaultInstanceForType()static CommandCommand. parseDelimitedFrom(InputStream input)static CommandCommand. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandCommand. parseFrom(byte[] data)static CommandCommand. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandCommand. parseFrom(com.google.protobuf.ByteString data)static CommandCommand. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandCommand. parseFrom(com.google.protobuf.CodedInputStream input)static CommandCommand. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandCommand. parseFrom(InputStream input)static CommandCommand. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandCommand. parseFrom(ByteBuffer data)static CommandCommand. 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.BuilderBuildProvenance.Builder. addCommands(int index, Command value)Commands requested by the build.BuildProvenance.BuilderBuildProvenance.Builder. addCommands(Command value)Commands requested by the build.Command.BuilderCommand.Builder. mergeFrom(Command other)static Command.BuilderCommand. newBuilder(Command prototype)BuildProvenance.BuilderBuildProvenance.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.BuilderBuildProvenance.Builder. addAllCommands(Iterable<? extends Command> values)Commands requested by the build.
-