Class: Google::Cloud::CloudControlsPartner::V1::ListWorkloadsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::ListWorkloadsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb
Overview
Request to list customer workloads.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
The maximum number of workloads to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListWorkloadscall. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filtering results.
105 106 107 108 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 105 class ListWorkloadsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Hint for how to order the results.
105 106 107 108 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 105 class ListWorkloadsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of workloads to return. The service may return fewer than this value. If unspecified, at most 500 workloads will be returned.
105 106 107 108 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 105 class ListWorkloadsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous ListWorkloads call.
Provide this to retrieve the subsequent page.
105 106 107 108 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 105 class ListWorkloadsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent resource
Format:
organizations/{organization}/locations/{location}/customers/{customer}.
105 106 107 108 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 105 class ListWorkloadsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |