Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ListRequest

Fetches locations that offer Google Kubernetes Engine.

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

MethodName

Gets the method name.

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

Parent

Required. Contains the name of the resource requested. Specified in the format projects/*.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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