Class ProjectsResource.LocationsResource.MetadataFeedsResource
The "metadataFeeds" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataFeedsResource
Constructors
MetadataFeedsResource(IClientService)
Constructs a new resource.
Declaration
public MetadataFeedsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(GoogleCloudDataplexV1MetadataFeed, string)
Creates a MetadataFeed.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataFeedsResource.CreateRequest Create(GoogleCloudDataplexV1MetadataFeed body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDataplexV1MetadataFeed | body | The body of the request. |
| string | parent | Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MetadataFeedsResource.CreateRequest |
Delete(string)
Deletes a MetadataFeed.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataFeedsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the metadata feed, in the format projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MetadataFeedsResource.DeleteRequest |
Get(string)
Gets a MetadataFeed.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataFeedsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the metadata feed, in the format projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MetadataFeedsResource.GetRequest |
List(string)
Retrieve a list of MetadataFeeds.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataFeedsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MetadataFeedsResource.ListRequest |
Patch(GoogleCloudDataplexV1MetadataFeed, string)
Updates a MetadataFeed.
Declaration
public virtual ProjectsResource.LocationsResource.MetadataFeedsResource.PatchRequest Patch(GoogleCloudDataplexV1MetadataFeed body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDataplexV1MetadataFeed | body | The body of the request. |
| string | name | Identifier. The resource name of the metadata feed, in the format projects/{project_id_or_number}/locations/{location_id}/metadataFeeds/{metadata_feed_id}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MetadataFeedsResource.PatchRequest |