Distributed Cloud Edge Container V1 API - Class Google::Cloud::EdgeContainer::V1::ListClustersRequest (v0.1.0)

Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::ListClustersRequest.

Lists clusters in a location.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Only resources matching this filter will be listed.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Only resources matching this filter will be listed.
Returns
  • (::String) — Only resources matching this filter will be listed.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Specifies the order in which resources will be listed.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Specifies the order in which resources will be listed.
Returns
  • (::String) — Specifies the order in which resources will be listed.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of resources to list.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of resources to list.
Returns
  • (::Integer) — The maximum number of resources to list.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A page token received from previous list request. A page token received from previous list request.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — A page token received from previous list request. A page token received from previous list request.
Returns
  • (::String) — A page token received from previous list request. A page token received from previous list request.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent location, which owns this collection of clusters.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent location, which owns this collection of clusters.
Returns
  • (::String) — Required. The parent location, which owns this collection of clusters.