Uses of Class
com.daml.ledger.api.v2.testing.TimeServiceOuterClass.GetTimeResponse
Packages that use TimeServiceOuterClass.GetTimeResponse
-
Uses of TimeServiceOuterClass.GetTimeResponse in com.daml.ledger.api.v2.testing
Methods in com.daml.ledger.api.v2.testing that return TimeServiceOuterClass.GetTimeResponseModifier and TypeMethodDescriptionTimeServiceOuterClass.GetTimeResponse.Builder.build()TimeServiceOuterClass.GetTimeResponse.Builder.buildPartial()TimeServiceOuterClass.GetTimeResponse.getDefaultInstance()TimeServiceOuterClass.GetTimeResponse.Builder.getDefaultInstanceForType()TimeServiceOuterClass.GetTimeResponse.getDefaultInstanceForType()TimeServiceGrpc.TimeServiceBlockingStub.getTime(TimeServiceOuterClass.GetTimeRequest request) Returns the current time according to the ledger server.TimeServiceOuterClass.GetTimeResponse.parseDelimitedFrom(InputStream input) TimeServiceOuterClass.GetTimeResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TimeServiceOuterClass.GetTimeResponse.parseFrom(byte[] data) TimeServiceOuterClass.GetTimeResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TimeServiceOuterClass.GetTimeResponse.parseFrom(com.google.protobuf.ByteString data) TimeServiceOuterClass.GetTimeResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TimeServiceOuterClass.GetTimeResponse.parseFrom(com.google.protobuf.CodedInputStream input) TimeServiceOuterClass.GetTimeResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TimeServiceOuterClass.GetTimeResponse.parseFrom(InputStream input) TimeServiceOuterClass.GetTimeResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TimeServiceOuterClass.GetTimeResponse.parseFrom(ByteBuffer data) TimeServiceOuterClass.GetTimeResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2.testing that return types with arguments of type TimeServiceOuterClass.GetTimeResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<TimeServiceOuterClass.GetTimeRequest,TimeServiceOuterClass.GetTimeResponse> TimeServiceGrpc.getGetTimeMethod()com.google.protobuf.Parser<TimeServiceOuterClass.GetTimeResponse>TimeServiceOuterClass.GetTimeResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<TimeServiceOuterClass.GetTimeResponse>TimeServiceGrpc.TimeServiceFutureStub.getTime(TimeServiceOuterClass.GetTimeRequest request) Returns the current time according to the ledger server.static com.google.protobuf.Parser<TimeServiceOuterClass.GetTimeResponse>TimeServiceOuterClass.GetTimeResponse.parser()Methods in com.daml.ledger.api.v2.testing with parameters of type TimeServiceOuterClass.GetTimeResponseModifier and TypeMethodDescriptionTimeServiceOuterClass.GetTimeResponse.Builder.mergeFrom(TimeServiceOuterClass.GetTimeResponse other) TimeServiceOuterClass.GetTimeResponse.newBuilder(TimeServiceOuterClass.GetTimeResponse prototype) Method parameters in com.daml.ledger.api.v2.testing with type arguments of type TimeServiceOuterClass.GetTimeResponseModifier and TypeMethodDescriptiondefault voidTimeServiceGrpc.AsyncService.getTime(TimeServiceOuterClass.GetTimeRequest request, io.grpc.stub.StreamObserver<TimeServiceOuterClass.GetTimeResponse> responseObserver) Returns the current time according to the ledger server.voidTimeServiceGrpc.TimeServiceStub.getTime(TimeServiceOuterClass.GetTimeRequest request, io.grpc.stub.StreamObserver<TimeServiceOuterClass.GetTimeResponse> responseObserver) Returns the current time according to the ledger server.