Class: Google::Cloud::AssuredWorkloads::V1beta1::ListWorkloadsRequest

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

Overview

Request for fetching workloads in an organization.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns 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.



181
182
183
184
# File 'proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb', line 181

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

#page_size::Integer

Returns Page size.

Returns:

  • (::Integer)

    Page size.



181
182
183
184
# File 'proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb', line 181

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

#page_token::String

Returns 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.



181
182
183
184
# File 'proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb', line 181

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

#parent::String

Returns 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}.



181
182
183
184
# File 'proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb', line 181

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