Class: Google::Cloud::Storage::Control::V2::IntelligenceConfig::EffectiveIntelligenceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::IntelligenceConfig::EffectiveIntelligenceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
The effective IntelligenceConfig for the resource.
Defined Under Namespace
Modules: EffectiveEdition
Instance Attribute Summary collapse
-
#effective_edition ⇒ ::Google::Cloud::Storage::Control::V2::IntelligenceConfig::EffectiveIntelligenceConfig::EffectiveEdition
readonly
Output only.
-
#intelligence_config ⇒ ::String
readonly
Output only.
Instance Attribute Details
#effective_edition ⇒ ::Google::Cloud::Storage::Control::V2::IntelligenceConfig::EffectiveIntelligenceConfig::EffectiveEdition (readonly)
Returns Output only. The IntelligenceConfig edition that is applicable for the
resource.
800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 800 class EffectiveIntelligenceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The effective edition of the `IntelligenceConfig` resource. module EffectiveEdition # This is an unknown edition of the resource. EFFECTIVE_EDITION_UNSPECIFIED = 0 # No edition. NONE = 1 # The `IntelligenceConfig` resource is of STANDARD edition. STANDARD = 2 end end |
#intelligence_config ⇒ ::String (readonly)
Returns Output only. The IntelligenceConfig resource that is applied for the
target resource. Format:
{organizations|folders|projects}/{id}/locations/{location}/intelligenceConfig.
800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 800 class EffectiveIntelligenceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The effective edition of the `IntelligenceConfig` resource. module EffectiveEdition # This is an unknown edition of the resource. EFFECTIVE_EDITION_UNSPECIFIED = 0 # No edition. NONE = 1 # The `IntelligenceConfig` resource is of STANDARD edition. STANDARD = 2 end end |