Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.ListRequest

Lists WorkflowInvocations in a given Repository.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListWorkflowInvocationsResponse>
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.ListRequest
Implements
IClientServiceRequest<ListWorkflowInvocationsResponse>
IClientServiceRequest
Inherited Members
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>.Xgafv
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>.AccessToken
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>.Alt
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>.Callback
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>.Fields
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>.Key
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>.OauthToken
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>.PrettyPrint
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>.QuotaUser
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>.UploadType
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>.UploadProtocol
ClientServiceRequest<ListWorkflowInvocationsResponse>.Execute()
ClientServiceRequest<ListWorkflowInvocationsResponse>.ExecuteAsStream()
ClientServiceRequest<ListWorkflowInvocationsResponse>.ExecuteAsync()
ClientServiceRequest<ListWorkflowInvocationsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListWorkflowInvocationsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListWorkflowInvocationsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListWorkflowInvocationsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListWorkflowInvocationsResponse>.GenerateRequestUri()
ClientServiceRequest<ListWorkflowInvocationsResponse>.GetBody()
ClientServiceRequest<ListWorkflowInvocationsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListWorkflowInvocationsResponse>.ETagAction
ClientServiceRequest<ListWorkflowInvocationsResponse>.ModifyRequest
ClientServiceRequest<ListWorkflowInvocationsResponse>.ValidateParameters
ClientServiceRequest<ListWorkflowInvocationsResponse>.ApiVersion
ClientServiceRequest<ListWorkflowInvocationsResponse>.RequestParameters
ClientServiceRequest<ListWorkflowInvocationsResponse>.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.Dataform.v1beta1
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.ListRequest : DataformBaseServiceRequest<ListWorkflowInvocationsResponse>, IClientServiceRequest<ListWorkflowInvocationsResponse>, 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 for the returned list.

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<ListWorkflowInvocationsResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Optional. This field only supports ordering by name. If unspecified, the server will choose the ordering. If specified, the default order is ascending for the name field.

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

PageSize

Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

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

PageToken

Optional. Page token received from a previous ListWorkflowInvocations call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListWorkflowInvocations, with the exception of page_size, 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 parent resource of the WorkflowInvocation type. Must be in the format projects/*/locations/*/repositories/*.

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<ListWorkflowInvocationsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DataformBaseServiceRequest<ListWorkflowInvocationsResponse>.InitParameters()

Implements

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