Package com.daml.ledger.api.v2.admin
Class CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
com.daml.ledger.api.v2.admin.CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder
- All Implemented Interfaces:
CommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- CommandInspectionServiceOuterClass.GetCommandStatusResponse
public static final class CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
implements CommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder
Protobuf type
com.daml.ledger.api.v2.admin.GetCommandStatusResponse-
Method Summary
Modifier and TypeMethodDescriptionaddAllCommandStatus(Iterable<? extends CommandInspectionServiceOuterClass.CommandStatus> values) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];addCommandStatus(int index, CommandInspectionServiceOuterClass.CommandStatus value) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];addCommandStatus(int index, CommandInspectionServiceOuterClass.CommandStatus.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];addCommandStatus(CommandInspectionServiceOuterClass.CommandStatus.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];addCommandStatusBuilder(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];clearField(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) clone()getCommandStatus(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];getCommandStatusBuilder(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];intrepeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];getCommandStatusOrBuilder(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeCommandStatus(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];setCommandStatus(int index, CommandInspectionServiceOuterClass.CommandStatus value) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];setCommandStatus(int index, CommandInspectionServiceOuterClass.CommandStatus.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
setField
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
clearField
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
clearOneof
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
setRepeatedField
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
addRepeatedField
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
mergeFrom
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
mergeFrom
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>- Throws:
IOException
-
getCommandStatusList
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];- Specified by:
getCommandStatusListin interfaceCommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder
-
getCommandStatusCount
public int getCommandStatusCount()repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];- Specified by:
getCommandStatusCountin interfaceCommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder
-
getCommandStatus
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];- Specified by:
getCommandStatusin interfaceCommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder
-
setCommandStatus
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder setCommandStatus(int index, CommandInspectionServiceOuterClass.CommandStatus value) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
setCommandStatus
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder setCommandStatus(int index, CommandInspectionServiceOuterClass.CommandStatus.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
addCommandStatus
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder addCommandStatus(CommandInspectionServiceOuterClass.CommandStatus value) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
addCommandStatus
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder addCommandStatus(int index, CommandInspectionServiceOuterClass.CommandStatus value) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
addCommandStatus
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder addCommandStatus(CommandInspectionServiceOuterClass.CommandStatus.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
addCommandStatus
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder addCommandStatus(int index, CommandInspectionServiceOuterClass.CommandStatus.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
addAllCommandStatus
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder addAllCommandStatus(Iterable<? extends CommandInspectionServiceOuterClass.CommandStatus> values) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
clearCommandStatus
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
removeCommandStatus
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder removeCommandStatus(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
getCommandStatusBuilder
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
getCommandStatusOrBuilder
public CommandInspectionServiceOuterClass.CommandStatusOrBuilder getCommandStatusOrBuilder(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];- Specified by:
getCommandStatusOrBuilderin interfaceCommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder
-
getCommandStatusOrBuilderList
public List<? extends CommandInspectionServiceOuterClass.CommandStatusOrBuilder> getCommandStatusOrBuilderList()repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];- Specified by:
getCommandStatusOrBuilderListin interfaceCommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder
-
addCommandStatusBuilder
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
addCommandStatusBuilder
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
getCommandStatusBuilderList
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"]; -
setUnknownFields
public final CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
mergeUnknownFields
public final CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-