Cloud Dataplex v1 API - Class GetMetadataFeedRequest (3.13.0)

public sealed class GetMetadataFeedRequest : IMessage<GetMetadataFeedRequest>, IEquatable<GetMetadataFeedRequest>, IDeepCloneable<GetMetadataFeedRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class GetMetadataFeedRequest.

Request message for GetMetadataFeed.

Inheritance

object > GetMetadataFeedRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

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