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