vendor: update all dependencies
This commit is contained in:
parent
3f0789e2db
commit
08021c4636
2474 changed files with 435818 additions and 282709 deletions
66
vendor/google.golang.org/api/appengine/v1/appengine-api.json
generated
vendored
66
vendor/google.golang.org/api/appengine/v1/appengine-api.json
generated
vendored
|
@ -1333,7 +1333,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"description": "Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status): For Version resources that use basic scaling, manual scaling, or run in the App Engine flexible environment.\ninstance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class): For Version resources that run in the App Engine standard environment.\nautomatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.\nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.\nautomatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.\nautomatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.\nautomatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.\nautomatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.",
|
||||
"description": "Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard environment\ninstance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment:\nautomatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment:\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)Flexible environment\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment:\nautomatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)",
|
||||
"flatPath": "v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}",
|
||||
"httpMethod": "PATCH",
|
||||
"id": "appengine.apps.services.versions.patch",
|
||||
|
@ -1583,7 +1583,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180320",
|
||||
"revision": "20180525",
|
||||
"rootUrl": "https://appengine.googleapis.com/",
|
||||
"schemas": {
|
||||
"ApiConfigHandler": {
|
||||
|
@ -1767,6 +1767,10 @@
|
|||
"description": "Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly",
|
||||
"type": "string"
|
||||
},
|
||||
"managedCertificate": {
|
||||
"$ref": "ManagedCertificate",
|
||||
"description": "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"
|
||||
},
|
||||
"name": {
|
||||
"description": "Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly",
|
||||
"type": "string"
|
||||
|
@ -2097,11 +2101,11 @@
|
|||
"type": "object"
|
||||
},
|
||||
"EndpointsApiService": {
|
||||
"description": "Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy. Only valid for App Engine Flexible environment deployments.The fields here refer to the name and configuration id of a \"service\" resource in the Service Management API (https://cloud.google.com/service-management/overview).",
|
||||
"description": "Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy. Only valid for App Engine Flexible environment deployments.The fields here refer to the name and configuration ID of a \"service\" resource in the Service Management API (https://cloud.google.com/service-management/overview).",
|
||||
"id": "EndpointsApiService",
|
||||
"properties": {
|
||||
"configId": {
|
||||
"description": "Endpoints service configuration id as specified by the Service Management API. For example \"2016-09-19r1\"",
|
||||
"description": "Endpoints service configuration ID as specified by the Service Management API. For example \"2016-09-19r1\".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, config_id must be omitted.",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
|
@ -2624,6 +2628,40 @@
|
|||
},
|
||||
"type": "object"
|
||||
},
|
||||
"ManagedCertificate": {
|
||||
"description": "A certificate managed by App Engine.",
|
||||
"id": "ManagedCertificate",
|
||||
"properties": {
|
||||
"lastRenewalTime": {
|
||||
"description": "Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.@OutputOnly",
|
||||
"format": "google-datetime",
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"description": "Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly",
|
||||
"enum": [
|
||||
"MANAGEMENT_STATUS_UNSPECIFIED",
|
||||
"OK",
|
||||
"PENDING",
|
||||
"FAILED_RETRYING_NOT_VISIBLE",
|
||||
"FAILED_PERMANENT",
|
||||
"FAILED_RETRYING_CAA_FORBIDDEN",
|
||||
"FAILED_RETRYING_CAA_CHECKING"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"",
|
||||
"Certificate was successfully obtained and inserted into the serving system.",
|
||||
"Certificate is under active attempts to acquire or renew.",
|
||||
"Most recent renewal failed due to an invalid DNS setup and will be retried. Renewal attempts will continue to fail until the certificate domain's DNS configuration is fixed. The last successfully provisioned certificate may still be serving.",
|
||||
"All renewal attempts have been exhausted, likely due to an invalid DNS setup.",
|
||||
"Most recent renewal failed due to an explicit CAA record that does not include the in-use CA, Let's Encrypt. Renewals will continue to fail until the CAA is reconfigured. The last successfully provisioned certificate may still be serving.",
|
||||
"Most recent renewal failed due to a CAA retrieval failure. This means that the domain's DNS provider does not properly handle CAA records, failing requests for CAA records when no CAA records are defined. Renewals will continue to fail until the DNS provider is changed or a CAA record is added for the given domain. The last successfully provisioned certificate may still be serving."
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"ManualScaling": {
|
||||
"description": "A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.",
|
||||
"id": "ManualScaling",
|
||||
|
@ -3073,7 +3111,25 @@
|
|||
"id": "SslSettings",
|
||||
"properties": {
|
||||
"certificateId": {
|
||||
"description": "ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support. Example: 12345.",
|
||||
"description": "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.",
|
||||
"type": "string"
|
||||
},
|
||||
"pendingManagedCertificateId": {
|
||||
"description": "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",
|
||||
"type": "string"
|
||||
},
|
||||
"sslManagementType": {
|
||||
"description": "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.",
|
||||
"enum": [
|
||||
"SSL_MANAGEMENT_TYPE_UNSPECIFIED",
|
||||
"AUTOMATIC",
|
||||
"MANUAL"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Defaults to AUTOMATIC.",
|
||||
"SSL support for this domain is configured automatically. The mapped SSL certificate will be automatically renewed.",
|
||||
"SSL support for this domain is configured manually by the user. Either the domain has no SSL support or a user-obtained SSL certificate has been explictly mapped to this domain."
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
|
194
vendor/google.golang.org/api/appengine/v1/appengine-gen.go
generated
vendored
194
vendor/google.golang.org/api/appengine/v1/appengine-gen.go
generated
vendored
|
@ -449,6 +449,13 @@ type AuthorizedCertificate struct {
|
|||
// 12345.@OutputOnly
|
||||
Id string `json:"id,omitempty"`
|
||||
|
||||
// ManagedCertificate: 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
|
||||
ManagedCertificate *ManagedCertificate `json:"managedCertificate,omitempty"`
|
||||
|
||||
// Name: Full path to the AuthorizedCertificate resource in the API.
|
||||
// Example: apps/myapp/authorizedCertificates/12345.@OutputOnly
|
||||
Name string `json:"name,omitempty"`
|
||||
|
@ -1148,12 +1155,20 @@ type Empty struct {
|
|||
// (https://cloud.google.com/endpoints) configuration. The Endpoints API
|
||||
// Service provides tooling for serving Open API and gRPC endpoints via
|
||||
// an NGINX proxy. Only valid for App Engine Flexible environment
|
||||
// deployments.The fields here refer to the name and configuration id of
|
||||
// deployments.The fields here refer to the name and configuration ID of
|
||||
// a "service" resource in the Service Management API
|
||||
// (https://cloud.google.com/service-management/overview).
|
||||
type EndpointsApiService struct {
|
||||
// ConfigId: Endpoints service configuration id as specified by the
|
||||
// Service Management API. For example "2016-09-19r1"
|
||||
// ConfigId: Endpoints service configuration ID as specified by the
|
||||
// Service Management API. For example "2016-09-19r1".By default, the
|
||||
// rollout strategy for Endpoints is RolloutStrategy.FIXED. This means
|
||||
// that Endpoints starts up with a particular configuration ID. When a
|
||||
// new configuration is rolled out, Endpoints must be given the new
|
||||
// configuration ID. The config_id field is used to give the
|
||||
// configuration ID and is required in this case.Endpoints also has a
|
||||
// rollout strategy called RolloutStrategy.MANAGED. When using this,
|
||||
// Endpoints fetches the latest configuration and does not need the
|
||||
// configuration ID. In this case, config_id must be omitted.
|
||||
ConfigId string `json:"configId,omitempty"`
|
||||
|
||||
// Name: Endpoints service name which is the name of the "service"
|
||||
|
@ -2077,6 +2092,68 @@ func (s *LocationMetadata) MarshalJSON() ([]byte, error) {
|
|||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// ManagedCertificate: A certificate managed by App Engine.
|
||||
type ManagedCertificate struct {
|
||||
// LastRenewalTime: Time at which the certificate was last renewed. The
|
||||
// renewal process is fully managed. Certificate renewal will
|
||||
// automatically occur before the certificate expires. Renewal errors
|
||||
// can be tracked via ManagementStatus.@OutputOnly
|
||||
LastRenewalTime string `json:"lastRenewalTime,omitempty"`
|
||||
|
||||
// Status: Status of certificate management. Refers to the most recent
|
||||
// certificate acquisition or renewal attempt.@OutputOnly
|
||||
//
|
||||
// Possible values:
|
||||
// "MANAGEMENT_STATUS_UNSPECIFIED"
|
||||
// "OK" - Certificate was successfully obtained and inserted into the
|
||||
// serving system.
|
||||
// "PENDING" - Certificate is under active attempts to acquire or
|
||||
// renew.
|
||||
// "FAILED_RETRYING_NOT_VISIBLE" - Most recent renewal failed due to
|
||||
// an invalid DNS setup and will be retried. Renewal attempts will
|
||||
// continue to fail until the certificate domain's DNS configuration is
|
||||
// fixed. The last successfully provisioned certificate may still be
|
||||
// serving.
|
||||
// "FAILED_PERMANENT" - All renewal attempts have been exhausted,
|
||||
// likely due to an invalid DNS setup.
|
||||
// "FAILED_RETRYING_CAA_FORBIDDEN" - Most recent renewal failed due to
|
||||
// an explicit CAA record that does not include the in-use CA, Let's
|
||||
// Encrypt. Renewals will continue to fail until the CAA is
|
||||
// reconfigured. The last successfully provisioned certificate may still
|
||||
// be serving.
|
||||
// "FAILED_RETRYING_CAA_CHECKING" - Most recent renewal failed due to
|
||||
// a CAA retrieval failure. This means that the domain's DNS provider
|
||||
// does not properly handle CAA records, failing requests for CAA
|
||||
// records when no CAA records are defined. Renewals will continue to
|
||||
// fail until the DNS provider is changed or a CAA record is added for
|
||||
// the given domain. The last successfully provisioned certificate may
|
||||
// still be serving.
|
||||
Status string `json:"status,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "LastRenewalTime") to
|
||||
// unconditionally include in API requests. By default, fields with
|
||||
// empty values are omitted from API requests. However, any non-pointer,
|
||||
// non-interface field appearing in ForceSendFields will be sent to the
|
||||
// server regardless of whether the field is empty or not. This may be
|
||||
// used to include empty fields in Patch requests.
|
||||
ForceSendFields []string `json:"-"`
|
||||
|
||||
// NullFields is a list of field names (e.g. "LastRenewalTime") to
|
||||
// include in API requests with the JSON null value. By default, fields
|
||||
// with empty values are omitted from API requests. However, any field
|
||||
// with an empty value appearing in NullFields will be sent to the
|
||||
// server as null. It is an error if a field in this list has a
|
||||
// non-empty value. This may be used to include null fields in Patch
|
||||
// requests.
|
||||
NullFields []string `json:"-"`
|
||||
}
|
||||
|
||||
func (s *ManagedCertificate) MarshalJSON() ([]byte, error) {
|
||||
type NoMethod ManagedCertificate
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// ManualScaling: A service with manual scaling runs continuously,
|
||||
// allowing you to perform complex initialization and rely on the state
|
||||
// of its memory over time.
|
||||
|
@ -2794,10 +2871,40 @@ func (s *Service) MarshalJSON() ([]byte, error) {
|
|||
// SslSettings: SSL configuration for a DomainMapping resource.
|
||||
type SslSettings struct {
|
||||
// CertificateId: ID of the AuthorizedCertificate resource configuring
|
||||
// SSL for the application. Clearing this field will remove SSL support.
|
||||
// Example: 12345.
|
||||
// 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.
|
||||
CertificateId string `json:"certificateId,omitempty"`
|
||||
|
||||
// PendingManagedCertificateId: 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
|
||||
PendingManagedCertificateId string `json:"pendingManagedCertificateId,omitempty"`
|
||||
|
||||
// SslManagementType: 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.
|
||||
//
|
||||
// Possible values:
|
||||
// "SSL_MANAGEMENT_TYPE_UNSPECIFIED" - Defaults to AUTOMATIC.
|
||||
// "AUTOMATIC" - SSL support for this domain is configured
|
||||
// automatically. The mapped SSL certificate will be automatically
|
||||
// renewed.
|
||||
// "MANUAL" - SSL support for this domain is configured manually by
|
||||
// the user. Either the domain has no SSL support or a user-obtained SSL
|
||||
// certificate has been explictly mapped to this domain.
|
||||
SslManagementType string `json:"sslManagementType,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "CertificateId") to
|
||||
// unconditionally include in API requests. By default, fields with
|
||||
// empty values are omitted from API requests. However, any non-pointer,
|
||||
|
@ -8832,48 +8939,59 @@ type AppsServicesVersionsPatchCall struct {
|
|||
|
||||
// Patch: Updates the specified Version resource. You can specify the
|
||||
// following fields depending on the App Engine environment and type of
|
||||
// scaling that the version resource uses:
|
||||
// serving_status
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#Version.FIELDS.serving_status): For Version
|
||||
// resources that use basic scaling, manual scaling, or run in the App
|
||||
// Engine flexible environment.
|
||||
// scaling that the version resource uses:Standard
|
||||
// environment
|
||||
// instance_class
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#Version.FIELDS.instance_class): For Version
|
||||
// resources that run in the App Engine standard
|
||||
// environment.
|
||||
// pps.services.versions#Version.FIELDS.instance_class)automatic scaling
|
||||
// in the standard environment:
|
||||
// automatic_scaling.min_idle_instances
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#Version.FIELDS.automatic_scaling): For Version
|
||||
// resources that use automatic scaling and run in the App Engine
|
||||
// standard environment.
|
||||
// automatic_scaling.max_idle_instances
|
||||
// pps.services.versions#Version.FIELDS.automatic_scaling)
|
||||
// automatic_scal
|
||||
// ing.max_idle_instances
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#Version.FIELDS.automatic_scaling): For Version
|
||||
// resources that use automatic scaling and run in the App Engine
|
||||
// standard environment.
|
||||
// pps.services.versions#Version.FIELDS.automatic_scaling)
|
||||
// automaticScali
|
||||
// ng.standard_scheduler_settings.max_instances
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#StandardSchedulerSettings)
|
||||
// automaticScaling.stan
|
||||
// dard_scheduler_settings.min_instances
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#StandardSchedulerSettings)
|
||||
// automaticScaling.stan
|
||||
// dard_scheduler_settings.target_cpu_utilization
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#StandardSchedulerSettings)
|
||||
// automaticScaling.stan
|
||||
// dard_scheduler_settings.target_throughput_utilization
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#StandardSchedulerSettings)basic scaling or
|
||||
// manual scaling in the standard environment:
|
||||
// serving_status
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#Version.FIELDS.serving_status)Flexible
|
||||
// environment
|
||||
// serving_status
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#Version.FIELDS.serving_status)automatic scaling
|
||||
// in the flexible environment:
|
||||
// automatic_scaling.min_total_instances
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#Version.FIELDS.automatic_scaling): For Version
|
||||
// resources that use automatic scaling and run in the App Engine
|
||||
// flexible environment.
|
||||
// automatic_scaling.max_total_instances
|
||||
// pps.services.versions#Version.FIELDS.automatic_scaling)
|
||||
// automatic_scal
|
||||
// ing.max_total_instances
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#Version.FIELDS.automatic_scaling): For Version
|
||||
// resources that use automatic scaling and run in the App Engine
|
||||
// flexible environment.
|
||||
// automatic_scaling.cool_down_period_sec
|
||||
// pps.services.versions#Version.FIELDS.automatic_scaling)
|
||||
// automatic_scal
|
||||
// ing.cool_down_period_sec
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#Version.FIELDS.automatic_scaling): For Version
|
||||
// resources that use automatic scaling and run in the App Engine
|
||||
// flexible
|
||||
// environment.
|
||||
// automatic_scaling.cpu_utilization.target_utilization
|
||||
// pps.services.versions#Version.FIELDS.automatic_scaling)
|
||||
// automatic_scal
|
||||
// ing.cpu_utilization.target_utilization
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/a
|
||||
// pps.services.versions#Version.FIELDS.automatic_scaling): For Version
|
||||
// resources that use automatic scaling and run in the App Engine
|
||||
// flexible environment.
|
||||
// pps.services.versions#Version.FIELDS.automatic_scaling)
|
||||
func (r *AppsServicesVersionsService) Patch(appsId string, servicesId string, versionsId string, version *Version) *AppsServicesVersionsPatchCall {
|
||||
c := &AppsServicesVersionsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||
c.appsId = appsId
|
||||
|
@ -8978,7 +9096,7 @@ func (c *AppsServicesVersionsPatchCall) Do(opts ...googleapi.CallOption) (*Opera
|
|||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status): For Version resources that use basic scaling, manual scaling, or run in the App Engine flexible environment.\ninstance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class): For Version resources that run in the App Engine standard environment.\nautomatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.\nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.\nautomatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.\nautomatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.\nautomatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.\nautomatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.",
|
||||
// "description": "Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard environment\ninstance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment:\nautomatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment:\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)Flexible environment\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment:\nautomatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)",
|
||||
// "flatPath": "v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}",
|
||||
// "httpMethod": "PATCH",
|
||||
// "id": "appengine.apps.services.versions.patch",
|
||||
|
|
12
vendor/google.golang.org/api/appengine/v1beta/appengine-api.json
generated
vendored
12
vendor/google.golang.org/api/appengine/v1beta/appengine-api.json
generated
vendored
|
@ -1333,7 +1333,7 @@
|
|||
]
|
||||
},
|
||||
"patch": {
|
||||
"description": "Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.serving_status): For Version resources that use basic scaling, manual scaling, or run in the App Engine flexible environment.\ninstance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.instance_class): For Version resources that run in the App Engine standard environment.\nautomatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.\nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.\nautomatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.\nautomatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.\nautomatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.\nautomatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.",
|
||||
"description": "Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard environment\ninstance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment:\nautomatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment:\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.serving_status)Flexible environment\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment:\nautomatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling)",
|
||||
"flatPath": "v1beta/apps/{appsId}/services/{servicesId}/versions/{versionsId}",
|
||||
"httpMethod": "PATCH",
|
||||
"id": "appengine.apps.services.versions.patch",
|
||||
|
@ -1583,7 +1583,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180320",
|
||||
"revision": "20180511",
|
||||
"rootUrl": "https://appengine.googleapis.com/",
|
||||
"schemas": {
|
||||
"ApiConfigHandler": {
|
||||
|
@ -2152,11 +2152,11 @@
|
|||
"type": "object"
|
||||
},
|
||||
"EndpointsApiService": {
|
||||
"description": "Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy. Only valid for App Engine Flexible environment deployments.The fields here refer to the name and configuration id of a \"service\" resource in the Service Management API (https://cloud.google.com/service-management/overview).",
|
||||
"description": "Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy. Only valid for App Engine Flexible environment deployments.The fields here refer to the name and configuration ID of a \"service\" resource in the Service Management API (https://cloud.google.com/service-management/overview).",
|
||||
"id": "EndpointsApiService",
|
||||
"properties": {
|
||||
"configId": {
|
||||
"description": "Endpoints service configuration id as specified by the Service Management API. For example \"2016-09-19r1\"By default, the Endpoints service configuration id is fixed and config_id must be specified. To keep the Endpoints service configuration id updated with each rollout, specify RolloutStrategy.MANAGED and omit config_id.",
|
||||
"description": "Endpoints service configuration ID as specified by the Service Management API. For example \"2016-09-19r1\".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need to be told the configuration ID. In this case, config_id must be omitted.",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
|
@ -2172,8 +2172,8 @@
|
|||
],
|
||||
"enumDescriptions": [
|
||||
"Not specified. Defaults to FIXED.",
|
||||
"Endpoints service configuration id will be fixed to the configuration id specified by config_id.",
|
||||
"Endpoints service configuration id will be updated with each rollout."
|
||||
"Endpoints service configuration ID will be fixed to the configuration ID specified by config_id.",
|
||||
"Endpoints service configuration ID will be updated with each rollout."
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
|
|
103
vendor/google.golang.org/api/appengine/v1beta/appengine-gen.go
generated
vendored
103
vendor/google.golang.org/api/appengine/v1beta/appengine-gen.go
generated
vendored
|
@ -1252,16 +1252,20 @@ type Empty struct {
|
|||
// (https://cloud.google.com/endpoints) configuration. The Endpoints API
|
||||
// Service provides tooling for serving Open API and gRPC endpoints via
|
||||
// an NGINX proxy. Only valid for App Engine Flexible environment
|
||||
// deployments.The fields here refer to the name and configuration id of
|
||||
// deployments.The fields here refer to the name and configuration ID of
|
||||
// a "service" resource in the Service Management API
|
||||
// (https://cloud.google.com/service-management/overview).
|
||||
type EndpointsApiService struct {
|
||||
// ConfigId: Endpoints service configuration id as specified by the
|
||||
// Service Management API. For example "2016-09-19r1"By default, the
|
||||
// Endpoints service configuration id is fixed and config_id must be
|
||||
// specified. To keep the Endpoints service configuration id updated
|
||||
// with each rollout, specify RolloutStrategy.MANAGED and omit
|
||||
// config_id.
|
||||
// ConfigId: Endpoints service configuration ID as specified by the
|
||||
// Service Management API. For example "2016-09-19r1".By default, the
|
||||
// rollout strategy for Endpoints is RolloutStrategy.FIXED. This means
|
||||
// that Endpoints starts up with a particular configuration ID. When a
|
||||
// new configuration is rolled out, Endpoints must be given the new
|
||||
// configuration ID. The config_id field is used to give the
|
||||
// configuration ID and is required in this case.Endpoints also has a
|
||||
// rollout strategy called RolloutStrategy.MANAGED. When using this,
|
||||
// Endpoints fetches the latest configuration and does not need to be
|
||||
// told the configuration ID. In this case, config_id must be omitted.
|
||||
ConfigId string `json:"configId,omitempty"`
|
||||
|
||||
// Name: Endpoints service name which is the name of the "service"
|
||||
|
@ -1274,9 +1278,9 @@ type EndpointsApiService struct {
|
|||
//
|
||||
// Possible values:
|
||||
// "UNSPECIFIED_ROLLOUT_STRATEGY" - Not specified. Defaults to FIXED.
|
||||
// "FIXED" - Endpoints service configuration id will be fixed to the
|
||||
// configuration id specified by config_id.
|
||||
// "MANAGED" - Endpoints service configuration id will be updated with
|
||||
// "FIXED" - Endpoints service configuration ID will be fixed to the
|
||||
// configuration ID specified by config_id.
|
||||
// "MANAGED" - Endpoints service configuration ID will be updated with
|
||||
// each rollout.
|
||||
RolloutStrategy string `json:"rolloutStrategy,omitempty"`
|
||||
|
||||
|
@ -9051,48 +9055,61 @@ type AppsServicesVersionsPatchCall struct {
|
|||
|
||||
// Patch: Updates the specified Version resource. You can specify the
|
||||
// following fields depending on the App Engine environment and type of
|
||||
// scaling that the version resource uses:
|
||||
// serving_status
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#Version.FIELDS.serving_status): For
|
||||
// Version resources that use basic scaling, manual scaling, or run in
|
||||
// the App Engine flexible environment.
|
||||
// scaling that the version resource uses:Standard
|
||||
// environment
|
||||
// instance_class
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#Version.FIELDS.instance_class): For
|
||||
// Version resources that run in the App Engine standard
|
||||
// environment.
|
||||
// ta/apps.services.versions#Version.FIELDS.instance_class)automatic
|
||||
// scaling in the standard
|
||||
// environment:
|
||||
// automatic_scaling.min_idle_instances
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#Version.FIELDS.automatic_scaling): For
|
||||
// Version resources that use automatic scaling and run in the App
|
||||
// Engine standard environment.
|
||||
// automatic_scaling.max_idle_instances
|
||||
// ta/apps.services.versions#Version.FIELDS.automatic_scaling)
|
||||
// automatic_
|
||||
// scaling.max_idle_instances
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#Version.FIELDS.automatic_scaling): For
|
||||
// Version resources that use automatic scaling and run in the App
|
||||
// Engine standard environment.
|
||||
// ta/apps.services.versions#Version.FIELDS.automatic_scaling)
|
||||
// automaticS
|
||||
// caling.standard_scheduler_settings.max_instances
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#StandardSchedulerSettings)
|
||||
// automaticScaling.
|
||||
// standard_scheduler_settings.min_instances
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#StandardSchedulerSettings)
|
||||
// automaticScaling.
|
||||
// standard_scheduler_settings.target_cpu_utilization
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#StandardSchedulerSettings)
|
||||
// automaticScaling.
|
||||
// standard_scheduler_settings.target_throughput_utilization
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#StandardSchedulerSettings)basic scaling or
|
||||
// manual scaling in the standard environment:
|
||||
// serving_status
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#Version.FIELDS.serving_status)Flexible
|
||||
// environment
|
||||
// serving_status
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#Version.FIELDS.serving_status)automatic
|
||||
// scaling in the flexible
|
||||
// environment:
|
||||
// automatic_scaling.min_total_instances
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#Version.FIELDS.automatic_scaling): For
|
||||
// Version resources that use automatic scaling and run in the App
|
||||
// Engine flexible environment.
|
||||
// automatic_scaling.max_total_instances
|
||||
// ta/apps.services.versions#Version.FIELDS.automatic_scaling)
|
||||
// automatic_
|
||||
// scaling.max_total_instances
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#Version.FIELDS.automatic_scaling): For
|
||||
// Version resources that use automatic scaling and run in the App
|
||||
// Engine flexible environment.
|
||||
// automatic_scaling.cool_down_period_sec
|
||||
// ta/apps.services.versions#Version.FIELDS.automatic_scaling)
|
||||
// automatic_
|
||||
// scaling.cool_down_period_sec
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#Version.FIELDS.automatic_scaling): For
|
||||
// Version resources that use automatic scaling and run in the App
|
||||
// Engine flexible
|
||||
// environment.
|
||||
// automatic_scaling.cpu_utilization.target_utilization
|
||||
// ta/apps.services.versions#Version.FIELDS.automatic_scaling)
|
||||
// automatic_
|
||||
// scaling.cpu_utilization.target_utilization
|
||||
// (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1be
|
||||
// ta/apps.services.versions#Version.FIELDS.automatic_scaling): For
|
||||
// Version resources that use automatic scaling and run in the App
|
||||
// Engine flexible environment.
|
||||
// ta/apps.services.versions#Version.FIELDS.automatic_scaling)
|
||||
func (r *AppsServicesVersionsService) Patch(appsId string, servicesId string, versionsId string, version *Version) *AppsServicesVersionsPatchCall {
|
||||
c := &AppsServicesVersionsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||
c.appsId = appsId
|
||||
|
@ -9197,7 +9214,7 @@ func (c *AppsServicesVersionsPatchCall) Do(opts ...googleapi.CallOption) (*Opera
|
|||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.serving_status): For Version resources that use basic scaling, manual scaling, or run in the App Engine flexible environment.\ninstance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.instance_class): For Version resources that run in the App Engine standard environment.\nautomatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.\nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.\nautomatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.\nautomatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.\nautomatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.\nautomatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine flexible environment.",
|
||||
// "description": "Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard environment\ninstance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment:\nautomatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment:\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.serving_status)Flexible environment\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment:\nautomatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling)",
|
||||
// "flatPath": "v1beta/apps/{appsId}/services/{servicesId}/versions/{versionsId}",
|
||||
// "httpMethod": "PATCH",
|
||||
// "id": "appengine.apps.services.versions.patch",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue