Interface InteractiveSubmissionDataOuterClass.CreateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InteractiveSubmissionDataOuterClass.Create,InteractiveSubmissionDataOuterClass.Create.Builder
- Enclosing class:
- InteractiveSubmissionDataOuterClass
public static interface InteractiveSubmissionDataOuterClass.CreateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.com.daml.ledger.api.v2.Value argument = 5 [json_name = "argument"];.com.daml.ledger.api.v2.Value argument = 5 [json_name = "argument"];string contract_id = 2 [json_name = "contractId"];com.google.protobuf.ByteStringstring contract_id = 2 [json_name = "contractId"];Specific LF version of the nodecom.google.protobuf.ByteStringSpecific LF version of the nodestring package_name = 3 [json_name = "packageName"];com.google.protobuf.ByteStringstring package_name = 3 [json_name = "packageName"];getSignatories(int index) repeated string signatories = 6 [json_name = "signatories"];com.google.protobuf.ByteStringgetSignatoriesBytes(int index) repeated string signatories = 6 [json_name = "signatories"];intrepeated string signatories = 6 [json_name = "signatories"];repeated string signatories = 6 [json_name = "signatories"];getStakeholders(int index) repeated string stakeholders = 7 [json_name = "stakeholders"];com.google.protobuf.ByteStringgetStakeholdersBytes(int index) repeated string stakeholders = 7 [json_name = "stakeholders"];intrepeated string stakeholders = 7 [json_name = "stakeholders"];repeated string stakeholders = 7 [json_name = "stakeholders"];The identifier uses the package-id reference format.The identifier uses the package-id reference format.boolean.com.daml.ledger.api.v2.Value argument = 5 [json_name = "argument"];booleanThe identifier uses the package-id reference format.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLfVersion
String getLfVersion()Specific LF version of the node
string lf_version = 1 [json_name = "lfVersion"];- Returns:
- The lfVersion.
-
getLfVersionBytes
com.google.protobuf.ByteString getLfVersionBytes()Specific LF version of the node
string lf_version = 1 [json_name = "lfVersion"];- Returns:
- The bytes for lfVersion.
-
getContractId
String getContractId()string contract_id = 2 [json_name = "contractId"];- Returns:
- The contractId.
-
getContractIdBytes
com.google.protobuf.ByteString getContractIdBytes()string contract_id = 2 [json_name = "contractId"];- Returns:
- The bytes for contractId.
-
getPackageName
String getPackageName()string package_name = 3 [json_name = "packageName"];- Returns:
- The packageName.
-
getPackageNameBytes
com.google.protobuf.ByteString getPackageNameBytes()string package_name = 3 [json_name = "packageName"];- Returns:
- The bytes for packageName.
-
hasTemplateId
boolean hasTemplateId()The identifier uses the package-id reference format.
.com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];- Returns:
- Whether the templateId field is set.
-
getTemplateId
ValueOuterClass.Identifier getTemplateId()The identifier uses the package-id reference format.
.com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];- Returns:
- The templateId.
-
getTemplateIdOrBuilder
ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()The identifier uses the package-id reference format.
.com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"]; -
hasArgument
boolean hasArgument().com.daml.ledger.api.v2.Value argument = 5 [json_name = "argument"];- Returns:
- Whether the argument field is set.
-
getArgument
ValueOuterClass.Value getArgument().com.daml.ledger.api.v2.Value argument = 5 [json_name = "argument"];- Returns:
- The argument.
-
getArgumentOrBuilder
ValueOuterClass.ValueOrBuilder getArgumentOrBuilder().com.daml.ledger.api.v2.Value argument = 5 [json_name = "argument"]; -
getSignatoriesList
repeated string signatories = 6 [json_name = "signatories"];- Returns:
- A list containing the signatories.
-
getSignatoriesCount
int getSignatoriesCount()repeated string signatories = 6 [json_name = "signatories"];- Returns:
- The count of signatories.
-
getSignatories
repeated string signatories = 6 [json_name = "signatories"];- Parameters:
index- The index of the element to return.- Returns:
- The signatories at the given index.
-
getSignatoriesBytes
com.google.protobuf.ByteString getSignatoriesBytes(int index) repeated string signatories = 6 [json_name = "signatories"];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the signatories at the given index.
-
getStakeholdersList
repeated string stakeholders = 7 [json_name = "stakeholders"];- Returns:
- A list containing the stakeholders.
-
getStakeholdersCount
int getStakeholdersCount()repeated string stakeholders = 7 [json_name = "stakeholders"];- Returns:
- The count of stakeholders.
-
getStakeholders
repeated string stakeholders = 7 [json_name = "stakeholders"];- Parameters:
index- The index of the element to return.- Returns:
- The stakeholders at the given index.
-
getStakeholdersBytes
com.google.protobuf.ByteString getStakeholdersBytes(int index) repeated string stakeholders = 7 [json_name = "stakeholders"];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the stakeholders at the given index.
-