Interface StateServiceOuterClass.GetConnectedSynchronizersResponse.ConnectedSynchronizerOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The permission on the synchronizer Required
    int
    The permission on the synchronizer Required
    The alias of the synchronizer Required
    com.google.protobuf.ByteString
    The alias of the synchronizer Required
    The ID of the synchronizer Required
    com.google.protobuf.ByteString
    The ID of the synchronizer 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

    • getSynchronizerAlias

      String getSynchronizerAlias()
       The alias of the synchronizer
       Required
       
      string synchronizer_alias = 1 [json_name = "synchronizerAlias"];
      Returns:
      The synchronizerAlias.
    • getSynchronizerAliasBytes

      com.google.protobuf.ByteString getSynchronizerAliasBytes()
       The alias of the synchronizer
       Required
       
      string synchronizer_alias = 1 [json_name = "synchronizerAlias"];
      Returns:
      The bytes for synchronizerAlias.
    • getSynchronizerId

      String getSynchronizerId()
       The ID of the synchronizer
       Required
       
      string synchronizer_id = 2 [json_name = "synchronizerId"];
      Returns:
      The synchronizerId.
    • getSynchronizerIdBytes

      com.google.protobuf.ByteString getSynchronizerIdBytes()
       The ID of the synchronizer
       Required
       
      string synchronizer_id = 2 [json_name = "synchronizerId"];
      Returns:
      The bytes for synchronizerId.
    • getPermissionValue

      int getPermissionValue()
       The permission on the synchronizer
       Required
       
      .com.daml.ledger.api.v2.ParticipantPermission permission = 3 [json_name = "permission"];
      Returns:
      The enum numeric value on the wire for permission.
    • getPermission

       The permission on the synchronizer
       Required
       
      .com.daml.ledger.api.v2.ParticipantPermission permission = 3 [json_name = "permission"];
      Returns:
      The permission.