Class: Google::Cloud::ResourceSettings::V1::ListSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceSettings::V1::ListSettingsRequest
- 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
-
#page_size ⇒ ::Integer
Unused.
-
#page_token ⇒ ::String
Unused.
-
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::ResourceSettings::V1::SettingView
The SettingView for this request.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns 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.
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}
.
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.
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 |