Cloud Controls Partner V1BETA API - Class Google::Cloud::CloudControlsPartner::V1beta::ListWorkloadsRequest (v0.1.1)

Reference documentation and code samples for the Cloud Controls Partner V1BETA API class Google::Cloud::CloudControlsPartner::V1beta::ListWorkloadsRequest.

Request to list customer workloads.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Filtering results.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Filtering results.
Returns
  • (::String) — Optional. Filtering results.

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. Hint for how to order the results.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. Hint for how to order the results.
Returns
  • (::String) — Optional. Hint for how to order the results.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of workloads to return. The service may return fewer than this value. If unspecified, at most 500 workloads will be returned.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of workloads to return. The service may return fewer than this value. If unspecified, at most 500 workloads will be returned.
Returns
  • (::Integer) — The maximum number of workloads to return. The service may return fewer than this value. If unspecified, at most 500 workloads will be returned.

#page_token

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

#page_token=

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

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Parent resource Format: organizations/{organization}/locations/{location}/customers/{customer}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Parent resource Format: organizations/{organization}/locations/{location}/customers/{customer}
Returns
  • (::String) — Required. Parent resource Format: organizations/{organization}/locations/{location}/customers/{customer}