Uses of Class
gql.GqlServiceOuterClass.ConfigureResponse
Packages that use GqlServiceOuterClass.ConfigureResponse
-
Uses of GqlServiceOuterClass.ConfigureResponse in gql
Methods in gql that return GqlServiceOuterClass.ConfigureResponseModifier and TypeMethodDescriptionGqlServiceOuterClass.ConfigureResponse.Builder.build()GqlServiceOuterClass.ConfigureResponse.Builder.buildPartial()SessionServiceGrpc.SessionServiceBlockingStub.configure(GqlServiceOuterClass.ConfigureRequest request) Configure session state (schema, graph, timezone, parameters).GqlServiceOuterClass.ConfigureResponse.getDefaultInstance()GqlServiceOuterClass.ConfigureResponse.Builder.getDefaultInstanceForType()GqlServiceOuterClass.ConfigureResponse.getDefaultInstanceForType()GqlServiceOuterClass.ConfigureResponse.parseDelimitedFrom(InputStream input) GqlServiceOuterClass.ConfigureResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.ConfigureResponse.parseFrom(byte[] data) GqlServiceOuterClass.ConfigureResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.ConfigureResponse.parseFrom(com.google.protobuf.ByteString data) GqlServiceOuterClass.ConfigureResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.ConfigureResponse.parseFrom(com.google.protobuf.CodedInputStream input) GqlServiceOuterClass.ConfigureResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.ConfigureResponse.parseFrom(InputStream input) GqlServiceOuterClass.ConfigureResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.ConfigureResponse.parseFrom(ByteBuffer data) GqlServiceOuterClass.ConfigureResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gql that return types with arguments of type GqlServiceOuterClass.ConfigureResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<GqlServiceOuterClass.ConfigureResponse>SessionServiceGrpc.SessionServiceFutureStub.configure(GqlServiceOuterClass.ConfigureRequest request) Configure session state (schema, graph, timezone, parameters).static io.grpc.MethodDescriptor<GqlServiceOuterClass.ConfigureRequest,GqlServiceOuterClass.ConfigureResponse> SessionServiceGrpc.getConfigureMethod()com.google.protobuf.Parser<GqlServiceOuterClass.ConfigureResponse>GqlServiceOuterClass.ConfigureResponse.getParserForType()static com.google.protobuf.Parser<GqlServiceOuterClass.ConfigureResponse>GqlServiceOuterClass.ConfigureResponse.parser()Methods in gql with parameters of type GqlServiceOuterClass.ConfigureResponseModifier and TypeMethodDescriptionGqlServiceOuterClass.ConfigureResponse.Builder.mergeFrom(GqlServiceOuterClass.ConfigureResponse other) GqlServiceOuterClass.ConfigureResponse.newBuilder(GqlServiceOuterClass.ConfigureResponse prototype) Method parameters in gql with type arguments of type GqlServiceOuterClass.ConfigureResponseModifier and TypeMethodDescriptiondefault voidSessionServiceGrpc.AsyncService.configure(GqlServiceOuterClass.ConfigureRequest request, io.grpc.stub.StreamObserver<GqlServiceOuterClass.ConfigureResponse> responseObserver) Configure session state (schema, graph, timezone, parameters).voidSessionServiceGrpc.SessionServiceStub.configure(GqlServiceOuterClass.ConfigureRequest request, io.grpc.stub.StreamObserver<GqlServiceOuterClass.ConfigureResponse> responseObserver) Configure session state (schema, graph, timezone, parameters).