Interface StateServiceOuterClass.GetConnectedSynchronizersRequestOrBuilder

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

public static interface StateServiceOuterClass.GetConnectedSynchronizersRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The id of a participant whose mapping of a party to connected synchronizers is requested.
    com.google.protobuf.ByteString
    The id of a participant whose mapping of a party to connected synchronizers is requested.
    The party of interest Must be a valid PartyIdString (as described in ``value.proto``).
    com.google.protobuf.ByteString
    The party of interest Must be a valid PartyIdString (as described in ``value.proto``).

    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

    • getParty

      String getParty()
       The party of interest
       Must be a valid PartyIdString (as described in ``value.proto``).
       Required
       
      string party = 1 [json_name = "party"];
      Returns:
      The party.
    • getPartyBytes

      com.google.protobuf.ByteString getPartyBytes()
       The party of interest
       Must be a valid PartyIdString (as described in ``value.proto``).
       Required
       
      string party = 1 [json_name = "party"];
      Returns:
      The bytes for party.
    • getParticipantId

      String getParticipantId()
       The id of a participant whose mapping of a party to connected synchronizers is requested.
       Must be a valid participant-id retrieved through a prior call to getParticipantId.
       Defaults to the participant id of the host participant.
       Optional
       
      string participant_id = 2 [json_name = "participantId"];
      Returns:
      The participantId.
    • getParticipantIdBytes

      com.google.protobuf.ByteString getParticipantIdBytes()
       The id of a participant whose mapping of a party to connected synchronizers is requested.
       Must be a valid participant-id retrieved through a prior call to getParticipantId.
       Defaults to the participant id of the host participant.
       Optional
       
      string participant_id = 2 [json_name = "participantId"];
      Returns:
      The bytes for participantId.