Show / Hide Table of Contents

Class ProjectsResource.GithubEnterpriseConfigsResource.GetRequest

Retrieve a GitHubEnterpriseConfig.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GitHubEnterpriseConfig>
CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>
ProjectsResource.GithubEnterpriseConfigsResource.GetRequest
Implements
IClientServiceRequest<GitHubEnterpriseConfig>
IClientServiceRequest
Inherited Members
CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>.Xgafv
CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>.AccessToken
CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>.Alt
CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>.Callback
CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>.Fields
CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>.Key
CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>.OauthToken
CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>.PrettyPrint
CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>.QuotaUser
CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>.UploadType
CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>.UploadProtocol
ClientServiceRequest<GitHubEnterpriseConfig>.Execute()
ClientServiceRequest<GitHubEnterpriseConfig>.ExecuteAsStream()
ClientServiceRequest<GitHubEnterpriseConfig>.ExecuteAsync()
ClientServiceRequest<GitHubEnterpriseConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GitHubEnterpriseConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<GitHubEnterpriseConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GitHubEnterpriseConfig>.CreateRequest(bool?)
ClientServiceRequest<GitHubEnterpriseConfig>.GenerateRequestUri()
ClientServiceRequest<GitHubEnterpriseConfig>.GetBody()
ClientServiceRequest<GitHubEnterpriseConfig>.GetDefaultETagAction(string)
ClientServiceRequest<GitHubEnterpriseConfig>.ETagAction
ClientServiceRequest<GitHubEnterpriseConfig>.ModifyRequest
ClientServiceRequest<GitHubEnterpriseConfig>.ValidateParameters
ClientServiceRequest<GitHubEnterpriseConfig>.ApiVersion
ClientServiceRequest<GitHubEnterpriseConfig>.RequestParameters
ClientServiceRequest<GitHubEnterpriseConfig>.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.GithubEnterpriseConfigsResource.GetRequest : CloudBuildBaseServiceRequest<GitHubEnterpriseConfig>, IClientServiceRequest<GitHubEnterpriseConfig>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

ConfigId

Unique identifier of the GitHubEnterpriseConfig

Declaration
[RequestParameter("configId", RequestParameterType.Query)]
public virtual string ConfigId { 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<GitHubEnterpriseConfig>.HttpMethod

MethodName

Gets the method name.

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

Name

This field should contain the name of the enterprise config resource. For example: "projects/{$project_id}/locations/{$location_id}/githubEnterpriseConfigs/{$config_id}"

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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
ClientServiceRequest<GitHubEnterpriseConfig>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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