Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of appengine v1beta client #1575

Merged
merged 1 commit into from Nov 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions api_names_out.yaml
Expand Up @@ -13326,6 +13326,7 @@
"/appengine:v1beta/UrlMap/urlRegex": url_regex
"/appengine:v1beta/Version": version
"/appengine:v1beta/Version/apiConfig": api_config
"/appengine:v1beta/Version/appEngineApis": app_engine_apis
"/appengine:v1beta/Version/automaticScaling": automatic_scaling
"/appengine:v1beta/Version/basicScaling": basic_scaling
"/appengine:v1beta/Version/betaSettings": beta_settings
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/appengine_v1beta.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/appengine/docs/admin-api/
module AppengineV1beta
VERSION = 'V1beta'
REVISION = '20201107'
REVISION = '20201114'

# View and manage your applications deployed on Google App Engine
AUTH_APPENGINE_ADMIN = 'https://www.googleapis.com/auth/appengine.admin'
Expand Down
8 changes: 8 additions & 0 deletions generated/google/apis/appengine_v1beta/classes.rb
Expand Up @@ -2728,6 +2728,13 @@ class Version
# @return [Google::Apis::AppengineV1beta::ApiConfigHandler]
attr_accessor :api_config

# app_engine_apis allows Second Generation runtimes to access the App Engine
# APIs.
# Corresponds to the JSON property `appEngineApis`
# @return [Boolean]
attr_accessor :app_engine_apis
alias_method :app_engine_apis?, :app_engine_apis

# Automatic scaling is based on request rate, response latencies, and other
# application metrics.
# Corresponds to the JSON property `automaticScaling`
Expand Down Expand Up @@ -2963,6 +2970,7 @@ def initialize(**args)
# Update properties of this object
def update!(**args)
@api_config = args[:api_config] if args.key?(:api_config)
@app_engine_apis = args[:app_engine_apis] if args.key?(:app_engine_apis)
@automatic_scaling = args[:automatic_scaling] if args.key?(:automatic_scaling)
@basic_scaling = args[:basic_scaling] if args.key?(:basic_scaling)
@beta_settings = args[:beta_settings] if args.key?(:beta_settings)
Expand Down
1 change: 1 addition & 0 deletions generated/google/apis/appengine_v1beta/representations.rb
Expand Up @@ -1158,6 +1158,7 @@ class Version
class Representation < Google::Apis::Core::JsonRepresentation
property :api_config, as: 'apiConfig', class: Google::Apis::AppengineV1beta::ApiConfigHandler, decorator: Google::Apis::AppengineV1beta::ApiConfigHandler::Representation

property :app_engine_apis, as: 'appEngineApis'
property :automatic_scaling, as: 'automaticScaling', class: Google::Apis::AppengineV1beta::AutomaticScaling, decorator: Google::Apis::AppengineV1beta::AutomaticScaling::Representation

property :basic_scaling, as: 'basicScaling', class: Google::Apis::AppengineV1beta::BasicScaling, decorator: Google::Apis::AppengineV1beta::BasicScaling::Representation
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/appengine_v1beta/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "e48e65a4518aedb356bd7fa4004eccd1c29387cb"
"sha": "b264d974a86e5acbc70cd73915eaf73daac61a63"
}
}
]
Expand Down