Interface PartyManagementServiceOuterClass.AllocatePartyResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The allocated party details Required
    The allocated party details Required
    boolean
    The allocated party details 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

    • hasPartyDetails

      boolean hasPartyDetails()
       The allocated party details
      
       Required
       
      .com.daml.ledger.api.v2.admin.PartyDetails party_details = 1;
      Returns:
      Whether the partyDetails field is set.
    • getPartyDetails

       The allocated party details
      
       Required
       
      .com.daml.ledger.api.v2.admin.PartyDetails party_details = 1;
      Returns:
      The partyDetails.
    • getPartyDetailsOrBuilder

       The allocated party details
      
       Required
       
      .com.daml.ledger.api.v2.admin.PartyDetails party_details = 1;