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
Copy file name to clipboardExpand all lines: docs/dyn/developerconnect_v1.projects.locations.insightsConfigs.html
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,11 @@ <h3>Method Details</h3>
146
146
"reconciling": True or False, # Output only. Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of InsightsConfig does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
147
147
"runtimeConfigs": [ # Output only. The runtime configurations where the application is deployed.
148
148
{ # RuntimeConfig represents the runtimes where the application is deployed.
"apphubService": "A String", # Required. Output only. Immutable. The name of the App Hub Service. Format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.
151
+
"criticality": "A String", # Output only. The criticality of the App Hub Service.
152
+
"environment": "A String", # Output only. The environment of the App Hub Service.
"criticality": "A String", # Output only. The criticality of the App Hub Workload.
151
156
"environment": "A String", # Output only. The environment of the App Hub Workload.
@@ -155,6 +160,9 @@ <h3>Method Details</h3>
155
160
"cluster": "A String", # Required. Immutable. The name of the GKE cluster. Format: `projects/{project}/locations/{location}/clusters/{cluster}`.
156
161
"deployment": "A String", # Output only. The name of the GKE deployment. Format: `projects/{project}/locations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{deployment}`.
157
162
},
163
+
"googleCloudRun": { # GoogleCloudRun represents the Cloud Run runtime. # Output only. Cloud Run runtime.
164
+
"serviceUri": "A String", # Required. Immutable. The name of the Cloud Run service. Format: `projects/{project}/locations/{location}/services/{service}`.
165
+
},
158
166
"state": "A String", # Output only. The state of the Runtime.
159
167
"uri": "A String", # Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
160
168
},
@@ -282,6 +290,11 @@ <h3>Method Details</h3>
282
290
"reconciling": True or False, # Output only. Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of InsightsConfig does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
283
291
"runtimeConfigs": [ # Output only. The runtime configurations where the application is deployed.
284
292
{ # RuntimeConfig represents the runtimes where the application is deployed.
"apphubService": "A String", # Required. Output only. Immutable. The name of the App Hub Service. Format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.
295
+
"criticality": "A String", # Output only. The criticality of the App Hub Service.
296
+
"environment": "A String", # Output only. The environment of the App Hub Service.
"criticality": "A String", # Output only. The criticality of the App Hub Workload.
287
300
"environment": "A String", # Output only. The environment of the App Hub Workload.
@@ -291,6 +304,9 @@ <h3>Method Details</h3>
291
304
"cluster": "A String", # Required. Immutable. The name of the GKE cluster. Format: `projects/{project}/locations/{location}/clusters/{cluster}`.
292
305
"deployment": "A String", # Output only. The name of the GKE deployment. Format: `projects/{project}/locations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{deployment}`.
293
306
},
307
+
"googleCloudRun": { # GoogleCloudRun represents the Cloud Run runtime. # Output only. Cloud Run runtime.
308
+
"serviceUri": "A String", # Required. Immutable. The name of the Cloud Run service. Format: `projects/{project}/locations/{location}/services/{service}`.
309
+
},
294
310
"state": "A String", # Output only. The state of the Runtime.
295
311
"uri": "A String", # Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
296
312
},
@@ -356,6 +372,11 @@ <h3>Method Details</h3>
356
372
"reconciling": True or False, # Output only. Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of InsightsConfig does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
357
373
"runtimeConfigs": [ # Output only. The runtime configurations where the application is deployed.
358
374
{ # RuntimeConfig represents the runtimes where the application is deployed.
"apphubService": "A String", # Required. Output only. Immutable. The name of the App Hub Service. Format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.
377
+
"criticality": "A String", # Output only. The criticality of the App Hub Service.
378
+
"environment": "A String", # Output only. The environment of the App Hub Service.
"criticality": "A String", # Output only. The criticality of the App Hub Workload.
361
382
"environment": "A String", # Output only. The environment of the App Hub Workload.
@@ -365,6 +386,9 @@ <h3>Method Details</h3>
365
386
"cluster": "A String", # Required. Immutable. The name of the GKE cluster. Format: `projects/{project}/locations/{location}/clusters/{cluster}`.
366
387
"deployment": "A String", # Output only. The name of the GKE deployment. Format: `projects/{project}/locations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{deployment}`.
367
388
},
389
+
"googleCloudRun": { # GoogleCloudRun represents the Cloud Run runtime. # Output only. Cloud Run runtime.
390
+
"serviceUri": "A String", # Required. Immutable. The name of the Cloud Run service. Format: `projects/{project}/locations/{location}/services/{service}`.
391
+
},
368
392
"state": "A String", # Output only. The state of the Runtime.
369
393
"uri": "A String", # Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
370
394
},
@@ -439,6 +463,11 @@ <h3>Method Details</h3>
439
463
"reconciling": True or False, # Output only. Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of InsightsConfig does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
440
464
"runtimeConfigs": [ # Output only. The runtime configurations where the application is deployed.
441
465
{ # RuntimeConfig represents the runtimes where the application is deployed.
"apphubService": "A String", # Required. Output only. Immutable. The name of the App Hub Service. Format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.
468
+
"criticality": "A String", # Output only. The criticality of the App Hub Service.
469
+
"environment": "A String", # Output only. The environment of the App Hub Service.
"criticality": "A String", # Output only. The criticality of the App Hub Workload.
444
473
"environment": "A String", # Output only. The environment of the App Hub Workload.
@@ -448,6 +477,9 @@ <h3>Method Details</h3>
448
477
"cluster": "A String", # Required. Immutable. The name of the GKE cluster. Format: `projects/{project}/locations/{location}/clusters/{cluster}`.
449
478
"deployment": "A String", # Output only. The name of the GKE deployment. Format: `projects/{project}/locations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{deployment}`.
450
479
},
480
+
"googleCloudRun": { # GoogleCloudRun represents the Cloud Run runtime. # Output only. Cloud Run runtime.
481
+
"serviceUri": "A String", # Required. Immutable. The name of the Cloud Run service. Format: `projects/{project}/locations/{location}/services/{service}`.
482
+
},
451
483
"state": "A String", # Output only. The state of the Runtime.
452
484
"uri": "A String", # Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
"description": "AppHubService represents the App Hub Service.",
1664
+
"id": "AppHubService",
1665
+
"properties": {
1666
+
"apphubService": {
1667
+
"description": "Required. Output only. Immutable. The name of the App Hub Service. Format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.",
1668
+
"readOnly": true,
1669
+
"type": "string"
1670
+
},
1671
+
"criticality": {
1672
+
"description": "Output only. The criticality of the App Hub Service.",
1673
+
"readOnly": true,
1674
+
"type": "string"
1675
+
},
1676
+
"environment": {
1677
+
"description": "Output only. The environment of the App Hub Service.",
1678
+
"readOnly": true,
1679
+
"type": "string"
1680
+
}
1681
+
},
1682
+
"type": "object"
1683
+
},
1662
1684
"AppHubWorkload": {
1663
1685
"description": "AppHubWorkload represents the App Hub Workload.",
1664
1686
"id": "AppHubWorkload",
@@ -2298,6 +2320,17 @@
2298
2320
},
2299
2321
"type": "object"
2300
2322
},
2323
+
"GoogleCloudRun": {
2324
+
"description": "GoogleCloudRun represents the Cloud Run runtime.",
2325
+
"id": "GoogleCloudRun",
2326
+
"properties": {
2327
+
"serviceUri": {
2328
+
"description": "Required. Immutable. The name of the Cloud Run service. Format: `projects/{project}/locations/{location}/services/{service}`.",
2329
+
"type": "string"
2330
+
}
2331
+
},
2332
+
"type": "object"
2333
+
},
2301
2334
"HttpBody": {
2302
2335
"description": "Message that represents an arbitrary HTTP body. It should only be used for payload formats that can't be represented as JSON, such as raw binary or an HTML page. This message can be used both in streaming and non-streaming API methods in the request as well as the response. It can be used as a top-level request field, which is convenient if one wants to extract parameters from either the URL or HTTP template into the request fields and also want access to the raw HTTP body. Example: message GetResourceRequest { // A unique request id. string request_id = 1; // The raw HTTP body is bound to this field. google.api.HttpBody http_body = 2; } service ResourceService { rpc GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); } Example with streaming methods: service CaldavService { rpc GetCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); } Use of this type only changes how the request and response bodies are handled, all other features will continue to work unchanged.",
2303
2336
"id": "HttpBody",
@@ -2873,6 +2906,11 @@
2873
2906
"description": "RuntimeConfig represents the runtimes where the application is deployed.",
2874
2907
"id": "RuntimeConfig",
2875
2908
"properties": {
2909
+
"appHubService": {
2910
+
"$ref": "AppHubService",
2911
+
"description": "Output only. App Hub Service.",
2912
+
"readOnly": true
2913
+
},
2876
2914
"appHubWorkload": {
2877
2915
"$ref": "AppHubWorkload",
2878
2916
"description": "Output only. App Hub Workload.",
@@ -2883,6 +2921,11 @@
2883
2921
"description": "Output only. Google Kubernetes Engine runtime.",
2884
2922
"readOnly": true
2885
2923
},
2924
+
"googleCloudRun": {
2925
+
"$ref": "GoogleCloudRun",
2926
+
"description": "Output only. Cloud Run runtime.",
2927
+
"readOnly": true
2928
+
},
2886
2929
"state": {
2887
2930
"description": "Output only. The state of the Runtime.",
0 commit comments