Class: Google::Cloud::ResourceSettings::V1::ListSettingsRequest

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

Overview

The request for ListSettings.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Unused. The size of the page to be returned.

Returns:

  • (::Integer)

    Unused. The size of the page to be returned.



179
180
181
182
# File 'proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb', line 179

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

#page_token::String

Returns Unused. A page token used to retrieve the next page.

Returns:

  • (::String)

    Unused. A page token used to retrieve the next page.



179
180
181
182
# File 'proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb', line 179

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

#parent::String

Returns Required. The Cloud resource that parents the setting. Must be in one of the following forms:

  • projects/{project_number}
  • projects/{project_id}
  • folders/{folder_id}
  • organizations/{organization_id}.

Returns:

  • (::String)

    Required. The Cloud resource that parents the setting. Must be in one of the following forms:

    • projects/{project_number}
    • projects/{project_id}
    • folders/{folder_id}
    • organizations/{organization_id}


179
180
181
182
# File 'proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb', line 179

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

#view::Google::Cloud::ResourceSettings::V1::SettingView

Returns The SettingView for this request.

Returns:



179
180
181
182
# File 'proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb', line 179

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