Interface PartyManagementServiceOuterClass.AllocateExternalPartyResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PartyManagementServiceOuterClass.AllocateExternalPartyResponse, PartyManagementServiceOuterClass.AllocateExternalPartyResponse.Builder
Enclosing class:
PartyManagementServiceOuterClass

public static interface PartyManagementServiceOuterClass.AllocateExternalPartyResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The allocated party id Required
    com.google.protobuf.ByteString
    The allocated party id Required

    Methods 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()
       The allocated party id
      
       Required
       
      string party_id = 1;
      Returns:
      The partyId.
    • getPartyIdBytes

      com.google.protobuf.ByteString getPartyIdBytes()
       The allocated party id
      
       Required
       
      string party_id = 1;
      Returns:
      The bytes for partyId.