Skip to main content

insight_types_config

Overview

Nameinsight_types_config
TypeResource
Idgoogle.recommender.insight_types_config

Fields

NameDatatypeDescription
namestringName of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
annotationsobjectAllows clients to store small amounts of arbitrary data. Annotations must follow the Kubernetes syntax. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
displayNamestringA user-settable field to provide a human-readable name to be used in user interfaces.
etagstringFingerprint of the InsightTypeConfig. Provides optimistic locking when updating.
insightTypeGenerationConfigobjectA configuration to customize the generation of insights. Eg, customizing the lookback period considered when generating a insight.
revisionIdstringOutput only. Immutable. The revision ID of the config. A new revision is committed whenever the config is changed in any way. The format is an 8-character hexadecimal string.
updateTimestringLast time when the config was updated.

Methods

NameAccessible byRequired ParamsDescription
billing_accounts_locations_insight_types_get_configSELECTbillingAccountsId, insightTypesId, locationsIdGets the requested InsightTypeConfig. There is only one instance of the config for each InsightType.
organizations_locations_insight_types_get_configSELECTinsightTypesId, locationsId, organizationsIdGets the requested InsightTypeConfig. There is only one instance of the config for each InsightType.
projects_locations_insight_types_get_configSELECTinsightTypesId, locationsId, projectsIdGets the requested InsightTypeConfig. There is only one instance of the config for each InsightType.
billing_accounts_locations_insight_types_update_configEXECbillingAccountsId, insightTypesId, locationsIdUpdates an InsightTypeConfig change. This will create a new revision of the config.
organizations_locations_insight_types_update_configEXECinsightTypesId, locationsId, organizationsIdUpdates an InsightTypeConfig change. This will create a new revision of the config.
projects_locations_insight_types_update_configEXECinsightTypesId, locationsId, projectsIdUpdates an InsightTypeConfig change. This will create a new revision of the config.