Package com.daml.ledger.api.v2.admin
Interface PartyManagementServiceOuterClass.GenerateExternalPartyTopologyRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartyManagementServiceOuterClass.GenerateExternalPartyTopologyRequest,PartyManagementServiceOuterClass.GenerateExternalPartyTopologyRequest.Builder
- Enclosing class:
PartyManagementServiceOuterClass
public static interface PartyManagementServiceOuterClass.GenerateExternalPartyTopologyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintConfirmation threshold >= 1 for the party.booleanIf true, then the local participant will only be observing, not confirming.getObservingParticipantUids(int index) Other observing participant ids for this party Optional: can be emptycom.google.protobuf.ByteStringgetObservingParticipantUidsBytes(int index) Other observing participant ids for this party Optional: can be emptyintOther observing participant ids for this party Optional: can be emptyOther observing participant ids for this party Optional: can be emptygetOtherConfirmingParticipantUids(int index) Other participant ids which should be confirming for this party Optional: can be emptycom.google.protobuf.ByteStringgetOtherConfirmingParticipantUidsBytes(int index) Other participant ids which should be confirming for this party Optional: can be emptyintOther participant ids which should be confirming for this party Optional: can be emptyOther participant ids which should be confirming for this party Optional: can be emptyThe actual party id will be constructed from this hint and a fingerprint of the public key Requiredcom.google.protobuf.ByteStringThe actual party id will be constructed from this hint and a fingerprint of the public key RequiredPublic key RequiredPublic key RequiredSynchronizer-id for which we are building this request.com.google.protobuf.ByteStringSynchronizer-id for which we are building this request.booleanPublic key RequiredMethods 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
-
getSynchronizer
String getSynchronizer()Synchronizer-id for which we are building this request. TODO(#27670) support synchronizer aliases Required
string synchronizer = 1;- Returns:
- The synchronizer.
-
getSynchronizerBytes
com.google.protobuf.ByteString getSynchronizerBytes()Synchronizer-id for which we are building this request. TODO(#27670) support synchronizer aliases Required
string synchronizer = 1;- Returns:
- The bytes for synchronizer.
-
getPartyHint
String getPartyHint()The actual party id will be constructed from this hint and a fingerprint of the public key Required
string party_hint = 2;- Returns:
- The partyHint.
-
getPartyHintBytes
com.google.protobuf.ByteString getPartyHintBytes()The actual party id will be constructed from this hint and a fingerprint of the public key Required
string party_hint = 2;- Returns:
- The bytes for partyHint.
-
hasPublicKey
boolean hasPublicKey()Public key Required
.com.daml.ledger.api.v2.SigningPublicKey public_key = 3;- Returns:
- Whether the publicKey field is set.
-
getPublicKey
CryptoOuterClass.SigningPublicKey getPublicKey()Public key Required
.com.daml.ledger.api.v2.SigningPublicKey public_key = 3;- Returns:
- The publicKey.
-
getPublicKeyOrBuilder
CryptoOuterClass.SigningPublicKeyOrBuilder getPublicKeyOrBuilder()Public key Required
.com.daml.ledger.api.v2.SigningPublicKey public_key = 3; -
getLocalParticipantObservationOnly
boolean getLocalParticipantObservationOnly()If true, then the local participant will only be observing, not confirming. Default false. Optional
bool local_participant_observation_only = 4;- Returns:
- The localParticipantObservationOnly.
-
getOtherConfirmingParticipantUidsList
Other participant ids which should be confirming for this party Optional: can be empty
repeated string other_confirming_participant_uids = 5;- Returns:
- A list containing the otherConfirmingParticipantUids.
-
getOtherConfirmingParticipantUidsCount
int getOtherConfirmingParticipantUidsCount()Other participant ids which should be confirming for this party Optional: can be empty
repeated string other_confirming_participant_uids = 5;- Returns:
- The count of otherConfirmingParticipantUids.
-
getOtherConfirmingParticipantUids
Other participant ids which should be confirming for this party Optional: can be empty
repeated string other_confirming_participant_uids = 5;- Parameters:
index- The index of the element to return.- Returns:
- The otherConfirmingParticipantUids at the given index.
-
getOtherConfirmingParticipantUidsBytes
com.google.protobuf.ByteString getOtherConfirmingParticipantUidsBytes(int index) Other participant ids which should be confirming for this party Optional: can be empty
repeated string other_confirming_participant_uids = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the otherConfirmingParticipantUids at the given index.
-
getConfirmationThreshold
int getConfirmationThreshold()Confirmation threshold >= 1 for the party. Defaults to all available confirmers (or if set to 0). Optional
uint32 confirmation_threshold = 6;- Returns:
- The confirmationThreshold.
-
getObservingParticipantUidsList
Other observing participant ids for this party Optional: can be empty
repeated string observing_participant_uids = 7;- Returns:
- A list containing the observingParticipantUids.
-
getObservingParticipantUidsCount
int getObservingParticipantUidsCount()Other observing participant ids for this party Optional: can be empty
repeated string observing_participant_uids = 7;- Returns:
- The count of observingParticipantUids.
-
getObservingParticipantUids
Other observing participant ids for this party Optional: can be empty
repeated string observing_participant_uids = 7;- Parameters:
index- The index of the element to return.- Returns:
- The observingParticipantUids at the given index.
-
getObservingParticipantUidsBytes
com.google.protobuf.ByteString getObservingParticipantUidsBytes(int index) Other observing participant ids for this party Optional: can be empty
repeated string observing_participant_uids = 7;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the observingParticipantUids at the given index.
-