Uses of Class
com.daml.ledger.api.v2.StateServiceOuterClass.GetConnectedSynchronizersRequest
Packages that use StateServiceOuterClass.GetConnectedSynchronizersRequest
-
Uses of StateServiceOuterClass.GetConnectedSynchronizersRequest in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return StateServiceOuterClass.GetConnectedSynchronizersRequestModifier and TypeMethodDescriptionStateServiceOuterClass.GetConnectedSynchronizersRequest.Builder.build()StateServiceOuterClass.GetConnectedSynchronizersRequest.Builder.buildPartial()StateServiceOuterClass.GetConnectedSynchronizersRequest.getDefaultInstance()StateServiceOuterClass.GetConnectedSynchronizersRequest.Builder.getDefaultInstanceForType()StateServiceOuterClass.GetConnectedSynchronizersRequest.getDefaultInstanceForType()StateServiceOuterClass.GetConnectedSynchronizersRequest.parseDelimitedFrom(InputStream input) StateServiceOuterClass.GetConnectedSynchronizersRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StateServiceOuterClass.GetConnectedSynchronizersRequest.parseFrom(byte[] data) StateServiceOuterClass.GetConnectedSynchronizersRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StateServiceOuterClass.GetConnectedSynchronizersRequest.parseFrom(com.google.protobuf.ByteString data) StateServiceOuterClass.GetConnectedSynchronizersRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StateServiceOuterClass.GetConnectedSynchronizersRequest.parseFrom(com.google.protobuf.CodedInputStream input) StateServiceOuterClass.GetConnectedSynchronizersRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StateServiceOuterClass.GetConnectedSynchronizersRequest.parseFrom(InputStream input) StateServiceOuterClass.GetConnectedSynchronizersRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StateServiceOuterClass.GetConnectedSynchronizersRequest.parseFrom(ByteBuffer data) StateServiceOuterClass.GetConnectedSynchronizersRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2 that return types with arguments of type StateServiceOuterClass.GetConnectedSynchronizersRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<StateServiceOuterClass.GetConnectedSynchronizersRequest,StateServiceOuterClass.GetConnectedSynchronizersResponse> StateServiceGrpc.getGetConnectedSynchronizersMethod()com.google.protobuf.Parser<StateServiceOuterClass.GetConnectedSynchronizersRequest>StateServiceOuterClass.GetConnectedSynchronizersRequest.getParserForType()static com.google.protobuf.Parser<StateServiceOuterClass.GetConnectedSynchronizersRequest>StateServiceOuterClass.GetConnectedSynchronizersRequest.parser()Methods in com.daml.ledger.api.v2 with parameters of type StateServiceOuterClass.GetConnectedSynchronizersRequestModifier and TypeMethodDescriptiondefault voidStateServiceGrpc.AsyncService.getConnectedSynchronizers(StateServiceOuterClass.GetConnectedSynchronizersRequest request, io.grpc.stub.StreamObserver<StateServiceOuterClass.GetConnectedSynchronizersResponse> responseObserver) Get the list of connected synchronizers at the time of the query.StateServiceGrpc.StateServiceBlockingStub.getConnectedSynchronizers(StateServiceOuterClass.GetConnectedSynchronizersRequest request) Get the list of connected synchronizers at the time of the query.com.google.common.util.concurrent.ListenableFuture<StateServiceOuterClass.GetConnectedSynchronizersResponse>StateServiceGrpc.StateServiceFutureStub.getConnectedSynchronizers(StateServiceOuterClass.GetConnectedSynchronizersRequest request) Get the list of connected synchronizers at the time of the query.voidStateServiceGrpc.StateServiceStub.getConnectedSynchronizers(StateServiceOuterClass.GetConnectedSynchronizersRequest request, io.grpc.stub.StreamObserver<StateServiceOuterClass.GetConnectedSynchronizersResponse> responseObserver) Get the list of connected synchronizers at the time of the query.StateServiceOuterClass.GetConnectedSynchronizersRequest.Builder.mergeFrom(StateServiceOuterClass.GetConnectedSynchronizersRequest other) StateServiceOuterClass.GetConnectedSynchronizersRequest.newBuilder(StateServiceOuterClass.GetConnectedSynchronizersRequest prototype) -
Uses of StateServiceOuterClass.GetConnectedSynchronizersRequest in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return StateServiceOuterClass.GetConnectedSynchronizersRequestMethods in com.daml.ledger.javaapi.data with parameters of type StateServiceOuterClass.GetConnectedSynchronizersRequestModifier and TypeMethodDescriptionGetConnectedSynchronizersRequest.fromProto(StateServiceOuterClass.GetConnectedSynchronizersRequest request)