Reference documentation and code samples for the Resource Settings V1 API class Google::Cloud::ResourceSettings::V1::Setting.
The schema for settings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#effective_value
def effective_value() -> ::Google::Cloud::ResourceSettings::V1::Value
-
(::Google::Cloud::ResourceSettings::V1::Value) — Output only. The computed effective value of the setting at the given parent resource
(based on the resource hierarchy).
The effective value evaluates to one of the following options in the given order (the next option is used if the previous one does not exist):
- the local setting value on the given resource: Setting.local_value
- if one of the given resource's ancestors have a local setting value, the local value at the nearest such ancestor
- the setting's default value: SettingMetadata.default_value
- an empty value (defined as a
Value
with all fields unset)
The data type of Value must always be consistent with the data type defined in Setting.metadata.
#etag
def etag() -> ::String
- (::String) — A fingerprint used for optimistic concurrency. See UpdateSetting for more details.
#etag=
def etag=(value) -> ::String
- value (::String) — A fingerprint used for optimistic concurrency. See UpdateSetting for more details.
- (::String) — A fingerprint used for optimistic concurrency. See UpdateSetting for more details.
#local_value
def local_value() -> ::Google::Cloud::ResourceSettings::V1::Value
- (::Google::Cloud::ResourceSettings::V1::Value) — The configured value of the setting at the given parent resource (ignoring the resource hierarchy). The data type of Value must always be consistent with the data type defined in Setting.metadata.
#local_value=
def local_value=(value) -> ::Google::Cloud::ResourceSettings::V1::Value
- value (::Google::Cloud::ResourceSettings::V1::Value) — The configured value of the setting at the given parent resource (ignoring the resource hierarchy). The data type of Value must always be consistent with the data type defined in Setting.metadata.
- (::Google::Cloud::ResourceSettings::V1::Value) — The configured value of the setting at the given parent resource (ignoring the resource hierarchy). The data type of Value must always be consistent with the data type defined in Setting.metadata.
#metadata
def metadata() -> ::Google::Cloud::ResourceSettings::V1::SettingMetadata
- (::Google::Cloud::ResourceSettings::V1::SettingMetadata) — Output only. Metadata about a setting which is not editable by the end user.
#name
def name() -> ::String
-
(::String) — The resource name of the setting. Must be in one of the following forms:
projects/{project_number}/settings/{setting_name}
folders/{folder_id}/settings/{setting_name}
organizations/{organization_id}/settings/{setting_name}
For example, "/projects/123/settings/gcp-enableMyFeature"
#name=
def name=(value) -> ::String
-
value (::String) — The resource name of the setting. Must be in one of the following forms:
projects/{project_number}/settings/{setting_name}
folders/{folder_id}/settings/{setting_name}
organizations/{organization_id}/settings/{setting_name}
For example, "/projects/123/settings/gcp-enableMyFeature"
-
(::String) — The resource name of the setting. Must be in one of the following forms:
projects/{project_number}/settings/{setting_name}
folders/{folder_id}/settings/{setting_name}
organizations/{organization_id}/settings/{setting_name}
For example, "/projects/123/settings/gcp-enableMyFeature"