Show / Hide Table of Contents

Class ProjectsResource.ZonesResource.ClustersResource.NodePoolsResource.ListRequest

Lists the node pools for a cluster.

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

Constructors

ListRequest(IClientService, string, string, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string projectId, string zone, string clusterId)
Parameters
Type Name Description
IClientService service
string projectId
string zone
string clusterId

Properties

ClusterId

Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

The parent (project, location, cluster name) where the node pools will be listed. Specified in the format projects/*/locations/*/clusters/*.

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

ProjectId

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.

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

RestPath

Gets the REST path.

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

Zone

Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ContainerBaseServiceRequest<ListNodePoolsResponse>.InitParameters()

Implements

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