@maxim_mazurok/gapi.client.appengine-v1 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 +44 -9
  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: 20251005
12
+ // Revision: 20251110
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -81,17 +81,17 @@ declare namespace gapi.client {
81
81
  displayName?: string;
82
82
  /** 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 */
83
83
  domainMappingsCount?: number;
84
- /** Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly */
84
+ /** Output only. Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly */
85
85
  domainNames?: string[];
86
86
  /** 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 */
87
87
  expireTime?: string;
88
- /** Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly */
88
+ /** Output only. Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly */
89
89
  id?: string;
90
90
  /** 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 */
91
91
  managedCertificate?: ManagedCertificate;
92
- /** Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly */
92
+ /** Output only. Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly */
93
93
  name?: string;
94
- /** 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 */
94
+ /** 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 */
95
95
  visibleDomainMappings?: string[];
96
96
  }
97
97
  interface AuthorizedDomain {
@@ -218,9 +218,9 @@ declare namespace gapi.client {
218
218
  interface DomainMapping {
219
219
  /** Relative name of the domain serving the application. Example: example.com. */
220
220
  id?: string;
221
- /** Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly */
221
+ /** Output only. Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly */
222
222
  name?: string;
223
- /** 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 */
223
+ /** 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 */
224
224
  resourceRecords?: ResourceRecord[];
225
225
  /** SSL configuration for this domain. If unconfigured, this domain will not serve with SSL. */
226
226
  sslSettings?: SslSettings;
@@ -688,7 +688,7 @@ declare namespace gapi.client {
688
688
  interface SslSettings {
689
689
  /** 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. */
690
690
  certificateId?: string;
691
- /** 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 */
691
+ /** 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 */
692
692
  pendingManagedCertificateId?: string;
693
693
  /** 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. */
694
694
  sslManagementType?: string;
@@ -1656,7 +1656,7 @@ declare namespace gapi.client {
1656
1656
  appsId: string;
1657
1657
  /** JSONP */
1658
1658
  callback?: string;
1659
- /** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
1659
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
1660
1660
  extraLocationTypes?: string | string[];
1661
1661
  /** Selector specifying which fields to include in a partial response. */
1662
1662
  fields?: string;
@@ -2977,6 +2977,41 @@ declare namespace gapi.client {
2977
2977
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2978
2978
  uploadType?: string;
2979
2979
  }): Request<DomainMapping>;
2980
+ /** Lists the domain mappings on an application. */
2981
+ list(request?: {
2982
+ /** V1 error format. */
2983
+ '$.xgafv'?: string;
2984
+ /** OAuth access token. */
2985
+ access_token?: string;
2986
+ /** Data format for response. */
2987
+ alt?: string;
2988
+ /** Part of `parent`. See documentation of `projectsId`. */
2989
+ applicationsId: string;
2990
+ /** JSONP */
2991
+ callback?: string;
2992
+ /** Selector specifying which fields to include in a partial response. */
2993
+ fields?: string;
2994
+ /** 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. */
2995
+ key?: string;
2996
+ /** Part of `parent`. See documentation of `projectsId`. */
2997
+ locationsId: string;
2998
+ /** OAuth 2.0 token for the current user. */
2999
+ oauth_token?: string;
3000
+ /** Maximum results to return per page. */
3001
+ pageSize?: number;
3002
+ /** Continuation token for fetching the next page of results. */
3003
+ pageToken?: string;
3004
+ /** Returns response with indentations and line breaks. */
3005
+ prettyPrint?: boolean;
3006
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
3007
+ projectsId: string;
3008
+ /** 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. */
3009
+ quotaUser?: string;
3010
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3011
+ upload_protocol?: string;
3012
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3013
+ uploadType?: string;
3014
+ }): Request<ListDomainMappingsResponse>;
2980
3015
  /** 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. */
2981
3016
  patch(request: {
2982
3017
  /** V1 error format. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1",
3
- "version": "0.2.20251005",
3
+ "version": "0.2.20251110",
4
4
  "description": "TypeScript typings for App Engine Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",