Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ScopesResource.ListPermittedRequest

Lists permitted Scopes.

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

Constructors

ListPermittedRequest(IClientService, string)

Constructs a new ListPermitted request.

Declaration
public ListPermittedRequest(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<ListPermittedScopesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListPermittedScopesResponse>.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 ListPermittedScopes 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<ListPermittedScopesResponse>.RestPath

Methods

InitParameters()

Initializes ListPermitted parameter list.

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

Implements

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