Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GithubEnterpriseConfigsResource.ListRequest

List all GitHubEnterpriseConfigs for a given project.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudBuild.v1.Data.ListGithubEnterpriseConfigsResponse>.MethodName

Parent

Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}

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

ProjectId

ID of the project

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudBuild.v1.Data.ListGithubEnterpriseConfigsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX