@maxim_mazurok/gapi.client.appengine-v1 0.0.20240708 → 0.0.20240722
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 +7 -7
- 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:
|
|
12
|
+
// Revision: 20240722
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -656,11 +656,11 @@ declare namespace gapi.client {
|
|
|
656
656
|
interface Service {
|
|
657
657
|
/** Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetServiceRequest */
|
|
658
658
|
generatedCustomerMetadata?: {[P in string]: any};
|
|
659
|
-
/** Relative name of the service within the application. Example: default.@OutputOnly */
|
|
659
|
+
/** Output only. Relative name of the service within the application. Example: default.@OutputOnly */
|
|
660
660
|
id?: string;
|
|
661
661
|
/** A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to different environments (e.g., "env=prod", "env=qa"). Label keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels. */
|
|
662
662
|
labels?: {[P in string]: string};
|
|
663
|
-
/** Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly */
|
|
663
|
+
/** Output only. Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly */
|
|
664
664
|
name?: string;
|
|
665
665
|
/** Ingress settings for this service. Will apply to all versions. */
|
|
666
666
|
networkSettings?: NetworkSettings;
|
|
@@ -754,7 +754,7 @@ declare namespace gapi.client {
|
|
|
754
754
|
betaSettings?: {[P in string]: string};
|
|
755
755
|
/** Environment variables available to the build environment.Only returned in GET requests if view=FULL is set. */
|
|
756
756
|
buildEnvVariables?: {[P in string]: string};
|
|
757
|
-
/** Email address of the user who created this version.@OutputOnly */
|
|
757
|
+
/** Output only. Email address of the user who created this version.@OutputOnly */
|
|
758
758
|
createdBy?: string;
|
|
759
759
|
/** Time that this version was created.@OutputOnly */
|
|
760
760
|
createTime?: string;
|
|
@@ -762,7 +762,7 @@ declare namespace gapi.client {
|
|
|
762
762
|
defaultExpiration?: string;
|
|
763
763
|
/** Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set. */
|
|
764
764
|
deployment?: Deployment;
|
|
765
|
-
/** Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly */
|
|
765
|
+
/** Output only. Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly */
|
|
766
766
|
diskUsageBytes?: string;
|
|
767
767
|
/** Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app. */
|
|
768
768
|
endpointsApiService?: EndpointsApiService;
|
|
@@ -794,7 +794,7 @@ declare namespace gapi.client {
|
|
|
794
794
|
livenessCheck?: LivenessCheck;
|
|
795
795
|
/** A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends". */
|
|
796
796
|
manualScaling?: ManualScaling;
|
|
797
|
-
/** Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly */
|
|
797
|
+
/** Output only. Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly */
|
|
798
798
|
name?: string;
|
|
799
799
|
/** Extra network settings. Only applicable in the App Engine flexible environment. */
|
|
800
800
|
network?: Network;
|
|
@@ -818,7 +818,7 @@ declare namespace gapi.client {
|
|
|
818
818
|
servingStatus?: string;
|
|
819
819
|
/** Whether multiple requests can be dispatched to this version at once. */
|
|
820
820
|
threadsafe?: boolean;
|
|
821
|
-
/** Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly */
|
|
821
|
+
/** Output only. Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly */
|
|
822
822
|
versionUrl?: string;
|
|
823
823
|
/** Whether to deploy this version in a container on a virtual machine. */
|
|
824
824
|
vm?: boolean;
|