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"];
int
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"];
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.Descriptor
com.google.protobuf.Descriptors.Descriptor
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(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, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods 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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
setField
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
clearField
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
clearOneof
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in 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:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
addRepeatedField
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
mergeFrom
public CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
getCommandStatusList
in interfaceCommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder
-
getCommandStatusCount
public int getCommandStatusCount()repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
- Specified by:
getCommandStatusCount
in interfaceCommandInspectionServiceOuterClass.GetCommandStatusResponseOrBuilder
-
getCommandStatus
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
- Specified by:
getCommandStatus
in 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:
getCommandStatusOrBuilder
in 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:
getCommandStatusOrBuilderList
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-
mergeUnknownFields
public final CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder>
-