generated/google/apis/appengine_v1/classes.rb in google-api-client-0.19.5 vs generated/google/apis/appengine_v1/classes.rb in google-api-client-0.19.6

- old
+ new

@@ -2733,10 +2733,16 @@ # standard/<language>/config/appref # Corresponds to the JSON property `runtimeApiVersion` # @return [String] attr_accessor :runtime_api_version + # The channel of the runtime to use. Only available for some runtimes. Defaults + # to the default channel. + # Corresponds to the JSON property `runtimeChannel` + # @return [String] + attr_accessor :runtime_channel + # Current serving status of this version. Only the versions with a SERVING # status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an # invalid value. Defaults to SERVING. # Corresponds to the JSON property `servingStatus` # @return [String] @@ -2797,9 +2803,10 @@ @nobuild_files_regex = args[:nobuild_files_regex] if args.key?(:nobuild_files_regex) @readiness_check = args[:readiness_check] if args.key?(:readiness_check) @resources = args[:resources] if args.key?(:resources) @runtime = args[:runtime] if args.key?(:runtime) @runtime_api_version = args[:runtime_api_version] if args.key?(:runtime_api_version) + @runtime_channel = args[:runtime_channel] if args.key?(:runtime_channel) @serving_status = args[:serving_status] if args.key?(:serving_status) @threadsafe = args[:threadsafe] if args.key?(:threadsafe) @version_url = args[:version_url] if args.key?(:version_url) @vm = args[:vm] if args.key?(:vm) @zones = args[:zones] if args.key?(:zones)