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
100
101
101
Args:
102
-
name: string, Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config (required)
103
-
body: object, The request body.
104
-
The object takes the form of:
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)
103
+
x__xgafv: string, V1 error format.
104
+
Allowed values
105
+
1 - v1 error format
106
+
2 - v2 error format
105
107
106
-
{ # Configuration for an InsightType.
108
+
Returns:
109
+
An object of the form:
110
+
111
+
{ # Configuration for an InsightType.
107
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.
108
113
"a_key": "A String",
109
114
},
@@ -117,19 +122,19 @@ <h3>Method Details</h3>
117
122
"name": "A String", # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
118
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.
119
124
"updateTime": "A String", # Last time when the config was updated.
120
-
}
125
+
}</pre>
126
+
</div>
121
127
122
-
updateMask: string, The list of fields to be updated.
123
-
validateOnly: boolean, If true, validate the request and preview the change, but do not actually update it.
<pre>Updates an InsightTypeConfig change. This will create a new revision of the config.
128
131
129
-
Returns:
130
-
An object of the form:
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:
131
136
132
-
{ # Configuration for an InsightType.
137
+
{ # Configuration for an InsightType.
133
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.
134
139
"a_key": "A String",
135
140
},
@@ -143,15 +148,10 @@ <h3>Method Details</h3>
143
148
"name": "A String", # Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config
144
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.
145
150
"updateTime": "A String", # Last time when the config was updated.
<pre>Gets the requested InsightTypeConfig. There is only one instance of the config for each InsightType.
151
+
}
152
152
153
-
Args:
154
-
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)
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.
<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, Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config (required)
103
-
body: object, The request body.
104
-
The object takes the form of:
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)
103
+
x__xgafv: string, V1 error format.
104
+
Allowed values
105
+
1 - v1 error format
106
+
2 - v2 error format
105
107
106
-
{ # Configuration for a Recommender.
108
+
Returns:
109
+
An object of the form:
110
+
111
+
{ # Configuration for a Recommender.
107
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.
108
113
"a_key": "A String",
109
114
},
@@ -117,19 +122,19 @@ <h3>Method Details</h3>
117
122
},
118
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.
119
124
"updateTime": "A String", # Last time when the config was updated.
120
-
}
125
+
}</pre>
126
+
</div>
121
127
122
-
updateMask: string, The list of fields to be updated.
123
-
validateOnly: boolean, If true, validate the request and preview the change, but do not actually update it.
<pre>Updates a Recommender Config. This will create a new revision of the config.
128
131
129
-
Returns:
130
-
An object of the form:
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:
131
136
132
-
{ # Configuration for a Recommender.
137
+
{ # Configuration for a Recommender.
133
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.
134
139
"a_key": "A String",
135
140
},
@@ -143,15 +148,10 @@ <h3>Method Details</h3>
143
148
},
144
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.
145
150
"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.
151
+
}
152
152
153
-
Args:
154
-
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)
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.
0 commit comments