Uses of Class
com.google.cloud.aiplatform.v1beta1.GetContextRequest
-
Packages that use GetContextRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of GetContextRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return GetContextRequest Modifier and Type Method Description GetContextRequest
GetContextRequest.Builder. build()
GetContextRequest
GetContextRequest.Builder. buildPartial()
static GetContextRequest
GetContextRequest. getDefaultInstance()
GetContextRequest
GetContextRequest.Builder. getDefaultInstanceForType()
GetContextRequest
GetContextRequest. getDefaultInstanceForType()
static GetContextRequest
GetContextRequest. parseDelimitedFrom(InputStream input)
static GetContextRequest
GetContextRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContextRequest
GetContextRequest. parseFrom(byte[] data)
static GetContextRequest
GetContextRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContextRequest
GetContextRequest. parseFrom(com.google.protobuf.ByteString data)
static GetContextRequest
GetContextRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContextRequest
GetContextRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetContextRequest
GetContextRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContextRequest
GetContextRequest. parseFrom(InputStream input)
static GetContextRequest
GetContextRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContextRequest
GetContextRequest. parseFrom(ByteBuffer data)
static GetContextRequest
GetContextRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 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.v1beta1 with parameters of type GetContextRequest Modifier and Type Method Description Context
MetadataServiceClient. getContext(GetContextRequest request)
Retrieves a specific Context.default void
MetadataServiceGrpc.AsyncService. getContext(GetContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Retrieves a specific Context.Context
MetadataServiceGrpc.MetadataServiceBlockingStub. getContext(GetContextRequest request)
Retrieves a specific Context.com.google.common.util.concurrent.ListenableFuture<Context>
MetadataServiceGrpc.MetadataServiceFutureStub. getContext(GetContextRequest request)
Retrieves a specific Context.void
MetadataServiceGrpc.MetadataServiceStub. getContext(GetContextRequest request, io.grpc.stub.StreamObserver<Context> responseObserver)
Retrieves a specific Context.GetContextRequest.Builder
GetContextRequest.Builder. mergeFrom(GetContextRequest other)
static GetContextRequest.Builder
GetContextRequest. newBuilder(GetContextRequest prototype)
-
Uses of GetContextRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.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.
-