Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MetadataJobsResource.ListRequest

Lists metadata jobs.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>
ProjectsResource.LocationsResource.MetadataJobsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>
IClientServiceRequest
Inherited Members
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.Xgafv
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.AccessToken
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.Alt
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.Callback
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.Fields
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.Key
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.OauthToken
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.PrettyPrint
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.QuotaUser
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.UploadType
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.Execute()
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataJobsResource.ListRequest : CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>, IClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

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.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.MethodName

OrderBy

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

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

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.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

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.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

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

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudDataplexBaseServiceRequest<GoogleCloudDataplexV1ListMetadataJobsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX