Package com.daml.ledger.api.v2
Interface TopologyTransactionOuterClass.ParticipantAuthorizationRevokedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TopologyTransactionOuterClass.ParticipantAuthorizationRevoked
,TopologyTransactionOuterClass.ParticipantAuthorizationRevoked.Builder
- Enclosing class:
- TopologyTransactionOuterClass
public static interface TopologyTransactionOuterClass.ParticipantAuthorizationRevokedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequiredcom.google.protobuf.ByteString
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.
-