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 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

       Required
       
      .com.daml.ledger.api.v2.ParticipantPermission participant_permission = 3 [json_name = "participantPermission"];
      Returns:
      The participantPermission.