public sealed class ListMetadataFeedsResponse : IMessage<ListMetadataFeedsResponse>, IEquatable<ListMetadataFeedsResponse>, IDeepCloneable<ListMetadataFeedsResponse>, IBufferMessage, IMessage, IPageResponse<MetadataFeed>, IEnumerable<MetadataFeed>, IEnumerableReference documentation and code samples for the Cloud Dataplex v1 API class ListMetadataFeedsResponse.
Response message for ListMetadataFeeds.
Implements
IMessageListMetadataFeedsResponse, IEquatableListMetadataFeedsResponse, IDeepCloneableListMetadataFeedsResponse, IBufferMessage, IMessage, IPageResponseMetadataFeed, IEnumerableMetadataFeed, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListMetadataFeedsResponse()
public ListMetadataFeedsResponse()ListMetadataFeedsResponse(ListMetadataFeedsResponse)
public ListMetadataFeedsResponse(ListMetadataFeedsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMetadataFeedsResponse |
Properties
MetadataFeeds
public RepeatedField<MetadataFeed> MetadataFeeds { get; }List of metadata feeds under the specified parent location.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldMetadataFeed |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve the next page of results. If there are no more results in the list, the value is empty.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unordered list. Locations that the service couldn't reach.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<MetadataFeed> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorMetadataFeed |
|