@maxim_mazurok/gapi.client.developerconnect-v1 0.1.20250929 → 0.1.20251016
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +18 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://developerconnect.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251016
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -46,6 +46,14 @@ declare namespace gapi.client {
|
|
|
46
46
|
/** Output only. The timestamp when the accountConnector was updated. */
|
|
47
47
|
updateTime?: string;
|
|
48
48
|
}
|
|
49
|
+
interface AppHubService {
|
|
50
|
+
/** Required. Output only. Immutable. The name of the App Hub Service. Format: `projects/{project}/locations/{location}/applications/{application}/services/{service}`. */
|
|
51
|
+
apphubService?: string;
|
|
52
|
+
/** Output only. The criticality of the App Hub Service. */
|
|
53
|
+
criticality?: string;
|
|
54
|
+
/** Output only. The environment of the App Hub Service. */
|
|
55
|
+
environment?: string;
|
|
56
|
+
}
|
|
49
57
|
interface AppHubWorkload {
|
|
50
58
|
/** Output only. The criticality of the App Hub Workload. */
|
|
51
59
|
criticality?: string;
|
|
@@ -287,6 +295,10 @@ declare namespace gapi.client {
|
|
|
287
295
|
/** Required. The host project of Artifact Registry. */
|
|
288
296
|
projectId?: string;
|
|
289
297
|
}
|
|
298
|
+
interface GoogleCloudRun {
|
|
299
|
+
/** Required. Immutable. The name of the Cloud Run service. Format: `projects/{project}/locations/{location}/services/{service}`. */
|
|
300
|
+
serviceUri?: string;
|
|
301
|
+
}
|
|
290
302
|
interface HttpBody {
|
|
291
303
|
/** The HTTP Content-Type header value specifying the content type of the body. */
|
|
292
304
|
contentType?: string;
|
|
@@ -466,10 +478,14 @@ declare namespace gapi.client {
|
|
|
466
478
|
systemProviderId?: string;
|
|
467
479
|
}
|
|
468
480
|
interface RuntimeConfig {
|
|
481
|
+
/** Output only. App Hub Service. */
|
|
482
|
+
appHubService?: AppHubService;
|
|
469
483
|
/** Output only. App Hub Workload. */
|
|
470
484
|
appHubWorkload?: AppHubWorkload;
|
|
471
485
|
/** Output only. Google Kubernetes Engine runtime. */
|
|
472
486
|
gkeWorkload?: GKEWorkload;
|
|
487
|
+
/** Output only. Cloud Run runtime. */
|
|
488
|
+
googleCloudRun?: GoogleCloudRun;
|
|
473
489
|
/** Output only. The state of the Runtime. */
|
|
474
490
|
state?: string;
|
|
475
491
|
/** Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name. */
|
|
@@ -930,7 +946,7 @@ declare namespace gapi.client {
|
|
|
930
946
|
users: UsersResource;
|
|
931
947
|
}
|
|
932
948
|
interface GitRepositoryLinksResource {
|
|
933
|
-
/** Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub Application will have events forwarded to the Firebase service. All other Connections will have events forwarded to Cloud Build. */
|
|
949
|
+
/** Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub Application will have events forwarded to the Firebase service. Connections that use Gemini Code Assist will have events forwarded to Gemini Code Assist service. All other Connections will have events forwarded to Cloud Build. */
|
|
934
950
|
create(request: {
|
|
935
951
|
/** V1 error format. */
|
|
936
952
|
'$.xgafv'?: string;
|