Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ScopesResource.NamespacesResource.ListRequest

Lists fleet namespaces.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListScopeNamespacesResponse>.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 ListFeatures 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 Features will be listed. Specified in the format projects/*/locations/*/scopes/*.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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