Skip to content

Commit

Permalink
Autogenerated update (2018-02-21)
Browse files Browse the repository at this point in the history
Update:
- androidmanagement_v1
- cloudbuild_v1
- genomics_v1
- genomics_v1alpha2
- people_v1
- slides_v1
  • Loading branch information
googleapis-publisher committed Feb 21, 2018
1 parent 7302a0d commit 26f035d
Show file tree
Hide file tree
Showing 21 changed files with 3,316 additions and 10 deletions.
255 changes: 255 additions & 0 deletions api_names_out.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generated/google/apis/androidmanagement_v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://developers.google.com/android/management
module AndroidmanagementV1
VERSION = 'V1'
REVISION = '20180207'
REVISION = '20180212'

# Manage Android devices and apps for your customers
AUTH_ANDROIDMANAGEMENT = 'https://www.googleapis.com/auth/androidmanagement'
Expand Down
4 changes: 2 additions & 2 deletions generated/google/apis/cloudbuild_v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

module Google
module Apis
# Google Cloud Container Builder API
# Cloud Container Builder API
#
# Builds container images in the cloud.
#
# @see https://cloud.google.com/container-builder/docs/
module CloudbuildV1
VERSION = 'V1'
REVISION = '20180205'
REVISION = '20180220'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
17 changes: 17 additions & 0 deletions generated/google/apis/cloudbuild_v1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,21 @@ class BuildStep
# @return [Array<String>]
attr_accessor :secret_env

# Status of the build step. At this time, build step status is only updated
# on build completion; step status is not updated in real-time as the build
# progresses.
# @OutputOnly
# Corresponds to the JSON property `status`
# @return [String]
attr_accessor :status

# Time limit for executing this build step. If not defined, the step has no
# time limit and will be allowed to continue to run until either it completes
# or the build itself times out.
# Corresponds to the JSON property `timeout`
# @return [String]
attr_accessor :timeout

# Stores start and end times for a build execution phase.
# Corresponds to the JSON property `timing`
# @return [Google::Apis::CloudbuildV1::TimeSpan]
Expand Down Expand Up @@ -398,6 +413,8 @@ def update!(**args)
@id = args[:id] if args.key?(:id)
@name = args[:name] if args.key?(:name)
@secret_env = args[:secret_env] if args.key?(:secret_env)
@status = args[:status] if args.key?(:status)
@timeout = args[:timeout] if args.key?(:timeout)
@timing = args[:timing] if args.key?(:timing)
@volumes = args[:volumes] if args.key?(:volumes)
@wait_for = args[:wait_for] if args.key?(:wait_for)
Expand Down
2 changes: 2 additions & 0 deletions generated/google/apis/cloudbuild_v1/representations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :id, as: 'id'
property :name, as: 'name'
collection :secret_env, as: 'secretEnv'
property :status, as: 'status'
property :timeout, as: 'timeout'
property :timing, as: 'timing', class: Google::Apis::CloudbuildV1::TimeSpan, decorator: Google::Apis::CloudbuildV1::TimeSpan::Representation

collection :volumes, as: 'volumes', class: Google::Apis::CloudbuildV1::Volume, decorator: Google::Apis::CloudbuildV1::Volume::Representation
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/cloudbuild_v1/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Apis
module CloudbuildV1
# Google Cloud Container Builder API
# Cloud Container Builder API
#
# Builds container images in the cloud.
#
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/genomics_v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/genomics
module GenomicsV1
VERSION = 'V1'
REVISION = '20180208'
REVISION = '20180220'

# View and manage your data in Google BigQuery
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
Expand Down
Loading

0 comments on commit 26f035d

Please sign in to comment.