Reference documentation and code samples for the Assured Workloads for Government V1beta1 API class Google::Cloud::AssuredWorkloads::V1beta1::ListWorkloadsRequest.
Request for fetching workloads in an organization.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported.
Returns
- (::String) — A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Page size.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Page size.
Returns
- (::Integer) — Page size.
#page_token
def page_token() -> ::String
Returns
- (::String) — Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.
Returns
- (::String) — Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent Resource to list workloads from.
Must be of the form
organizations/{org_id}/locations/{location}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent Resource to list workloads from.
Must be of the form
organizations/{org_id}/locations/{location}
.
Returns
-
(::String) — Required. Parent Resource to list workloads from.
Must be of the form
organizations/{org_id}/locations/{location}
.