Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ScopesResource.ListMembershipsRequest

Lists Memberships bound to a Scope. The response includes relevant Memberships from all regions.

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

Constructors

ListMembershipsRequest(IClientService, string)

Constructs a new ListMemberships request.

Declaration
public ListMembershipsRequest(IClientService service, string scopeName)
Parameters
Type Name Description
IClientService service
string scopeName

Properties

Filter

Optional. Lists Memberships that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Currently, filtering can be done only based on Memberships's name, labels, create_time, update_time, and unique_id.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListBoundMembershipsResponse>.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. Pagination is currently not supported; therefore, setting this field does not have any impact for now.

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

PageToken

Optional. Token returned by previous call to ListBoundMemberships 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

RestPath

Gets the REST path.

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

ScopeName

Required. Name of the Scope, in the format projects/*/locations/global/scopes/*, to which the Memberships are bound.

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

Methods

InitParameters()

Initializes ListMemberships parameter list.

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

Implements

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