Skip to content

Commit b5dbb37

Browse files
feat(developerconnect): update the api
#### developerconnect:v1 The following keys were added: - schemas.AppHubService (Total Keys: 8) - schemas.GoogleCloudRun (Total Keys: 3) - schemas.RuntimeConfig.properties.appHubService (Total Keys: 2) - schemas.RuntimeConfig.properties.googleCloudRun (Total Keys: 2)
1 parent 9471242 commit b5dbb37

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

docs/dyn/developerconnect_v1.projects.locations.insightsConfigs.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ <h3>Method Details</h3>
146146
&quot;reconciling&quot;: 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&#x27;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.
147147
&quot;runtimeConfigs&quot;: [ # Output only. The runtime configurations where the application is deployed.
148148
{ # RuntimeConfig represents the runtimes where the application is deployed.
149+
&quot;appHubService&quot;: { # AppHubService represents the App Hub Service. # Output only. App Hub Service.
150+
&quot;apphubService&quot;: &quot;A String&quot;, # Required. Output only. Immutable. The name of the App Hub Service. Format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.
151+
&quot;criticality&quot;: &quot;A String&quot;, # Output only. The criticality of the App Hub Service.
152+
&quot;environment&quot;: &quot;A String&quot;, # Output only. The environment of the App Hub Service.
153+
},
149154
&quot;appHubWorkload&quot;: { # AppHubWorkload represents the App Hub Workload. # Output only. App Hub Workload.
150155
&quot;criticality&quot;: &quot;A String&quot;, # Output only. The criticality of the App Hub Workload.
151156
&quot;environment&quot;: &quot;A String&quot;, # Output only. The environment of the App Hub Workload.
@@ -155,6 +160,9 @@ <h3>Method Details</h3>
155160
&quot;cluster&quot;: &quot;A String&quot;, # Required. Immutable. The name of the GKE cluster. Format: `projects/{project}/locations/{location}/clusters/{cluster}`.
156161
&quot;deployment&quot;: &quot;A String&quot;, # Output only. The name of the GKE deployment. Format: `projects/{project}/locations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{deployment}`.
157162
},
163+
&quot;googleCloudRun&quot;: { # GoogleCloudRun represents the Cloud Run runtime. # Output only. Cloud Run runtime.
164+
&quot;serviceUri&quot;: &quot;A String&quot;, # Required. Immutable. The name of the Cloud Run service. Format: `projects/{project}/locations/{location}/services/{service}`.
165+
},
158166
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the Runtime.
159167
&quot;uri&quot;: &quot;A String&quot;, # Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
160168
},
@@ -282,6 +290,11 @@ <h3>Method Details</h3>
282290
&quot;reconciling&quot;: 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&#x27;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.
283291
&quot;runtimeConfigs&quot;: [ # Output only. The runtime configurations where the application is deployed.
284292
{ # RuntimeConfig represents the runtimes where the application is deployed.
293+
&quot;appHubService&quot;: { # AppHubService represents the App Hub Service. # Output only. App Hub Service.
294+
&quot;apphubService&quot;: &quot;A String&quot;, # Required. Output only. Immutable. The name of the App Hub Service. Format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.
295+
&quot;criticality&quot;: &quot;A String&quot;, # Output only. The criticality of the App Hub Service.
296+
&quot;environment&quot;: &quot;A String&quot;, # Output only. The environment of the App Hub Service.
297+
},
285298
&quot;appHubWorkload&quot;: { # AppHubWorkload represents the App Hub Workload. # Output only. App Hub Workload.
286299
&quot;criticality&quot;: &quot;A String&quot;, # Output only. The criticality of the App Hub Workload.
287300
&quot;environment&quot;: &quot;A String&quot;, # Output only. The environment of the App Hub Workload.
@@ -291,6 +304,9 @@ <h3>Method Details</h3>
291304
&quot;cluster&quot;: &quot;A String&quot;, # Required. Immutable. The name of the GKE cluster. Format: `projects/{project}/locations/{location}/clusters/{cluster}`.
292305
&quot;deployment&quot;: &quot;A String&quot;, # Output only. The name of the GKE deployment. Format: `projects/{project}/locations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{deployment}`.
293306
},
307+
&quot;googleCloudRun&quot;: { # GoogleCloudRun represents the Cloud Run runtime. # Output only. Cloud Run runtime.
308+
&quot;serviceUri&quot;: &quot;A String&quot;, # Required. Immutable. The name of the Cloud Run service. Format: `projects/{project}/locations/{location}/services/{service}`.
309+
},
294310
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the Runtime.
295311
&quot;uri&quot;: &quot;A String&quot;, # Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
296312
},
@@ -356,6 +372,11 @@ <h3>Method Details</h3>
356372
&quot;reconciling&quot;: 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&#x27;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.
357373
&quot;runtimeConfigs&quot;: [ # Output only. The runtime configurations where the application is deployed.
358374
{ # RuntimeConfig represents the runtimes where the application is deployed.
375+
&quot;appHubService&quot;: { # AppHubService represents the App Hub Service. # Output only. App Hub Service.
376+
&quot;apphubService&quot;: &quot;A String&quot;, # Required. Output only. Immutable. The name of the App Hub Service. Format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.
377+
&quot;criticality&quot;: &quot;A String&quot;, # Output only. The criticality of the App Hub Service.
378+
&quot;environment&quot;: &quot;A String&quot;, # Output only. The environment of the App Hub Service.
379+
},
359380
&quot;appHubWorkload&quot;: { # AppHubWorkload represents the App Hub Workload. # Output only. App Hub Workload.
360381
&quot;criticality&quot;: &quot;A String&quot;, # Output only. The criticality of the App Hub Workload.
361382
&quot;environment&quot;: &quot;A String&quot;, # Output only. The environment of the App Hub Workload.
@@ -365,6 +386,9 @@ <h3>Method Details</h3>
365386
&quot;cluster&quot;: &quot;A String&quot;, # Required. Immutable. The name of the GKE cluster. Format: `projects/{project}/locations/{location}/clusters/{cluster}`.
366387
&quot;deployment&quot;: &quot;A String&quot;, # Output only. The name of the GKE deployment. Format: `projects/{project}/locations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{deployment}`.
367388
},
389+
&quot;googleCloudRun&quot;: { # GoogleCloudRun represents the Cloud Run runtime. # Output only. Cloud Run runtime.
390+
&quot;serviceUri&quot;: &quot;A String&quot;, # Required. Immutable. The name of the Cloud Run service. Format: `projects/{project}/locations/{location}/services/{service}`.
391+
},
368392
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the Runtime.
369393
&quot;uri&quot;: &quot;A String&quot;, # Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
370394
},
@@ -439,6 +463,11 @@ <h3>Method Details</h3>
439463
&quot;reconciling&quot;: 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&#x27;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.
440464
&quot;runtimeConfigs&quot;: [ # Output only. The runtime configurations where the application is deployed.
441465
{ # RuntimeConfig represents the runtimes where the application is deployed.
466+
&quot;appHubService&quot;: { # AppHubService represents the App Hub Service. # Output only. App Hub Service.
467+
&quot;apphubService&quot;: &quot;A String&quot;, # Required. Output only. Immutable. The name of the App Hub Service. Format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`.
468+
&quot;criticality&quot;: &quot;A String&quot;, # Output only. The criticality of the App Hub Service.
469+
&quot;environment&quot;: &quot;A String&quot;, # Output only. The environment of the App Hub Service.
470+
},
442471
&quot;appHubWorkload&quot;: { # AppHubWorkload represents the App Hub Workload. # Output only. App Hub Workload.
443472
&quot;criticality&quot;: &quot;A String&quot;, # Output only. The criticality of the App Hub Workload.
444473
&quot;environment&quot;: &quot;A String&quot;, # Output only. The environment of the App Hub Workload.
@@ -448,6 +477,9 @@ <h3>Method Details</h3>
448477
&quot;cluster&quot;: &quot;A String&quot;, # Required. Immutable. The name of the GKE cluster. Format: `projects/{project}/locations/{location}/clusters/{cluster}`.
449478
&quot;deployment&quot;: &quot;A String&quot;, # Output only. The name of the GKE deployment. Format: `projects/{project}/locations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{deployment}`.
450479
},
480+
&quot;googleCloudRun&quot;: { # GoogleCloudRun represents the Cloud Run runtime. # Output only. Cloud Run runtime.
481+
&quot;serviceUri&quot;: &quot;A String&quot;, # Required. Immutable. The name of the Cloud Run service. Format: `projects/{project}/locations/{location}/services/{service}`.
482+
},
451483
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the Runtime.
452484
&quot;uri&quot;: &quot;A String&quot;, # Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
453485
},

googleapiclient/discovery_cache/documents/developerconnect.v1.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@
16061606
}
16071607
}
16081608
},
1609-
"revision": "20251003",
1609+
"revision": "20251016",
16101610
"rootUrl": "https://developerconnect.googleapis.com/",
16111611
"schemas": {
16121612
"AccountConnector": {
@@ -1659,6 +1659,28 @@
16591659
},
16601660
"type": "object"
16611661
},
1662+
"AppHubService": {
1663+
"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+
},
16621684
"AppHubWorkload": {
16631685
"description": "AppHubWorkload represents the App Hub Workload.",
16641686
"id": "AppHubWorkload",
@@ -2298,6 +2320,17 @@
22982320
},
22992321
"type": "object"
23002322
},
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+
},
23012334
"HttpBody": {
23022335
"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.",
23032336
"id": "HttpBody",
@@ -2873,6 +2906,11 @@
28732906
"description": "RuntimeConfig represents the runtimes where the application is deployed.",
28742907
"id": "RuntimeConfig",
28752908
"properties": {
2909+
"appHubService": {
2910+
"$ref": "AppHubService",
2911+
"description": "Output only. App Hub Service.",
2912+
"readOnly": true
2913+
},
28762914
"appHubWorkload": {
28772915
"$ref": "AppHubWorkload",
28782916
"description": "Output only. App Hub Workload.",
@@ -2883,6 +2921,11 @@
28832921
"description": "Output only. Google Kubernetes Engine runtime.",
28842922
"readOnly": true
28852923
},
2924+
"googleCloudRun": {
2925+
"$ref": "GoogleCloudRun",
2926+
"description": "Output only. Cloud Run runtime.",
2927+
"readOnly": true
2928+
},
28862929
"state": {
28872930
"description": "Output only. The state of the Runtime.",
28882931
"enum": [

0 commit comments

Comments
 (0)