Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkerPoolsResource.GetRequest

Returns details of a WorkerPool.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the WorkerPool to retrieve. Format: projects/{project}/locations/{location}/workerPools/{workerPool}.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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