GKE Hub V1 API - Class Google::Cloud::GkeHub::V1::ListBoundMembershipsRequest (v2.5.0)

Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::ListBoundMembershipsRequest.

Request to list Memberships bound to a Scope.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — 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.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — 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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. Token returned by previous call to ListBoundMemberships which specifies the position in the list from where to continue listing the resources.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. Token returned by previous call to ListBoundMemberships which specifies the position in the list from where to continue listing the resources.
Returns
  • (::String) — Optional. Token returned by previous call to ListBoundMemberships which specifies the position in the list from where to continue listing the resources.

#scope_name

def scope_name() -> ::String
Returns
  • (::String) — Required. Name of the Scope, in the format projects/*/locations/global/scopes/*, to which the Memberships are bound.

#scope_name=

def scope_name=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the Scope, in the format projects/*/locations/global/scopes/*, to which the Memberships are bound.
Returns
  • (::String) — Required. Name of the Scope, in the format projects/*/locations/global/scopes/*, to which the Memberships are bound.