Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ScopesResource.ListRequest

Lists Scopes.

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

MethodName

Gets the method name.

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

PageSize

Optional. When requesting a 'page' of resources, page_size specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

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

PageToken

Optional. Token returned by previous call to ListScopes which specifies the position in the list from where to continue listing the resources.

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

Parent

Required. The parent (project and location) where the Scope will be listed. Specified in the format projects/*/locations/*.

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<ListScopesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
GKEHubBaseServiceRequest<ListScopesResponse>.InitParameters()

Implements

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