Uses of Class
gql.GqlServiceOuterClass.BeginResponse
Packages that use GqlServiceOuterClass.BeginResponse
-
Uses of GqlServiceOuterClass.BeginResponse in gql
Methods in gql that return GqlServiceOuterClass.BeginResponseModifier and TypeMethodDescriptionGqlServiceGrpc.GqlServiceBlockingStub.beginTransaction(GqlServiceOuterClass.BeginRequest request) Begin an explicit transaction.GqlServiceOuterClass.BeginResponse.Builder.build()GqlServiceOuterClass.BeginResponse.Builder.buildPartial()GqlServiceOuterClass.BeginResponse.getDefaultInstance()GqlServiceOuterClass.BeginResponse.Builder.getDefaultInstanceForType()GqlServiceOuterClass.BeginResponse.getDefaultInstanceForType()GqlServiceOuterClass.BeginResponse.parseDelimitedFrom(InputStream input) GqlServiceOuterClass.BeginResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.BeginResponse.parseFrom(byte[] data) GqlServiceOuterClass.BeginResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.BeginResponse.parseFrom(com.google.protobuf.ByteString data) GqlServiceOuterClass.BeginResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.BeginResponse.parseFrom(com.google.protobuf.CodedInputStream input) GqlServiceOuterClass.BeginResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.BeginResponse.parseFrom(InputStream input) GqlServiceOuterClass.BeginResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.BeginResponse.parseFrom(ByteBuffer data) GqlServiceOuterClass.BeginResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gql that return types with arguments of type GqlServiceOuterClass.BeginResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<GqlServiceOuterClass.BeginResponse>GqlServiceGrpc.GqlServiceFutureStub.beginTransaction(GqlServiceOuterClass.BeginRequest request) Begin an explicit transaction.static io.grpc.MethodDescriptor<GqlServiceOuterClass.BeginRequest,GqlServiceOuterClass.BeginResponse> GqlServiceGrpc.getBeginTransactionMethod()com.google.protobuf.Parser<GqlServiceOuterClass.BeginResponse>GqlServiceOuterClass.BeginResponse.getParserForType()static com.google.protobuf.Parser<GqlServiceOuterClass.BeginResponse>GqlServiceOuterClass.BeginResponse.parser()Methods in gql with parameters of type GqlServiceOuterClass.BeginResponseModifier and TypeMethodDescriptionGqlServiceOuterClass.BeginResponse.Builder.mergeFrom(GqlServiceOuterClass.BeginResponse other) GqlServiceOuterClass.BeginResponse.newBuilder(GqlServiceOuterClass.BeginResponse prototype) Method parameters in gql with type arguments of type GqlServiceOuterClass.BeginResponseModifier and TypeMethodDescriptiondefault voidGqlServiceGrpc.AsyncService.beginTransaction(GqlServiceOuterClass.BeginRequest request, io.grpc.stub.StreamObserver<GqlServiceOuterClass.BeginResponse> responseObserver) Begin an explicit transaction.voidGqlServiceGrpc.GqlServiceStub.beginTransaction(GqlServiceOuterClass.BeginRequest request, io.grpc.stub.StreamObserver<GqlServiceOuterClass.BeginResponse> responseObserver) Begin an explicit transaction.