Uses of Class
com.daml.ledger.api.v2.testing.TimeServiceOuterClass.SetTimeRequest
Packages that use TimeServiceOuterClass.SetTimeRequest
-
Uses of TimeServiceOuterClass.SetTimeRequest in com.daml.ledger.api.v2.testing
Methods in com.daml.ledger.api.v2.testing that return TimeServiceOuterClass.SetTimeRequestModifier and TypeMethodDescriptionTimeServiceOuterClass.SetTimeRequest.Builder.build()TimeServiceOuterClass.SetTimeRequest.Builder.buildPartial()TimeServiceOuterClass.SetTimeRequest.getDefaultInstance()TimeServiceOuterClass.SetTimeRequest.Builder.getDefaultInstanceForType()TimeServiceOuterClass.SetTimeRequest.getDefaultInstanceForType()TimeServiceOuterClass.SetTimeRequest.parseDelimitedFrom(InputStream input) TimeServiceOuterClass.SetTimeRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TimeServiceOuterClass.SetTimeRequest.parseFrom(byte[] data) TimeServiceOuterClass.SetTimeRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TimeServiceOuterClass.SetTimeRequest.parseFrom(com.google.protobuf.ByteString data) TimeServiceOuterClass.SetTimeRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TimeServiceOuterClass.SetTimeRequest.parseFrom(com.google.protobuf.CodedInputStream input) TimeServiceOuterClass.SetTimeRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TimeServiceOuterClass.SetTimeRequest.parseFrom(InputStream input) TimeServiceOuterClass.SetTimeRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TimeServiceOuterClass.SetTimeRequest.parseFrom(ByteBuffer data) TimeServiceOuterClass.SetTimeRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2.testing that return types with arguments of type TimeServiceOuterClass.SetTimeRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TimeServiceOuterClass.SetTimeRequest>TimeServiceOuterClass.SetTimeRequest.getParserForType()static io.grpc.MethodDescriptor<TimeServiceOuterClass.SetTimeRequest,com.google.protobuf.Empty> TimeServiceGrpc.getSetTimeMethod()static com.google.protobuf.Parser<TimeServiceOuterClass.SetTimeRequest>TimeServiceOuterClass.SetTimeRequest.parser()Methods in com.daml.ledger.api.v2.testing with parameters of type TimeServiceOuterClass.SetTimeRequestModifier and TypeMethodDescriptionTimeServiceOuterClass.SetTimeRequest.Builder.mergeFrom(TimeServiceOuterClass.SetTimeRequest other) TimeServiceOuterClass.SetTimeRequest.newBuilder(TimeServiceOuterClass.SetTimeRequest prototype) default voidTimeServiceGrpc.AsyncService.setTime(TimeServiceOuterClass.SetTimeRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Allows clients to change the ledger's clock in an atomic get-and-set operation.com.google.protobuf.EmptyTimeServiceGrpc.TimeServiceBlockingStub.setTime(TimeServiceOuterClass.SetTimeRequest request) Allows clients to change the ledger's clock in an atomic get-and-set operation.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>TimeServiceGrpc.TimeServiceFutureStub.setTime(TimeServiceOuterClass.SetTimeRequest request) Allows clients to change the ledger's clock in an atomic get-and-set operation.voidTimeServiceGrpc.TimeServiceStub.setTime(TimeServiceOuterClass.SetTimeRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Allows clients to change the ledger's clock in an atomic get-and-set operation.