Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GitLabConfigsResource.ListRequest

List all GitLabConfigs for a given project. This API is experimental

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListGitLabConfigsResponse>
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>
ProjectsResource.LocationsResource.GitLabConfigsResource.ListRequest
Implements
IClientServiceRequest<ListGitLabConfigsResponse>
IClientServiceRequest
Inherited Members
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>.Xgafv
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>.AccessToken
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>.Alt
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>.Callback
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>.Fields
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>.Key
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>.OauthToken
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>.PrettyPrint
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>.QuotaUser
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>.UploadType
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>.UploadProtocol
ClientServiceRequest<ListGitLabConfigsResponse>.Execute()
ClientServiceRequest<ListGitLabConfigsResponse>.ExecuteAsStream()
ClientServiceRequest<ListGitLabConfigsResponse>.ExecuteAsync()
ClientServiceRequest<ListGitLabConfigsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListGitLabConfigsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListGitLabConfigsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListGitLabConfigsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListGitLabConfigsResponse>.GenerateRequestUri()
ClientServiceRequest<ListGitLabConfigsResponse>.GetBody()
ClientServiceRequest<ListGitLabConfigsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListGitLabConfigsResponse>.ETagAction
ClientServiceRequest<ListGitLabConfigsResponse>.ModifyRequest
ClientServiceRequest<ListGitLabConfigsResponse>.ValidateParameters
ClientServiceRequest<ListGitLabConfigsResponse>.ApiVersion
ClientServiceRequest<ListGitLabConfigsResponse>.RequestParameters
ClientServiceRequest<ListGitLabConfigsResponse>.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.CloudBuild.v1
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GitLabConfigsResource.ListRequest : CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>, IClientServiceRequest<ListGitLabConfigsResponse>, 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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of configs to return. The service may return fewer than this value. If unspecified, at most 50 configs will be returned. The maximum value is 1000;, values above 1000 will be coerced to 1000.

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

PageToken

A page token, received from a previous ‘ListGitlabConfigsRequest’ call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ‘ListGitlabConfigsRequest’ 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. Name of the parent resource

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudBuildBaseServiceRequest<ListGitLabConfigsResponse>.InitParameters()

Implements

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