Cloud Dataplex v1 API - Class ListMetadataFeedsRequest (3.13.0)

public sealed class ListMetadataFeedsRequest : IMessage<ListMetadataFeedsRequest>, IEquatable<ListMetadataFeedsRequest>, IDeepCloneable<ListMetadataFeedsRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for ListMetadataFeedsRequest.

Inheritance

object > ListMetadataFeedsRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListMetadataFeedsRequest()

public ListMetadataFeedsRequest()

ListMetadataFeedsRequest(ListMetadataFeedsRequest)

public ListMetadataFeedsRequest(ListMetadataFeedsRequest other)
Parameter
Name Description
other ListMetadataFeedsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filter request. Filters are case-sensitive. The service supports the following formats:

  • labels.key1 = "value1"
  • labels:key1
  • name = "value"

You can combine filters with AND, OR, and NOT operators.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. The field to sort the results by, either name or create_time. If not specified, the ordering is undefined.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of metadata feeds to return. The service might return fewer feeds than this value. If unspecified, at most 10 feeds are returned. The maximum value is 1,000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The page token received from a previous ListMetadataFeeds call. Provide this token to retrieve the subsequent page of results. When paginating, all other parameters that are provided to the ListMetadataFeeds request must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName