public sealed class ListMetadataJobsRequest : IMessage<ListMetadataJobsRequest>, IEquatable<ListMetadataJobsRequest>, IDeepCloneable<ListMetadataJobsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud Dataplex v1 API class ListMetadataJobsRequest.
List metadata jobs request.
Implements
IMessageListMetadataJobsRequest, IEquatableListMetadataJobsRequest, IDeepCloneableListMetadataJobsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListMetadataJobsRequest()
public ListMetadataJobsRequest()
ListMetadataJobsRequest(ListMetadataJobsRequest)
public ListMetadataJobsRequest(ListMetadataJobsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListMetadataJobsRequest |
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 jobs to return. The service might return fewer jobs than this value. If unspecified, at most 10 jobs 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 ListMetadataJobs
call.
Provide this token to retrieve the subsequent page of results. When
paginating, all other parameters that are provided to the
ListMetadataJobs
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 |