Class ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource
The "metadataSchemas" collection of methods.
Inheritance
ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource
Constructors
MetadataSchemasResource(IClientService)
Constructs a new resource.
Declaration
public MetadataSchemasResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleCloudAiplatformV1beta1MetadataSchema, string)
Creates a MetadataSchema.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource.CreateRequest Create(GoogleCloudAiplatformV1beta1MetadataSchema body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1MetadataSchema | body | The body of the request. |
string | parent | Required. The resource name of the MetadataStore where the MetadataSchema should be created.
Format: |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource.CreateRequest |
Get(string)
Retrieves a specific MetadataSchema.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name of the MetadataSchema to retrieve. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource.GetRequest |
List(string)
Lists MetadataSchemas.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The MetadataStore whose MetadataSchemas should be listed. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource.ListRequest |