IntelligenceConfigs Stay organized with collections Save and categorize content based on your preferences.
- JSON representation
- EditionConfig
- Filter
- CloudStorageLocations
- CloudStorageBuckets
- EffectiveIntelligenceConfig
- EffectiveEdition
- Stats
- ProcessingState
- TrialConfig
TheIntelligenceConfig resource associated with your organization, folder, or project.
| JSON representation |
|---|
{"name":string,"editionConfig":enum ( |
| Fields | |
|---|---|
name |
Identifier. The name of the The name format varies based on the GCP resource hierarchy as follows:
|
editionConfig |
Optional. The edition configuration of the |
updateTime |
Output only. The time at which the Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
filter |
Optional. Filter over location and bucket. |
effectiveIntelligenceConfig |
Output only. The |
trialConfig |
The30-day introductory trial configuration of the |
EditionConfig
The edition configuration of theIntelligenceConfig resource. This signifies the edition used for configuring theIntelligenceConfig resource and can only take the following values:EDITION_CONFIG_UNSPECIFIED,INHERIT,DISABLED,STANDARD andEVALUATE.
| Enums | |
|---|---|
EDITION_CONFIG_UNSPECIFIED | This is an unknown edition of the resource. |
INHERIT | The edition configuration of the parent resource. This is the default edition when there is noIntelligenceConfig setup for a GCP resource. |
DISABLED | The edition configuration is disabled for theIntelligenceConfig resource and its children. Filters are not applicable. |
STANDARD | TheIntelligenceConfig resource is of STANDARD edition. |
TRIAL | TheIntelligenceConfig resource is available inTRIAL edition. |
Filter
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.
| JSON representation |
|---|
{// Union field |
| Fields | |
|---|---|
Union fieldcloud_storage_locations. Bucket locations to include or exclude.cloud_storage_locations can be only one of the following: | |
includedCloudStorageLocations |
Bucket locations to include. |
excludedCloudStorageLocations |
Bucket locations to exclude. |
Union fieldcloud_storage_buckets. Buckets to include or exclude.cloud_storage_buckets can be only one of the following: | |
includedCloudStorageBuckets |
Buckets to include. |
excludedCloudStorageBuckets |
Buckets to exclude. |
CloudStorageLocations
Collection of bucket locations.
| JSON representation |
|---|
{"locations":[string]} |
| Fields | |
|---|---|
locations[] |
Optional. Bucket locations. Location can be any of the Cloud Storage regions specified in lower case format. For example, |
CloudStorageBuckets
Collection of buckets.
| JSON representation |
|---|
{"bucketIdRegexes":[string]} |
| Fields | |
|---|---|
bucketIdRegexes[] |
Optional. A regex pattern for matching bucket names. Regex should follow the syntax specified ingoogle/re2. For example, |
EffectiveIntelligenceConfig
The effectiveIntelligenceConfig for the resource.
| JSON representation |
|---|
{"effectiveEdition":enum ( |
| Fields | |
|---|---|
effectiveEdition |
Output only. The |
intelligenceConfig |
Output only. The |
EffectiveEdition
The effective edition of theIntelligenceConfig resource.
| Enums | |
|---|---|
EFFECTIVE_EDITION_UNSPECIFIED | This is an unknown edition of the resource. |
NONE | No edition. |
STANDARD | TheIntelligenceConfig resource is of STANDARD edition. |
TrialConfig
The trial configuration of theIntelligenceConfig resource.
| JSON representation |
|---|
{"expireTime":string,} |
| Fields | |
|---|---|
expireTime |
Output only. The time when the trial ends inRFC 3339 format. Example: |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-19 UTC.