Class: Google::Cloud::CloudControlsPartner::V1::ListWorkloadsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb

Overview

Response message for list customer workloads requests.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



121
122
123
124
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 121

class ListWorkloadsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



121
122
123
124
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 121

class ListWorkloadsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#workloads::Array<::Google::Cloud::CloudControlsPartner::V1::Workload>

Returns List of customer workloads.

Returns:



121
122
123
124
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 121

class ListWorkloadsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end