@maxim_mazurok/gapi.client.appengine-v1 0.2.20260105 → 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 +82 -1
  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: 20260105
12
+ // Revision: 20260112
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -3087,6 +3087,86 @@ declare namespace gapi.client {
3087
3087
  body: DomainMapping,
3088
3088
  ): Request<Operation>;
3089
3089
  }
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: {
3093
+ /** V1 error format. */
3094
+ '$.xgafv'?: string;
3095
+ /** OAuth access token. */
3096
+ access_token?: string;
3097
+ /** Data format for response. */
3098
+ alt?: string;
3099
+ /** Part of `name`. See documentation of `projectsId`. */
3100
+ applicationsId: string;
3101
+ /** JSONP */
3102
+ callback?: string;
3103
+ /** Selector specifying which fields to include in a partial response. */
3104
+ fields?: string;
3105
+ /** Part of `name`. See documentation of `projectsId`. */
3106
+ instancesId: string;
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. */
3108
+ key?: string;
3109
+ /** Part of `name`. See documentation of `projectsId`. */
3110
+ locationsId: string;
3111
+ /** OAuth 2.0 token for the current user. */
3112
+ oauth_token?: string;
3113
+ /** Returns response with indentations and line breaks. */
3114
+ prettyPrint?: boolean;
3115
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
3116
+ projectsId: string;
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. */
3118
+ quotaUser?: string;
3119
+ /** Part of `name`. See documentation of `projectsId`. */
3120
+ servicesId: string;
3121
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3122
+ upload_protocol?: string;
3123
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3124
+ uploadType?: string;
3125
+ /** Part of `name`. See documentation of `projectsId`. */
3126
+ versionsId: string;
3127
+ /** Request body */
3128
+ resource: DebugInstanceRequest;
3129
+ }): Request<Operation>;
3130
+ debug(
3131
+ request: {
3132
+ /** V1 error format. */
3133
+ '$.xgafv'?: string;
3134
+ /** OAuth access token. */
3135
+ access_token?: string;
3136
+ /** Data format for response. */
3137
+ alt?: string;
3138
+ /** Part of `name`. See documentation of `projectsId`. */
3139
+ applicationsId: string;
3140
+ /** JSONP */
3141
+ callback?: string;
3142
+ /** Selector specifying which fields to include in a partial response. */
3143
+ fields?: string;
3144
+ /** Part of `name`. See documentation of `projectsId`. */
3145
+ instancesId: string;
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. */
3147
+ key?: string;
3148
+ /** Part of `name`. See documentation of `projectsId`. */
3149
+ locationsId: string;
3150
+ /** OAuth 2.0 token for the current user. */
3151
+ oauth_token?: string;
3152
+ /** Returns response with indentations and line breaks. */
3153
+ prettyPrint?: boolean;
3154
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
3155
+ projectsId: string;
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. */
3157
+ quotaUser?: string;
3158
+ /** Part of `name`. See documentation of `projectsId`. */
3159
+ servicesId: string;
3160
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3161
+ upload_protocol?: string;
3162
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3163
+ uploadType?: string;
3164
+ /** Part of `name`. See documentation of `projectsId`. */
3165
+ versionsId: string;
3166
+ },
3167
+ body: DebugInstanceRequest,
3168
+ ): Request<Operation>;
3169
+ }
3090
3170
  interface VersionsResource {
3091
3171
  /** Deletes an existing Version resource. */
3092
3172
  delete(request?: {
@@ -3201,6 +3281,7 @@ declare namespace gapi.client {
3201
3281
  },
3202
3282
  body: Version,
3203
3283
  ): Request<Operation>;
3284
+ instances: InstancesResource;
3204
3285
  }
3205
3286
  interface ServicesResource {
3206
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.20260105",
3
+ "version": "0.2.20260112",
4
4
  "description": "TypeScript typings for App Engine Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",