@maxim_mazurok/gapi.client.appengine-v1 0.2.20251210 → 0.2.20260112

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.
Files changed (2) hide show
  1. package/index.d.ts +50 -115
  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://appengine.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20251210
12
+ // Revision: 20260112
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -248,12 +248,6 @@ declare namespace gapi.client {
248
248
  /** Static file content to be served for this error. */
249
249
  staticFile?: string;
250
250
  }
251
- interface ExportAppImageRequest {
252
- /** Optional. The full resource name of the AR repository to export to. Format: projects/{project}/locations/{location}/repositories/{repository} If not specified, defaults to projects/{project}/locations/{location}/repositories/gae-standard in the same region as the app. The default repository will be created if it does not exist. */
253
- destinationRepository?: string;
254
- /** Optional. Optional: A service account to use for authenticating to Artifact Registry. */
255
- serviceAccount?: string;
256
- }
257
251
  interface FeatureSettings {
258
252
  /** Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed. */
259
253
  splitHealthChecks?: boolean;
@@ -2019,72 +2013,6 @@ declare namespace gapi.client {
2019
2013
  /** Part of `name`. See documentation of `appsId`. */
2020
2014
  versionsId: string;
2021
2015
  }): Request<Operation>;
2022
- /** Exports a user image to Artifact Registry. */
2023
- exportAppImage(request: {
2024
- /** V1 error format. */
2025
- '$.xgafv'?: string;
2026
- /** OAuth access token. */
2027
- access_token?: string;
2028
- /** Data format for response. */
2029
- alt?: string;
2030
- /** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
2031
- appsId: string;
2032
- /** JSONP */
2033
- callback?: string;
2034
- /** Selector specifying which fields to include in a partial response. */
2035
- fields?: string;
2036
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2037
- key?: string;
2038
- /** OAuth 2.0 token for the current user. */
2039
- oauth_token?: string;
2040
- /** Returns response with indentations and line breaks. */
2041
- prettyPrint?: boolean;
2042
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2043
- quotaUser?: string;
2044
- /** Part of `name`. See documentation of `appsId`. */
2045
- servicesId: string;
2046
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2047
- upload_protocol?: string;
2048
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2049
- uploadType?: string;
2050
- /** Part of `name`. See documentation of `appsId`. */
2051
- versionsId: string;
2052
- /** Request body */
2053
- resource: ExportAppImageRequest;
2054
- }): Request<Operation>;
2055
- exportAppImage(
2056
- request: {
2057
- /** V1 error format. */
2058
- '$.xgafv'?: string;
2059
- /** OAuth access token. */
2060
- access_token?: string;
2061
- /** Data format for response. */
2062
- alt?: string;
2063
- /** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
2064
- appsId: string;
2065
- /** JSONP */
2066
- callback?: string;
2067
- /** Selector specifying which fields to include in a partial response. */
2068
- fields?: string;
2069
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2070
- key?: string;
2071
- /** OAuth 2.0 token for the current user. */
2072
- oauth_token?: string;
2073
- /** Returns response with indentations and line breaks. */
2074
- prettyPrint?: boolean;
2075
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2076
- quotaUser?: string;
2077
- /** Part of `name`. See documentation of `appsId`. */
2078
- servicesId: string;
2079
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2080
- upload_protocol?: string;
2081
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2082
- uploadType?: string;
2083
- /** Part of `name`. See documentation of `appsId`. */
2084
- versionsId: string;
2085
- },
2086
- body: ExportAppImageRequest,
2087
- ): Request<Operation>;
2088
2016
  /** Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource. */
2089
2017
  get(request?: {
2090
2018
  /** V1 error format. */
@@ -3159,9 +3087,9 @@ declare namespace gapi.client {
3159
3087
  body: DomainMapping,
3160
3088
  ): Request<Operation>;
3161
3089
  }
3162
- interface VersionsResource {
3163
- /** Deletes an existing Version resource. */
3164
- delete(request?: {
3090
+ interface InstancesResource {
3091
+ /** Enables debugging on a VM instance. This allows you to use the SSH command to connect to the virtual machine where the instance lives. While in "debug mode", the instance continues to serve live traffic. You should delete the instance when you are done debugging and then allow the system to take over and determine if another instance should be started.Only applicable for instances in App Engine flexible environment. */
3092
+ debug(request: {
3165
3093
  /** V1 error format. */
3166
3094
  '$.xgafv'?: string;
3167
3095
  /** OAuth access token. */
@@ -3174,41 +3102,8 @@ declare namespace gapi.client {
3174
3102
  callback?: string;
3175
3103
  /** Selector specifying which fields to include in a partial response. */
3176
3104
  fields?: string;
3177
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3178
- key?: string;
3179
3105
  /** Part of `name`. See documentation of `projectsId`. */
3180
- locationsId: string;
3181
- /** OAuth 2.0 token for the current user. */
3182
- oauth_token?: string;
3183
- /** Returns response with indentations and line breaks. */
3184
- prettyPrint?: boolean;
3185
- /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
3186
- projectsId: string;
3187
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
3188
- quotaUser?: string;
3189
- /** Part of `name`. See documentation of `projectsId`. */
3190
- servicesId: string;
3191
- /** Upload protocol for media (e.g. "raw", "multipart"). */
3192
- upload_protocol?: string;
3193
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3194
- uploadType?: string;
3195
- /** Part of `name`. See documentation of `projectsId`. */
3196
- versionsId: string;
3197
- }): Request<Operation>;
3198
- /** Exports a user image to Artifact Registry. */
3199
- exportAppImage(request: {
3200
- /** V1 error format. */
3201
- '$.xgafv'?: string;
3202
- /** OAuth access token. */
3203
- access_token?: string;
3204
- /** Data format for response. */
3205
- alt?: string;
3206
- /** Part of `name`. See documentation of `projectsId`. */
3207
- applicationsId: string;
3208
- /** JSONP */
3209
- callback?: string;
3210
- /** Selector specifying which fields to include in a partial response. */
3211
- fields?: string;
3106
+ instancesId: string;
3212
3107
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3213
3108
  key?: string;
3214
3109
  /** Part of `name`. See documentation of `projectsId`. */
@@ -3217,7 +3112,7 @@ declare namespace gapi.client {
3217
3112
  oauth_token?: string;
3218
3113
  /** Returns response with indentations and line breaks. */
3219
3114
  prettyPrint?: boolean;
3220
- /** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
3115
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
3221
3116
  projectsId: string;
3222
3117
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
3223
3118
  quotaUser?: string;
@@ -3230,9 +3125,9 @@ declare namespace gapi.client {
3230
3125
  /** Part of `name`. See documentation of `projectsId`. */
3231
3126
  versionsId: string;
3232
3127
  /** Request body */
3233
- resource: ExportAppImageRequest;
3128
+ resource: DebugInstanceRequest;
3234
3129
  }): Request<Operation>;
3235
- exportAppImage(
3130
+ debug(
3236
3131
  request: {
3237
3132
  /** V1 error format. */
3238
3133
  '$.xgafv'?: string;
@@ -3246,6 +3141,8 @@ declare namespace gapi.client {
3246
3141
  callback?: string;
3247
3142
  /** Selector specifying which fields to include in a partial response. */
3248
3143
  fields?: string;
3144
+ /** Part of `name`. See documentation of `projectsId`. */
3145
+ instancesId: string;
3249
3146
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3250
3147
  key?: string;
3251
3148
  /** Part of `name`. See documentation of `projectsId`. */
@@ -3254,7 +3151,7 @@ declare namespace gapi.client {
3254
3151
  oauth_token?: string;
3255
3152
  /** Returns response with indentations and line breaks. */
3256
3153
  prettyPrint?: boolean;
3257
- /** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
3154
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
3258
3155
  projectsId: string;
3259
3156
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
3260
3157
  quotaUser?: string;
@@ -3267,8 +3164,45 @@ declare namespace gapi.client {
3267
3164
  /** Part of `name`. See documentation of `projectsId`. */
3268
3165
  versionsId: string;
3269
3166
  },
3270
- body: ExportAppImageRequest,
3167
+ body: DebugInstanceRequest,
3271
3168
  ): Request<Operation>;
3169
+ }
3170
+ interface VersionsResource {
3171
+ /** Deletes an existing Version resource. */
3172
+ delete(request?: {
3173
+ /** V1 error format. */
3174
+ '$.xgafv'?: string;
3175
+ /** OAuth access token. */
3176
+ access_token?: string;
3177
+ /** Data format for response. */
3178
+ alt?: string;
3179
+ /** Part of `name`. See documentation of `projectsId`. */
3180
+ applicationsId: string;
3181
+ /** JSONP */
3182
+ callback?: string;
3183
+ /** Selector specifying which fields to include in a partial response. */
3184
+ fields?: string;
3185
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3186
+ key?: string;
3187
+ /** Part of `name`. See documentation of `projectsId`. */
3188
+ locationsId: string;
3189
+ /** OAuth 2.0 token for the current user. */
3190
+ oauth_token?: string;
3191
+ /** Returns response with indentations and line breaks. */
3192
+ prettyPrint?: boolean;
3193
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
3194
+ projectsId: string;
3195
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
3196
+ quotaUser?: string;
3197
+ /** Part of `name`. See documentation of `projectsId`. */
3198
+ servicesId: string;
3199
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3200
+ upload_protocol?: string;
3201
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3202
+ uploadType?: string;
3203
+ /** Part of `name`. See documentation of `projectsId`. */
3204
+ versionsId: string;
3205
+ }): Request<Operation>;
3272
3206
  /** Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard environment instance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment: automatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment: serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status) manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)Flexible environment serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment: automatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)manual scaling in the flexible environment: manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling) */
3273
3207
  patch(request: {
3274
3208
  /** V1 error format. */
@@ -3347,6 +3281,7 @@ declare namespace gapi.client {
3347
3281
  },
3348
3282
  body: Version,
3349
3283
  ): Request<Operation>;
3284
+ instances: InstancesResource;
3350
3285
  }
3351
3286
  interface ServicesResource {
3352
3287
  /** Deletes the specified service and all enclosed versions. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1",
3
- "version": "0.2.20251210",
3
+ "version": "0.2.20260112",
4
4
  "description": "TypeScript typings for App Engine Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",