Reference documentation and code samples for the Assured Workloads for Government V1 API class Google::Cloud::AssuredWorkloads::V1::ListWorkloadsResponse.
Response of ListWorkloads endpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The next page token. Return empty if reached the last page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The next page token. Return empty if reached the last page.
Returns
- (::String) — The next page token. Return empty if reached the last page.
#workloads
def workloads() -> ::Array<::Google::Cloud::AssuredWorkloads::V1::Workload>
Returns
- (::Array<::Google::Cloud::AssuredWorkloads::V1::Workload>) — List of Workloads under a given parent.
#workloads=
def workloads=(value) -> ::Array<::Google::Cloud::AssuredWorkloads::V1::Workload>
Parameter
- value (::Array<::Google::Cloud::AssuredWorkloads::V1::Workload>) — List of Workloads under a given parent.
Returns
- (::Array<::Google::Cloud::AssuredWorkloads::V1::Workload>) — List of Workloads under a given parent.