Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ClustersResource.ListRequest

Lists all clusters owned by a project in either the specified zone or all zones.

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

MethodName

Gets the method name.

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

Parent

The parent (project and location) where the clusters will be listed. Specified in the format projects/*/locations/*. Location "-" matches all zones and all regions.

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

ProjectId

Required. 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.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<ListClustersResponse>.RestPath

Zone

Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides, or "-" for all zones. This field has been deprecated and replaced by the parent field.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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