GKE Hub v1 API - Class ListBoundMembershipsRequest (2.8.0)

public sealed class ListBoundMembershipsRequest : IPageRequest, IMessage<ListBoundMembershipsRequest>, IEquatable<ListBoundMembershipsRequest>, IDeepCloneable<ListBoundMembershipsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class ListBoundMembershipsRequest.

Request to list Memberships bound to a Scope.

Inheritance

object > ListBoundMembershipsRequest

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

ListBoundMembershipsRequest()

public ListBoundMembershipsRequest()

ListBoundMembershipsRequest(ListBoundMembershipsRequest)

public ListBoundMembershipsRequest(ListBoundMembershipsRequest other)
Parameter
Name Description
other ListBoundMembershipsRequest

Properties

Filter

public string Filter { get; set; }

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.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

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.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

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

Property Value
Type Description
string

ScopeName

public string ScopeName { get; set; }

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

Property Value
Type Description
string

ScopeNameAsScopeName

public ScopeName ScopeNameAsScopeName { get; set; }

ScopeName-typed view over the ScopeName resource name property.

Property Value
Type Description
ScopeName