Skip to content

Commit

Permalink
Autogenerated update (2018-02-14)
Browse files Browse the repository at this point in the history
Update:
- appengine_v1
- appengine_v1alpha
- appengine_v1beta
- appengine_v1beta4
- appengine_v1beta5
- dialogflow_v2beta1
- runtimeconfig_v1beta1
- spanner_v1
  • Loading branch information
googleapis-publisher committed Feb 14, 2018
1 parent 7d31a91 commit 359072a
Show file tree
Hide file tree
Showing 21 changed files with 93 additions and 89 deletions.
1 change: 1 addition & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7986,6 +7986,7 @@
"/appengine:v1beta/Network/forwardedPorts/forwarded_port": forwarded_port
"/appengine:v1beta/Network/instanceTag": instance_tag
"/appengine:v1beta/Network/name": name
"/appengine:v1beta/Network/sessionAffinity": session_affinity
"/appengine:v1beta/Network/subnetworkName": subnetwork_name
"/appengine:v1beta/NetworkUtilization": network_utilization
"/appengine:v1beta/NetworkUtilization/targetReceivedBytesPerSecond": target_received_bytes_per_second
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/appengine_v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://cloud.google.com/appengine/docs/admin-api/
module AppengineV1
VERSION = 'V1'
REVISION = '20180129'
REVISION = '20180209'

# View and manage your applications deployed on Google App Engine
AUTH_APPENGINE_ADMIN = 'https://www.googleapis.com/auth/appengine.admin'
Expand Down
34 changes: 18 additions & 16 deletions generated/google/apis/appengine_v1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ class Application
# @return [String]
attr_accessor :id

# Location from which this application will be run. Application instances will
# run out of data centers in the chosen location, which is also where all of the
# application's end user content is stored.Defaults to us-central.Options are:us-
# central - Central USeurope-west - Western Europeus-east1 - Eastern US
# Location from which this application runs. Application instances run out of
# the data centers in the specified location, which is also where all of the
# application's end user content is stored.Defaults to us-central1.View the list
# of supported locations (https://cloud.google.com/appengine/docs/locations).
# Corresponds to the JSON property `locationId`
# @return [String]
attr_accessor :location_id
Expand Down Expand Up @@ -339,7 +339,8 @@ class AutomaticScaling
# @return [String]
attr_accessor :max_pending_latency

# Maximum number of instances that should be started to handle requests.
# Maximum number of instances that should be started to handle requests for this
# version.
# Corresponds to the JSON property `maxTotalInstances`
# @return [Fixnum]
attr_accessor :max_total_instances
Expand All @@ -356,7 +357,7 @@ class AutomaticScaling
# @return [String]
attr_accessor :min_pending_latency

# Minimum number of instances that should be maintained for this version.
# Minimum number of running instances that should be maintained for this version.
# Corresponds to the JSON property `minTotalInstances`
# @return [Fixnum]
attr_accessor :min_total_instances
Expand Down Expand Up @@ -1485,13 +1486,13 @@ def update!(**args)
class LocationMetadata
include Google::Apis::Core::Hashable

# App Engine Flexible Environment is available in the given location.@OutputOnly
# App Engine flexible environment is available in the given location.@OutputOnly
# Corresponds to the JSON property `flexibleEnvironmentAvailable`
# @return [Boolean]
attr_accessor :flexible_environment_available
alias_method :flexible_environment_available?, :flexible_environment_available

# App Engine Standard Environment is available in the given location.@OutputOnly
# App Engine standard environment is available in the given location.@OutputOnly
# Corresponds to the JSON property `standardEnvironmentAvailable`
# @return [Boolean]
attr_accessor :standard_environment_available
Expand Down Expand Up @@ -1540,8 +1541,8 @@ class Network
# @return [Array<String>]
attr_accessor :forwarded_ports

# Tag to apply to the VM instance during creation. for Only applicable in the
# App Engine flexible environment.
# Tag to apply to the instance during creation. Only applicable in the App
# Engine flexible environment.
# Corresponds to the JSON property `instanceTag`
# @return [String]
attr_accessor :instance_tag
Expand All @@ -1556,13 +1557,13 @@ class Network
# Specify the short name, not the resource path.If a subnetwork name is
# specified, a network name will also be required unless it is for the default
# network.
# If the network the VM instance is being created in is a Legacy network, then
# If the network that the instance is being created in is a Legacy network, then
# the IP address is allocated from the IPv4Range.
# If the network the VM instance is being created in is an auto Subnet Mode
# If the network that the instance is being created in is an auto Subnet Mode
# Network, then only network name should be specified (not the subnetwork_name)
# and the IP address is created from the IPCidrRange of the subnetwork that
# exists in that zone for that network.
# If the network the VM instance is being created in is a custom Subnet Mode
# If the network that the instance is being created in is a custom Subnet Mode
# Network, then the subnetwork_name must be specified and the IP address is
# created from the IPCidrRange of the subnetwork.If specified, the subnetwork
# must exist in the same region as the App Engine flexible environment
Expand Down Expand Up @@ -2247,13 +2248,13 @@ def update!(**args)
class StandardSchedulerSettings
include Google::Apis::Core::Hashable

# Maximum number of instances for an app version. Set to zero to disable
# Maximum number of instances to run for this version. Set to zero to disable
# max_instances configuration.
# Corresponds to the JSON property `maxInstances`
# @return [Fixnum]
attr_accessor :max_instances

# Minimum number of instances for an app version. Set to zero to disable
# Minimum number of instances to run for this version. Set to zero to disable
# min_instances configuration.
# Corresponds to the JSON property `minInstances`
# @return [Fixnum]
Expand Down Expand Up @@ -2766,7 +2767,8 @@ class Version
attr_accessor :vm
alias_method :vm?, :vm

# The choice of gce zones to use for this App Engine Flexible version.
# The Google Compute Engine zones that are supported by this version in the App
# Engine flexible environment.
# Corresponds to the JSON property `zones`
# @return [Array<String>]
attr_accessor :zones
Expand Down
10 changes: 5 additions & 5 deletions generated/google/apis/appengine_v1/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def initialize
# location - The region (https://cloud.google.com/appengine/docs/locations)
# where you want the App Engine application located.For more information about
# App Engine applications, see Managing Projects, Applications, and Billing (
# https://cloud.google.com/appengine/docs/python/console/).
# https://cloud.google.com/appengine/docs/standard/python/console/).
# @param [Google::Apis::AppengineV1::Application] application_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -1310,19 +1310,19 @@ def list_app_service_versions(apps_id, services_id, page_size: nil, page_token:
# automatic_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.
# in the App Engine flexible environment.
# automatic_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.
# in the App Engine flexible environment.
# automatic_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.
# in the App Engine flexible environment.
# automatic_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.
# and run in the App Engine flexible environment.
# @param [String] apps_id
# Part of `name`. Name of the resource to update. Example: apps/myapp/services/
# default/versions/1.
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/appengine_v1alpha.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://cloud.google.com/appengine/docs/admin-api/
module AppengineV1alpha
VERSION = 'V1alpha'
REVISION = '20171220'
REVISION = '20180209'

# View and manage your applications deployed on Google App Engine
AUTH_APPENGINE_ADMIN = 'https://www.googleapis.com/auth/appengine.admin'
Expand Down
4 changes: 2 additions & 2 deletions generated/google/apis/appengine_v1alpha/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -435,13 +435,13 @@ def update!(**args)
class LocationMetadata
include Google::Apis::Core::Hashable

# App Engine Flexible Environment is available in the given location.@OutputOnly
# App Engine flexible environment is available in the given location.@OutputOnly
# Corresponds to the JSON property `flexibleEnvironmentAvailable`
# @return [Boolean]
attr_accessor :flexible_environment_available
alias_method :flexible_environment_available?, :flexible_environment_available

# App Engine Standard Environment is available in the given location.@OutputOnly
# App Engine standard environment is available in the given location.@OutputOnly
# Corresponds to the JSON property `standardEnvironmentAvailable`
# @return [Boolean]
attr_accessor :standard_environment_available
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/appengine_v1beta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://cloud.google.com/appengine/docs/admin-api/
module AppengineV1beta
VERSION = 'V1beta'
REVISION = '20180129'
REVISION = '20180209'

# View and manage your applications deployed on Google App Engine
AUTH_APPENGINE_ADMIN = 'https://www.googleapis.com/auth/appengine.admin'
Expand Down
41 changes: 25 additions & 16 deletions generated/google/apis/appengine_v1beta/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ class Application
# @return [String]
attr_accessor :id

# Location from which this application will be run. Application instances will
# run out of data centers in the chosen location, which is also where all of the
# application's end user content is stored.Defaults to us-central.Options are:us-
# central - Central USeurope-west - Western Europeus-east1 - Eastern US
# Location from which this application runs. Application instances run out of
# the data centers in the specified location, which is also where all of the
# application's end user content is stored.Defaults to us-central1.View the list
# of supported locations (https://cloud.google.com/appengine/docs/locations).
# Corresponds to the JSON property `locationId`
# @return [String]
attr_accessor :location_id
Expand Down Expand Up @@ -350,7 +350,8 @@ class AutomaticScaling
# @return [String]
attr_accessor :max_pending_latency

# Maximum number of instances that should be started to handle requests.
# Maximum number of instances that should be started to handle requests for this
# version.
# Corresponds to the JSON property `maxTotalInstances`
# @return [Fixnum]
attr_accessor :max_total_instances
Expand All @@ -367,7 +368,7 @@ class AutomaticScaling
# @return [String]
attr_accessor :min_pending_latency

# Minimum number of instances that should be maintained for this version.
# Minimum number of running instances that should be maintained for this version.
# Corresponds to the JSON property `minTotalInstances`
# @return [Fixnum]
attr_accessor :min_total_instances
Expand Down Expand Up @@ -1619,13 +1620,13 @@ def update!(**args)
class LocationMetadata
include Google::Apis::Core::Hashable

# App Engine Flexible Environment is available in the given location.@OutputOnly
# App Engine flexible environment is available in the given location.@OutputOnly
# Corresponds to the JSON property `flexibleEnvironmentAvailable`
# @return [Boolean]
attr_accessor :flexible_environment_available
alias_method :flexible_environment_available?, :flexible_environment_available

# App Engine Standard Environment is available in the given location.@OutputOnly
# App Engine standard environment is available in the given location.@OutputOnly
# Corresponds to the JSON property `standardEnvironmentAvailable`
# @return [Boolean]
attr_accessor :standard_environment_available
Expand Down Expand Up @@ -1702,8 +1703,8 @@ class Network
# @return [Array<String>]
attr_accessor :forwarded_ports

# Tag to apply to the VM instance during creation. for Only applicable in the
# App Engine flexible environment.
# Tag to apply to the instance during creation. Only applicable in the App
# Engine flexible environment.
# Corresponds to the JSON property `instanceTag`
# @return [String]
attr_accessor :instance_tag
Expand All @@ -1714,17 +1715,23 @@ class Network
# @return [String]
attr_accessor :name

# Enable session affinity.
# Corresponds to the JSON property `sessionAffinity`
# @return [Boolean]
attr_accessor :session_affinity
alias_method :session_affinity?, :session_affinity

# Google Cloud Platform sub-network where the virtual machines are created.
# Specify the short name, not the resource path.If a subnetwork name is
# specified, a network name will also be required unless it is for the default
# network.
# If the network the VM instance is being created in is a Legacy network, then
# If the network that the instance is being created in is a Legacy network, then
# the IP address is allocated from the IPv4Range.
# If the network the VM instance is being created in is an auto Subnet Mode
# If the network that the instance is being created in is an auto Subnet Mode
# Network, then only network name should be specified (not the subnetwork_name)
# and the IP address is created from the IPCidrRange of the subnetwork that
# exists in that zone for that network.
# If the network the VM instance is being created in is a custom Subnet Mode
# If the network that the instance is being created in is a custom Subnet Mode
# Network, then the subnetwork_name must be specified and the IP address is
# created from the IPCidrRange of the subnetwork.If specified, the subnetwork
# must exist in the same region as the App Engine flexible environment
Expand All @@ -1742,6 +1749,7 @@ def update!(**args)
@forwarded_ports = args[:forwarded_ports] if args.key?(:forwarded_ports)
@instance_tag = args[:instance_tag] if args.key?(:instance_tag)
@name = args[:name] if args.key?(:name)
@session_affinity = args[:session_affinity] if args.key?(:session_affinity)
@subnetwork_name = args[:subnetwork_name] if args.key?(:subnetwork_name)
end
end
Expand Down Expand Up @@ -2433,13 +2441,13 @@ def update!(**args)
class StandardSchedulerSettings
include Google::Apis::Core::Hashable

# Maximum number of instances for an app version. Set to zero to disable
# Maximum number of instances to run for this version. Set to zero to disable
# max_instances configuration.
# Corresponds to the JSON property `maxInstances`
# @return [Fixnum]
attr_accessor :max_instances

# Minimum number of instances for an app version. Set to zero to disable
# Minimum number of instances to run for this version. Set to zero to disable
# min_instances configuration.
# Corresponds to the JSON property `minInstances`
# @return [Fixnum]
Expand Down Expand Up @@ -2952,7 +2960,8 @@ class Version
attr_accessor :vm
alias_method :vm?, :vm

# The choice of gce zones to use for this App Engine Flexible version.
# The Google Compute Engine zones that are supported by this version in the App
# Engine flexible environment.
# Corresponds to the JSON property `zones`
# @return [Array<String>]
attr_accessor :zones
Expand Down
1 change: 1 addition & 0 deletions generated/google/apis/appengine_v1beta/representations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
collection :forwarded_ports, as: 'forwardedPorts'
property :instance_tag, as: 'instanceTag'
property :name, as: 'name'
property :session_affinity, as: 'sessionAffinity'
property :subnetwork_name, as: 'subnetworkName'
end
end
Expand Down
10 changes: 5 additions & 5 deletions generated/google/apis/appengine_v1beta/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def initialize
# location - The region (https://cloud.google.com/appengine/docs/locations)
# where you want the App Engine application located.For more information about
# App Engine applications, see Managing Projects, Applications, and Billing (
# https://cloud.google.com/appengine/docs/python/console/).
# https://cloud.google.com/appengine/docs/standard/python/console/).
# @param [Google::Apis::AppengineV1beta::Application] application_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -1310,19 +1310,19 @@ def list_app_service_versions(apps_id, services_id, page_size: nil, page_token:
# automatic_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.
# in the App Engine flexible environment.
# automatic_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.
# in the App Engine flexible environment.
# automatic_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.
# in the App Engine flexible environment.
# automatic_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.
# and run in the App Engine flexible environment.
# @param [String] apps_id
# Part of `name`. Name of the resource to update. Example: apps/myapp/services/
# default/versions/1.
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/appengine_v1beta4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://cloud.google.com/appengine/docs/admin-api/
module AppengineV1beta4
VERSION = 'V1beta4'
REVISION = '20171220'
REVISION = '20180209'

# View and manage your applications deployed on Google App Engine
AUTH_APPENGINE_ADMIN = 'https://www.googleapis.com/auth/appengine.admin'
Expand Down
Loading

0 comments on commit 359072a

Please sign in to comment.