@maxim_mazurok/gapi.client.appengine-v1beta 0.2.20251005 → 0.2.20251110

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 +47 -10
  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=v1beta
12
- // Revision: 20251005
12
+ // Revision: 20251110
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -85,17 +85,17 @@ declare namespace gapi.client {
85
85
  displayName?: string;
86
86
  /** Aggregate count of the domain mappings with this certificate mapped. This count includes domain mappings on applications for which the user does not have VIEWER permissions.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly */
87
87
  domainMappingsCount?: number;
88
- /** Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly */
88
+ /** Output only. Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly */
89
89
  domainNames?: string[];
90
90
  /** The time when this certificate expires. To update the renewal time on this certificate, upload an SSL certificate with a different expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate.@OutputOnly */
91
91
  expireTime?: string;
92
- /** Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly */
92
+ /** Output only. Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly */
93
93
  id?: string;
94
94
  /** Only applicable if this certificate is managed by App Engine. Managed certificates are tied to the lifecycle of a DomainMapping and cannot be updated or deleted via the AuthorizedCertificates API. If this certificate is manually administered by the user, this field will be empty.@OutputOnly */
95
95
  managedCertificate?: ManagedCertificate;
96
- /** Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly */
96
+ /** Output only. Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly */
97
97
  name?: string;
98
- /** The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly */
98
+ /** Output only. The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly */
99
99
  visibleDomainMappings?: string[];
100
100
  }
101
101
  interface AuthorizedDomain {
@@ -242,9 +242,9 @@ declare namespace gapi.client {
242
242
  interface DomainMapping {
243
243
  /** Relative name of the domain serving the application. Example: example.com. */
244
244
  id?: string;
245
- /** Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly */
245
+ /** Output only. Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly */
246
246
  name?: string;
247
- /** The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly */
247
+ /** Output only. The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly */
248
248
  resourceRecords?: ResourceRecord[];
249
249
  /** SSL configuration for this domain. If unconfigured, this domain will not serve with SSL. */
250
250
  sslSettings?: SslSettings;
@@ -712,7 +712,7 @@ declare namespace gapi.client {
712
712
  interface SslSettings {
713
713
  /** ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345. */
714
714
  certificateId?: string;
715
- /** ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly */
715
+ /** Output only. ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly */
716
716
  pendingManagedCertificateId?: string;
717
717
  /** SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain. */
718
718
  sslManagementType?: string;
@@ -794,6 +794,8 @@ declare namespace gapi.client {
794
794
  apiConfig?: ApiConfigHandler;
795
795
  /** Allows App Engine second generation runtimes to access the legacy bundled services. */
796
796
  appEngineApis?: boolean;
797
+ /** List of specific App Engine Bundled Services that are enabled for this Version. */
798
+ appEngineBundledServices?: string[];
797
799
  /** Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic. */
798
800
  automaticScaling?: AutomaticScaling;
799
801
  /** A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity. */
@@ -1700,7 +1702,7 @@ declare namespace gapi.client {
1700
1702
  appsId: string;
1701
1703
  /** JSONP */
1702
1704
  callback?: string;
1703
- /** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
1705
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
1704
1706
  extraLocationTypes?: string | string[];
1705
1707
  /** Selector specifying which fields to include in a partial response. */
1706
1708
  fields?: string;
@@ -3025,6 +3027,41 @@ declare namespace gapi.client {
3025
3027
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3026
3028
  uploadType?: string;
3027
3029
  }): Request<DomainMapping>;
3030
+ /** Lists the domain mappings on an application. */
3031
+ list(request?: {
3032
+ /** V1 error format. */
3033
+ '$.xgafv'?: string;
3034
+ /** OAuth access token. */
3035
+ access_token?: string;
3036
+ /** Data format for response. */
3037
+ alt?: string;
3038
+ /** Part of `parent`. See documentation of `projectsId`. */
3039
+ applicationsId: string;
3040
+ /** JSONP */
3041
+ callback?: string;
3042
+ /** Selector specifying which fields to include in a partial response. */
3043
+ fields?: string;
3044
+ /** 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. */
3045
+ key?: string;
3046
+ /** Part of `parent`. See documentation of `projectsId`. */
3047
+ locationsId: string;
3048
+ /** OAuth 2.0 token for the current user. */
3049
+ oauth_token?: string;
3050
+ /** Maximum results to return per page. */
3051
+ pageSize?: number;
3052
+ /** Continuation token for fetching the next page of results. */
3053
+ pageToken?: string;
3054
+ /** Returns response with indentations and line breaks. */
3055
+ prettyPrint?: boolean;
3056
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
3057
+ projectsId: string;
3058
+ /** 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. */
3059
+ quotaUser?: string;
3060
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3061
+ upload_protocol?: string;
3062
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3063
+ uploadType?: string;
3064
+ }): Request<ListDomainMappingsResponse>;
3028
3065
  /** Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource. */
3029
3066
  patch(request: {
3030
3067
  /** V1 error format. */
@@ -3515,7 +3552,7 @@ declare namespace gapi.client {
3515
3552
  alt?: string;
3516
3553
  /** JSONP */
3517
3554
  callback?: string;
3518
- /** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
3555
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
3519
3556
  extraLocationTypes?: string | string[];
3520
3557
  /** Selector specifying which fields to include in a partial response. */
3521
3558
  fields?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1beta",
3
- "version": "0.2.20251005",
3
+ "version": "0.2.20251110",
4
4
  "description": "TypeScript typings for App Engine Admin API v1beta",
5
5
  "repository": {
6
6
  "type": "git",