Uses of Class
com.google.cloud.aiplatform.v1.GetContextRequest
-
Packages that use GetContextRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of GetContextRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GetContextRequest Modifier and Type Method Description GetContextRequestGetContextRequest.Builder. build()GetContextRequestGetContextRequest.Builder. buildPartial()static GetContextRequestGetContextRequest. getDefaultInstance()GetContextRequestGetContextRequest.Builder. getDefaultInstanceForType()GetContextRequestGetContextRequest. getDefaultInstanceForType()static GetContextRequestGetContextRequest. parseDelimitedFrom(InputStream input)static GetContextRequestGetContextRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContextRequestGetContextRequest. parseFrom(byte[] data)static GetContextRequestGetContextRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContextRequestGetContextRequest. parseFrom(com.google.protobuf.ByteString data)static GetContextRequestGetContextRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContextRequestGetContextRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetContextRequestGetContextRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContextRequestGetContextRequest. parseFrom(InputStream input)static GetContextRequestGetContextRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContextRequestGetContextRequest. parseFrom(ByteBuffer data)static GetContextRequestGetContextRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type GetContextRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetContextRequest,Context>MetadataServiceClient. getContextCallable()Retrieves a specific Context.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContextRequest,Context>MetadataServiceSettings.Builder. getContextSettings()Returns the builder for the settings used for calls to getContext.com.google.api.gax.rpc.UnaryCallSettings<GetContextRequest,Context>MetadataServiceSettings. getContextSettings()Returns the object with the settings used for calls to getContext.static io.grpc.MethodDescriptor<GetContextRequest,Context>MetadataServiceGrpc. getGetContextMethod()com.google.protobuf.Parser<GetContextRequest>GetContextRequest. getParserForType()static com.google.protobuf.Parser<GetContextRequest>GetContextRequest. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type GetContextRequest Modifier and Type Method Description ContextMetadataServiceClient. getContext(GetContextRequest request)Retrieves a specific Context.default voidMetadataServiceGrpc.AsyncService. getContext(GetContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)Retrieves a specific Context.ContextMetadataServiceGrpc.MetadataServiceBlockingStub. getContext(GetContextRequest request)Retrieves a specific Context.com.google.common.util.concurrent.ListenableFuture<Context>MetadataServiceGrpc.MetadataServiceFutureStub. getContext(GetContextRequest request)Retrieves a specific Context.voidMetadataServiceGrpc.MetadataServiceStub. getContext(GetContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)Retrieves a specific Context.GetContextRequest.BuilderGetContextRequest.Builder. mergeFrom(GetContextRequest other)static GetContextRequest.BuilderGetContextRequest. newBuilder(GetContextRequest prototype) -
Uses of GetContextRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type GetContextRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetContextRequest,Context>GrpcMetadataServiceStub. getContextCallable()com.google.api.gax.rpc.UnaryCallable<GetContextRequest,Context>MetadataServiceStub. getContextCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContextRequest,Context>MetadataServiceStubSettings.Builder. getContextSettings()Returns the builder for the settings used for calls to getContext.com.google.api.gax.rpc.UnaryCallSettings<GetContextRequest,Context>MetadataServiceStubSettings. getContextSettings()Returns the object with the settings used for calls to getContext.
-