Apache Kafka for BigQuery V1 API - Class Google::Cloud::ManagedKafka::V1::ListClustersRequest (v0.1.0)

Reference documentation and code samples for the Apache Kafka for BigQuery V1 API class Google::Cloud::ManagedKafka::V1::ListClustersRequest.

Request for ListClusters.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Filter expression for the result.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Filter expression for the result.
Returns
  • (::String) — Optional. Filter expression for the result.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. Order by fields for the result.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. Order by fields for the result.
Returns
  • (::String) — Optional. Order by fields for the result.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of clusters to return. The service may return fewer than this value. If unspecified, server will pick an appropriate default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of clusters to return. The service may return fewer than this value. If unspecified, server will pick an appropriate default.
Returns
  • (::Integer) — Optional. The maximum number of clusters to return. The service may return fewer than this value. If unspecified, server will pick an appropriate default.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A page token, received from a previous ListClusters call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListClusters must match the call that provided the page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A page token, received from a previous ListClusters call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListClusters must match the call that provided the page token.

Returns
  • (::String) — Optional. A page token, received from a previous ListClusters call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListClusters must match the call that provided the page token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent location whose clusters are to be listed. Structured like projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent location whose clusters are to be listed. Structured like projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The parent location whose clusters are to be listed. Structured like projects/{project}/locations/{location}.