public sealed class GetMetadataFeedRequest : IMessage<GetMetadataFeedRequest>, IEquatable<GetMetadataFeedRequest>, IDeepCloneable<GetMetadataFeedRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class GetMetadataFeedRequest.
Request message for GetMetadataFeed.
Implements
IMessageGetMetadataFeedRequest, IEquatableGetMetadataFeedRequest, IDeepCloneableGetMetadataFeedRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
GetMetadataFeedRequest()
public GetMetadataFeedRequest()GetMetadataFeedRequest(GetMetadataFeedRequest)
public GetMetadataFeedRequest(GetMetadataFeedRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetMetadataFeedRequest |
Properties
MetadataFeedName
public MetadataFeedName MetadataFeedName { get; set; }MetadataFeedName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MetadataFeedName |
|
Name
public string Name { get; set; }Required. The resource name of the metadata feed, in the format
projects/{project_id_or_number}/locations/{location_id}/MetadataFeeds/{metadata_feed_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|