Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ListRequest

Lists information about the supported locations for this service.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListLocationsResponse>
GKEHubBaseServiceRequest<ListLocationsResponse>
ProjectsResource.LocationsResource.ListRequest
Implements
IClientServiceRequest<ListLocationsResponse>
IClientServiceRequest
Inherited Members
GKEHubBaseServiceRequest<ListLocationsResponse>.Xgafv
GKEHubBaseServiceRequest<ListLocationsResponse>.AccessToken
GKEHubBaseServiceRequest<ListLocationsResponse>.Alt
GKEHubBaseServiceRequest<ListLocationsResponse>.Callback
GKEHubBaseServiceRequest<ListLocationsResponse>.Fields
GKEHubBaseServiceRequest<ListLocationsResponse>.Key
GKEHubBaseServiceRequest<ListLocationsResponse>.OauthToken
GKEHubBaseServiceRequest<ListLocationsResponse>.PrettyPrint
GKEHubBaseServiceRequest<ListLocationsResponse>.QuotaUser
GKEHubBaseServiceRequest<ListLocationsResponse>.UploadType
GKEHubBaseServiceRequest<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(Nullable<Boolean>)
ClientServiceRequest<ListLocationsResponse>.GenerateRequestUri()
ClientServiceRequest<ListLocationsResponse>.GetBody()
ClientServiceRequest<ListLocationsResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListLocationsResponse>.ETagAction
ClientServiceRequest<ListLocationsResponse>.ModifyRequest
ClientServiceRequest<ListLocationsResponse>.ValidateParameters
ClientServiceRequest<ListLocationsResponse>.RequestParameters
ClientServiceRequest<ListLocationsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.GKEHub.v1alpha2
Assembly: Google.Apis.GKEHub.v1alpha2.dll
Syntax
public class ListRequest : GKEHubBaseServiceRequest<ListLocationsResponse>, IClientServiceRequest<ListLocationsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
System.String name

Properties

Filter

A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in AIP-160.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GKEHub.v1alpha2.Data.ListLocationsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GKEHub.v1alpha2.Data.ListLocationsResponse>.MethodName

Name

The resource that owns the locations collection, if applicable.

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

PageSize

The maximum number of results to return. If not set, the service selects a default.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

PageToken

A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GKEHub.v1alpha2.Data.ListLocationsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.GKEHub.v1alpha2.GKEHubBaseServiceRequest<Google.Apis.GKEHub.v1alpha2.Data.ListLocationsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX