Package com.daml.ledger.api.v2
Interface TopologyTransactionOuterClass.ParticipantAuthorizationAddedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TopologyTransactionOuterClass.ParticipantAuthorizationAdded
,TopologyTransactionOuterClass.ParticipantAuthorizationAdded.Builder
- Enclosing class:
- TopologyTransactionOuterClass
public static interface TopologyTransactionOuterClass.ParticipantAuthorizationAddedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequiredcom.google.protobuf.ByteString
RequiredRequiredint
RequiredRequiredcom.google.protobuf.ByteString
RequiredMethods 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
-
getPartyId
String getPartyId()Required
string party_id = 1 [json_name = "partyId"];
- Returns:
- The partyId.
-
getPartyIdBytes
com.google.protobuf.ByteString getPartyIdBytes()Required
string party_id = 1 [json_name = "partyId"];
- Returns:
- The bytes for partyId.
-
getParticipantId
String getParticipantId()Required
string participant_id = 2 [json_name = "participantId"];
- Returns:
- The participantId.
-
getParticipantIdBytes
com.google.protobuf.ByteString getParticipantIdBytes()Required
string participant_id = 2 [json_name = "participantId"];
- Returns:
- The bytes for participantId.
-
getParticipantPermissionValue
int getParticipantPermissionValue()Required
.com.daml.ledger.api.v2.ParticipantPermission participant_permission = 3 [json_name = "participantPermission"];
- Returns:
- The enum numeric value on the wire for participantPermission.
-
getParticipantPermission
StateServiceOuterClass.ParticipantPermission getParticipantPermission()Required
.com.daml.ledger.api.v2.ParticipantPermission participant_permission = 3 [json_name = "participantPermission"];
- Returns:
- The participantPermission.
-