You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pre>Gets the requested InsightTypeConfig. There is only one instance of the config for each InsightType.
100
+
101
+
Args:
102
+
name: string, Required. Name of the InsightTypeConfig to get. Acceptable formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` * `projects/[PROJECT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` (required)
103
+
x__xgafv: string, V1 error format.
104
+
Allowed values
105
+
1 - v1 error format
106
+
2 - v2 error format
107
+
108
+
Returns:
109
+
An object of the form:
110
+
111
+
{ # Configuration for an InsightType.
112
+
"annotations": { # Allows 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.
113
+
"a_key": "A String",
114
+
},
115
+
"displayName": "A String", # A user-settable field to provide a human-readable name to be used in user interfaces.
116
+
"etag": "A String", # Fingerprint of the InsightTypeConfig. Provides optimistic locking when updating.
117
+
"insightTypeGenerationConfig": { # A configuration to customize the generation of insights. Eg, customizing the lookback period considered when generating a insight. # InsightTypeGenerationConfig which configures the generation of insights for this insight type.
118
+
"params": { # Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.
119
+
"a_key": "", # Properties of the object.
120
+
},
121
+
},
122
+
"name": "A String", # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
123
+
"revisionId": "A String", # Output 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.
124
+
"updateTime": "A String", # Last time when the config was updated.
<pre>Updates an InsightTypeConfig change. This will create a new revision of the config.
131
+
132
+
Args:
133
+
name: string, Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config (required)
134
+
body: object, The request body.
135
+
The object takes the form of:
136
+
137
+
{ # Configuration for an InsightType.
138
+
"annotations": { # Allows 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.
139
+
"a_key": "A String",
140
+
},
141
+
"displayName": "A String", # A user-settable field to provide a human-readable name to be used in user interfaces.
142
+
"etag": "A String", # Fingerprint of the InsightTypeConfig. Provides optimistic locking when updating.
143
+
"insightTypeGenerationConfig": { # A configuration to customize the generation of insights. Eg, customizing the lookback period considered when generating a insight. # InsightTypeGenerationConfig which configures the generation of insights for this insight type.
144
+
"params": { # Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.
145
+
"a_key": "", # Properties of the object.
146
+
},
147
+
},
148
+
"name": "A String", # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
149
+
"revisionId": "A String", # Output 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.
150
+
"updateTime": "A String", # Last time when the config was updated.
151
+
}
152
+
153
+
updateMask: string, The list of fields to be updated.
154
+
validateOnly: boolean, If true, validate the request and preview the change, but do not actually update it.
155
+
x__xgafv: string, V1 error format.
156
+
Allowed values
157
+
1 - v1 error format
158
+
2 - v2 error format
159
+
160
+
Returns:
161
+
An object of the form:
162
+
163
+
{ # Configuration for an InsightType.
164
+
"annotations": { # Allows 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.
165
+
"a_key": "A String",
166
+
},
167
+
"displayName": "A String", # A user-settable field to provide a human-readable name to be used in user interfaces.
168
+
"etag": "A String", # Fingerprint of the InsightTypeConfig. Provides optimistic locking when updating.
169
+
"insightTypeGenerationConfig": { # A configuration to customize the generation of insights. Eg, customizing the lookback period considered when generating a insight. # InsightTypeGenerationConfig which configures the generation of insights for this insight type.
170
+
"params": { # Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.
171
+
"a_key": "", # Properties of the object.
172
+
},
173
+
},
174
+
"name": "A String", # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
175
+
"revisionId": "A String", # Output 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.
176
+
"updateTime": "A String", # Last time when the config was updated.
<pre>Gets the requested Recommender Config. There is only one instance of the config for each Recommender.
100
+
101
+
Args:
102
+
name: string, Required. Name of the Recommendation Config to get. Acceptable formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` (required)
103
+
x__xgafv: string, V1 error format.
104
+
Allowed values
105
+
1 - v1 error format
106
+
2 - v2 error format
107
+
108
+
Returns:
109
+
An object of the form:
110
+
111
+
{ # Configuration for a Recommender.
112
+
"annotations": { # Allows 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.
113
+
"a_key": "A String",
114
+
},
115
+
"displayName": "A String", # A user-settable field to provide a human-readable name to be used in user interfaces.
116
+
"etag": "A String", # Fingerprint of the RecommenderConfig. Provides optimistic locking when updating.
117
+
"name": "A String", # Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
118
+
"recommenderGenerationConfig": { # A Configuration to customize the generation of recommendations. Eg, customizing the lookback period considered when generating a recommendation. # RecommenderGenerationConfig which configures the Generation of recommendations for this recommender.
119
+
"params": { # Parameters for this RecommenderGenerationConfig. These configs can be used by or are applied to all subtypes.
120
+
"a_key": "", # Properties of the object.
121
+
},
122
+
},
123
+
"revisionId": "A String", # Output 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.
124
+
"updateTime": "A String", # Last time when the config was updated.
<pre>Updates a Recommender Config. This will create a new revision of the config.
131
+
132
+
Args:
133
+
name: string, Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config (required)
134
+
body: object, The request body.
135
+
The object takes the form of:
136
+
137
+
{ # Configuration for a Recommender.
138
+
"annotations": { # Allows 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.
139
+
"a_key": "A String",
140
+
},
141
+
"displayName": "A String", # A user-settable field to provide a human-readable name to be used in user interfaces.
142
+
"etag": "A String", # Fingerprint of the RecommenderConfig. Provides optimistic locking when updating.
143
+
"name": "A String", # Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
144
+
"recommenderGenerationConfig": { # A Configuration to customize the generation of recommendations. Eg, customizing the lookback period considered when generating a recommendation. # RecommenderGenerationConfig which configures the Generation of recommendations for this recommender.
145
+
"params": { # Parameters for this RecommenderGenerationConfig. These configs can be used by or are applied to all subtypes.
146
+
"a_key": "", # Properties of the object.
147
+
},
148
+
},
149
+
"revisionId": "A String", # Output 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.
150
+
"updateTime": "A String", # Last time when the config was updated.
151
+
}
152
+
153
+
updateMask: string, The list of fields to be updated.
154
+
validateOnly: boolean, If true, validate the request and preview the change, but do not actually update it.
155
+
x__xgafv: string, V1 error format.
156
+
Allowed values
157
+
1 - v1 error format
158
+
2 - v2 error format
159
+
160
+
Returns:
161
+
An object of the form:
162
+
163
+
{ # Configuration for a Recommender.
164
+
"annotations": { # Allows 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.
165
+
"a_key": "A String",
166
+
},
167
+
"displayName": "A String", # A user-settable field to provide a human-readable name to be used in user interfaces.
168
+
"etag": "A String", # Fingerprint of the RecommenderConfig. Provides optimistic locking when updating.
169
+
"name": "A String", # Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
170
+
"recommenderGenerationConfig": { # A Configuration to customize the generation of recommendations. Eg, customizing the lookback period considered when generating a recommendation. # RecommenderGenerationConfig which configures the Generation of recommendations for this recommender.
171
+
"params": { # Parameters for this RecommenderGenerationConfig. These configs can be used by or are applied to all subtypes.
172
+
"a_key": "", # Properties of the object.
173
+
},
174
+
},
175
+
"revisionId": "A String", # Output 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.
176
+
"updateTime": "A String", # Last time when the config was updated.
Copy file name to clipboardExpand all lines: docs/dyn/recommender_v1.organizations.locations.insightTypes.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ <h3>Method Details</h3>
99
99
<pre>Gets the requested InsightTypeConfig. There is only one instance of the config for each InsightType.
100
100
101
101
Args:
102
-
name: string, Required. Name of the InsightTypeConfig to get. Acceptable formats: * `projects/[PROJECT_NUMBER]/locations/global/recommenders/[INSIGHT_TYPE_ID]/config` * `projects/[PROJECT_ID]/locations/global/recommenders/[INSIGHT_TYPE_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/global/recommenders/[INSIGHT_TYPE_ID]/config` (required)
102
+
name: string, Required. Name of the InsightTypeConfig to get. Acceptable formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` * `projects/[PROJECT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` (required)
Copy file name to clipboardExpand all lines: docs/dyn/recommender_v1.organizations.locations.recommenders.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ <h3>Method Details</h3>
99
99
<pre>Gets the requested Recommender Config. There is only one instance of the config for each Recommender.
100
100
101
101
Args:
102
-
name: string, Required. Name of the Recommendation Config to get. Acceptable formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` (required)
102
+
name: string, Required. Name of the Recommendation Config to get. Acceptable formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` (required)
Copy file name to clipboardExpand all lines: docs/dyn/recommender_v1.projects.locations.insightTypes.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ <h3>Method Details</h3>
99
99
<pre>Gets the requested InsightTypeConfig. There is only one instance of the config for each InsightType.
100
100
101
101
Args:
102
-
name: string, Required. Name of the InsightTypeConfig to get. Acceptable formats: * `projects/[PROJECT_NUMBER]/locations/global/recommenders/[INSIGHT_TYPE_ID]/config` * `projects/[PROJECT_ID]/locations/global/recommenders/[INSIGHT_TYPE_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/global/recommenders/[INSIGHT_TYPE_ID]/config` (required)
102
+
name: string, Required. Name of the InsightTypeConfig to get. Acceptable formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` * `projects/[PROJECT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config` (required)
Copy file name to clipboardExpand all lines: docs/dyn/recommender_v1.projects.locations.recommenders.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ <h3>Method Details</h3>
99
99
<pre>Gets the requested Recommender Config. There is only one instance of the config for each Recommender.
100
100
101
101
Args:
102
-
name: string, Required. Name of the Recommendation Config to get. Acceptable formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` (required)
102
+
name: string, Required. Name of the Recommendation Config to get. Acceptable formats: * `projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `organizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` * `billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config` (required)
0 commit comments