public static interface PartyManagementServiceOuterClass.GetPartiesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParties(int index)
The stable, unique identifier of the Daml parties.
|
com.google.protobuf.ByteString |
getPartiesBytes(int index)
The stable, unique identifier of the Daml parties.
|
int |
getPartiesCount()
The stable, unique identifier of the Daml parties.
|
java.util.List<java.lang.String> |
getPartiesList()
The stable, unique identifier of the Daml parties.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<java.lang.String> getPartiesList()
The stable, unique identifier of the Daml parties. Must be valid PartyIdStrings (as described in ``value.proto``). Required
repeated string parties = 1 [json_name = "parties"];
int getPartiesCount()
The stable, unique identifier of the Daml parties. Must be valid PartyIdStrings (as described in ``value.proto``). Required
repeated string parties = 1 [json_name = "parties"];
java.lang.String getParties(int index)
The stable, unique identifier of the Daml parties. Must be valid PartyIdStrings (as described in ``value.proto``). Required
repeated string parties = 1 [json_name = "parties"];
index
- The index of the element to return.com.google.protobuf.ByteString getPartiesBytes(int index)
The stable, unique identifier of the Daml parties. Must be valid PartyIdStrings (as described in ``value.proto``). Required
repeated string parties = 1 [json_name = "parties"];
index
- The index of the value to return.