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