Interface InteractiveSubmissionDataOuterClass.FetchOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InteractiveSubmissionDataOuterClass.Fetch
,InteractiveSubmissionDataOuterClass.Fetch.Builder
- Enclosing class:
- InteractiveSubmissionDataOuterClass
public static interface InteractiveSubmissionDataOuterClass.FetchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetActingParties
(int index) repeated string acting_parties = 7 [json_name = "actingParties"];
com.google.protobuf.ByteString
getActingPartiesBytes
(int index) repeated string acting_parties = 7 [json_name = "actingParties"];
int
repeated string acting_parties = 7 [json_name = "actingParties"];
repeated string acting_parties = 7 [json_name = "actingParties"];
string contract_id = 2 [json_name = "contractId"];
com.google.protobuf.ByteString
string contract_id = 2 [json_name = "contractId"];
OptionalOptionalSpecific LF version of the nodecom.google.protobuf.ByteString
Specific LF version of the nodestring package_name = 3 [json_name = "packageName"];
com.google.protobuf.ByteString
string package_name = 3 [json_name = "packageName"];
getSignatories
(int index) repeated string signatories = 5 [json_name = "signatories"];
com.google.protobuf.ByteString
getSignatoriesBytes
(int index) repeated string signatories = 5 [json_name = "signatories"];
int
repeated string signatories = 5 [json_name = "signatories"];
repeated string signatories = 5 [json_name = "signatories"];
getStakeholders
(int index) repeated string stakeholders = 6 [json_name = "stakeholders"];
com.google.protobuf.ByteString
getStakeholdersBytes
(int index) repeated string stakeholders = 6 [json_name = "stakeholders"];
int
repeated string stakeholders = 6 [json_name = "stakeholders"];
repeated string stakeholders = 6 [json_name = "stakeholders"];
The identifier uses the package-id reference format.The identifier uses the package-id reference format.boolean
Optionalboolean
The identifier uses the package-id reference format.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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"];
-
getSignatoriesList
repeated string signatories = 5 [json_name = "signatories"];
- Returns:
- A list containing the signatories.
-
getSignatoriesCount
int getSignatoriesCount()repeated string signatories = 5 [json_name = "signatories"];
- Returns:
- The count of signatories.
-
getSignatories
repeated string signatories = 5 [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 = 5 [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 = 6 [json_name = "stakeholders"];
- Returns:
- A list containing the stakeholders.
-
getStakeholdersCount
int getStakeholdersCount()repeated string stakeholders = 6 [json_name = "stakeholders"];
- Returns:
- The count of stakeholders.
-
getStakeholders
repeated string stakeholders = 6 [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 = 6 [json_name = "stakeholders"];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the stakeholders at the given index.
-
getActingPartiesList
repeated string acting_parties = 7 [json_name = "actingParties"];
- Returns:
- A list containing the actingParties.
-
getActingPartiesCount
int getActingPartiesCount()repeated string acting_parties = 7 [json_name = "actingParties"];
- Returns:
- The count of actingParties.
-
getActingParties
repeated string acting_parties = 7 [json_name = "actingParties"];
- Parameters:
index
- The index of the element to return.- Returns:
- The actingParties at the given index.
-
getActingPartiesBytes
com.google.protobuf.ByteString getActingPartiesBytes(int index) repeated string acting_parties = 7 [json_name = "actingParties"];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the actingParties at the given index.
-
hasInterfaceId
boolean hasInterfaceId()Optional
.com.daml.ledger.api.v2.Identifier interface_id = 8 [json_name = "interfaceId"];
- Returns:
- Whether the interfaceId field is set.
-
getInterfaceId
ValueOuterClass.Identifier getInterfaceId()Optional
.com.daml.ledger.api.v2.Identifier interface_id = 8 [json_name = "interfaceId"];
- Returns:
- The interfaceId.
-
getInterfaceIdOrBuilder
ValueOuterClass.IdentifierOrBuilder getInterfaceIdOrBuilder()Optional
.com.daml.ledger.api.v2.Identifier interface_id = 8 [json_name = "interfaceId"];
-