Class IntelligenceConfig (1.5.0)

IntelligenceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The IntelligenceConfig resource associated with your organization, folder, or project.

Attributes

Name Description
name str
Identifier. The name of the IntelligenceConfig resource associated with your organization, folder, or project. The name format varies based on the GCP resource hierarchy as follows: - For project: projects/{project_number}/locations/global/intelligenceConfig - For organization: organizations/{org_id}/locations/global/intelligenceConfig - For folder: folders/{folder_id}/locations/global/intelligenceConfig
edition_config google.cloud.storage_control_v2.types.IntelligenceConfig.EditionConfig
Optional. The edition configuration of the IntelligenceConfig resource.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the IntelligenceConfig resource is last updated.
filter google.cloud.storage_control_v2.types.IntelligenceConfig.Filter
Optional. Filter over location and bucket.
effective_intelligence_config google.cloud.storage_control_v2.types.IntelligenceConfig.EffectiveIntelligenceConfig
Output only. The IntelligenceConfig resource that is applicable for the resource.
trial_config google.cloud.storage_control_v2.types.IntelligenceConfig.TrialConfig
The trial configuration of the IntelligenceConfig resource.

Classes

EditionConfig

EditionConfig(value)

The edition configuration of the IntelligenceConfig resource. This signifies the edition used for configuring the IntelligenceConfig resource and can only take the following values: EDITION_CONFIG_UNSPECIFIED, INHERIT, DISABLED, STANDARD and TRIAL.

EffectiveIntelligenceConfig

EffectiveIntelligenceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The effective IntelligenceConfig for the resource.

Filter

Filter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Filter over location and bucket using include or exclude semantics. Resources that match the include or exclude filter are exclusively included or excluded from the Storage Intelligence plan.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

TrialConfig

TrialConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The trial configuration of the IntelligenceConfig resource.