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