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 GetMetadataStoreRequestGetMetadataStoreRequest.Builder. build()GetMetadataStoreRequestGetMetadataStoreRequest.Builder. buildPartial()static GetMetadataStoreRequestGetMetadataStoreRequest. getDefaultInstance()GetMetadataStoreRequestGetMetadataStoreRequest.Builder. getDefaultInstanceForType()GetMetadataStoreRequestGetMetadataStoreRequest. getDefaultInstanceForType()static GetMetadataStoreRequestGetMetadataStoreRequest. parseDelimitedFrom(InputStream input)static GetMetadataStoreRequestGetMetadataStoreRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetadataStoreRequestGetMetadataStoreRequest. parseFrom(byte[] data)static GetMetadataStoreRequestGetMetadataStoreRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetadataStoreRequestGetMetadataStoreRequest. parseFrom(com.google.protobuf.ByteString data)static GetMetadataStoreRequestGetMetadataStoreRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetadataStoreRequestGetMetadataStoreRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetMetadataStoreRequestGetMetadataStoreRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetadataStoreRequestGetMetadataStoreRequest. parseFrom(InputStream input)static GetMetadataStoreRequestGetMetadataStoreRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetadataStoreRequestGetMetadataStoreRequest. parseFrom(ByteBuffer data)static GetMetadataStoreRequestGetMetadataStoreRequest. 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 MetadataStoreMetadataServiceClient. getMetadataStore(GetMetadataStoreRequest request)Retrieves a specific MetadataStore.default voidMetadataServiceGrpc.AsyncService. getMetadataStore(GetMetadataStoreRequest request, io.grpc.stub.StreamObserver<MetadataStore> responseObserver)Retrieves a specific MetadataStore.MetadataStoreMetadataServiceGrpc.MetadataServiceBlockingStub. getMetadataStore(GetMetadataStoreRequest request)Retrieves a specific MetadataStore.com.google.common.util.concurrent.ListenableFuture<MetadataStore>MetadataServiceGrpc.MetadataServiceFutureStub. getMetadataStore(GetMetadataStoreRequest request)Retrieves a specific MetadataStore.voidMetadataServiceGrpc.MetadataServiceStub. getMetadataStore(GetMetadataStoreRequest request, io.grpc.stub.StreamObserver<MetadataStore> responseObserver)Retrieves a specific MetadataStore.GetMetadataStoreRequest.BuilderGetMetadataStoreRequest.Builder. mergeFrom(GetMetadataStoreRequest other)static GetMetadataStoreRequest.BuilderGetMetadataStoreRequest. 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.
-