@maxim_mazurok/gapi.client.appengine-v1beta 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=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240722
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -680,11 +680,11 @@ declare namespace gapi.client {
|
|
|
680
680
|
interface Service {
|
|
681
681
|
/** Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetServiceRequest */
|
|
682
682
|
generatedCustomerMetadata?: {[P in string]: any};
|
|
683
|
-
/** Relative name of the service within the application. Example: default.@OutputOnly */
|
|
683
|
+
/** Output only. Relative name of the service within the application. Example: default.@OutputOnly */
|
|
684
684
|
id?: string;
|
|
685
685
|
/** 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. */
|
|
686
686
|
labels?: {[P in string]: string};
|
|
687
|
-
/** Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly */
|
|
687
|
+
/** Output only. Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly */
|
|
688
688
|
name?: string;
|
|
689
689
|
/** Ingress settings for this service. Will apply to all versions. */
|
|
690
690
|
networkSettings?: NetworkSettings;
|
|
@@ -778,7 +778,7 @@ declare namespace gapi.client {
|
|
|
778
778
|
betaSettings?: {[P in string]: string};
|
|
779
779
|
/** Environment variables available to the build environment.Only returned in GET requests if view=FULL is set. */
|
|
780
780
|
buildEnvVariables?: {[P in string]: string};
|
|
781
|
-
/** Email address of the user who created this version.@OutputOnly */
|
|
781
|
+
/** Output only. Email address of the user who created this version.@OutputOnly */
|
|
782
782
|
createdBy?: string;
|
|
783
783
|
/** Time that this version was created.@OutputOnly */
|
|
784
784
|
createTime?: string;
|
|
@@ -786,7 +786,7 @@ declare namespace gapi.client {
|
|
|
786
786
|
defaultExpiration?: string;
|
|
787
787
|
/** Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set. */
|
|
788
788
|
deployment?: Deployment;
|
|
789
|
-
/** Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly */
|
|
789
|
+
/** 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 */
|
|
790
790
|
diskUsageBytes?: string;
|
|
791
791
|
/** 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. */
|
|
792
792
|
endpointsApiService?: EndpointsApiService;
|
|
@@ -818,7 +818,7 @@ declare namespace gapi.client {
|
|
|
818
818
|
livenessCheck?: LivenessCheck;
|
|
819
819
|
/** 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". */
|
|
820
820
|
manualScaling?: ManualScaling;
|
|
821
|
-
/** Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly */
|
|
821
|
+
/** Output only. Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly */
|
|
822
822
|
name?: string;
|
|
823
823
|
/** Extra network settings. Only applicable in the App Engine flexible environment. */
|
|
824
824
|
network?: Network;
|
|
@@ -842,7 +842,7 @@ declare namespace gapi.client {
|
|
|
842
842
|
servingStatus?: string;
|
|
843
843
|
/** Whether multiple requests can be dispatched to this version at once. */
|
|
844
844
|
threadsafe?: boolean;
|
|
845
|
-
/** Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly */
|
|
845
|
+
/** Output only. Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly */
|
|
846
846
|
versionUrl?: string;
|
|
847
847
|
/** Whether to deploy this version in a container on a virtual machine. */
|
|
848
848
|
vm?: boolean;
|