ProjectsLocationsMetadataStoresResource class

Constructors

ProjectsLocationsMetadataStoresResource(ApiRequester client)

Properties

artifacts ProjectsLocationsMetadataStoresArtifactsResource
no setter
contexts ProjectsLocationsMetadataStoresContextsResource
no setter
executions ProjectsLocationsMetadataStoresExecutionsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
metadataSchemas ProjectsLocationsMetadataStoresMetadataSchemasResource
no setter
operations ProjectsLocationsMetadataStoresOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudAiplatformV1MetadataStore request, String parent, {String? metadataStoreId, String? $fields}) Future<GoogleLongrunningOperation>
Initializes a MetadataStore, including allocation of resources.
delete(String name, {bool? force, String? $fields}) Future<GoogleLongrunningOperation>
Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts).
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1MetadataStore>
Retrieves a specific MetadataStore.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudAiplatformV1ListMetadataStoresResponse>
Lists MetadataStores for a Location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited