Skip to content

Commit

Permalink
Autogenerated update (2019-11-13)
Browse files Browse the repository at this point in the history
Update:
- androidmanagement_v1
- appengine_v1
- appengine_v1beta
- cloudbuild_v1
- cloudbuild_v1alpha1
- dlp_v2
- fcm_v1
- genomics_v2alpha1
  • Loading branch information
googleapis-publisher committed Nov 13, 2019
1 parent acf3b2c commit bf6333e
Show file tree
Hide file tree
Showing 22 changed files with 2,084 additions and 243 deletions.
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 = '20191001'
REVISION = '20191107'

# Manage Android devices and apps for your customers
AUTH_ANDROIDMANAGEMENT = 'https://www.googleapis.com/auth/androidmanagement'
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 @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/appengine/docs/admin-api/
module AppengineV1
VERSION = 'V1'
REVISION = '20191016'
REVISION = '20191106'

# View and manage your applications deployed on Google App Engine
AUTH_APPENGINE_ADMIN = 'https://www.googleapis.com/auth/appengine.admin'
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/appengine_v1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2231,7 +2231,7 @@ def update!(**args)
# application that handles customer requests might include separate services to
# handle tasks such as backend data analysis or API requests from mobile devices.
# Each service has a collection of versions that define a specific set of code
# used to implement the functionality of that service.
# used to implement the functionality of that service. Next tag: 6
class Service
include Google::Apis::Core::Hashable

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 @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/appengine/docs/admin-api/
module AppengineV1beta
VERSION = 'V1beta'
REVISION = '20191016'
REVISION = '20191106'

# View and manage your applications deployed on Google App Engine
AUTH_APPENGINE_ADMIN = 'https://www.googleapis.com/auth/appengine.admin'
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/appengine_v1beta/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,7 @@ def update!(**args)
# application that handles customer requests might include separate services to
# handle tasks such as backend data analysis or API requests from mobile devices.
# Each service has a collection of versions that define a specific set of code
# used to implement the functionality of that service.
# used to implement the functionality of that service. Next tag: 6
class Service
include Google::Apis::Core::Hashable

Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/cloudbuild_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/cloud-build/docs/
module CloudbuildV1
VERSION = 'V1'
REVISION = '20190824'
REVISION = '20191109'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
10 changes: 8 additions & 2 deletions generated/google/apis/cloudbuild_v1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1089,12 +1089,17 @@ class RepoSource
# @return [String]
attr_accessor :project_id

# Name of the Cloud Source Repository. If omitted, the name "default" is
# assumed.
# Required. Name of the Cloud Source Repository.
# Corresponds to the JSON property `repoName`
# @return [String]
attr_accessor :repo_name

# Substitutions to use in a triggered build.
# Should only be used with RunBuildTrigger
# Corresponds to the JSON property `substitutions`
# @return [Hash<String,String>]
attr_accessor :substitutions

# Regex matching tags to build.
# The syntax of the regular expressions accepted is the syntax accepted by
# RE2 and described at https://github.com/google/re2/wiki/Syntax
Expand All @@ -1113,6 +1118,7 @@ def update!(**args)
@dir = args[:dir] if args.key?(:dir)
@project_id = args[:project_id] if args.key?(:project_id)
@repo_name = args[:repo_name] if args.key?(:repo_name)
@substitutions = args[:substitutions] if args.key?(:substitutions)
@tag_name = args[:tag_name] if args.key?(:tag_name)
end
end
Expand Down
1 change: 1 addition & 0 deletions generated/google/apis/cloudbuild_v1/representations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :dir, as: 'dir'
property :project_id, as: 'projectId'
property :repo_name, as: 'repoName'
hash :substitutions, as: 'substitutions'
property :tag_name, as: 'tagName'
end
end
Expand Down
36 changes: 18 additions & 18 deletions generated/google/apis/cloudbuild_v1/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ def list_operations(name, filter: nil, page_size: nil, page_token: nil, fields:

# Cancels a build in progress.
# @param [String] project_id
# ID of the project.
# Required. ID of the project.
# @param [String] id
# ID of the build.
# Required. ID of the build.
# @param [Google::Apis::CloudbuildV1::CancelBuildRequest] cancel_build_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -209,7 +209,7 @@ def cancel_build(project_id, id, cancel_build_request_object = nil, fields: nil,
# ID. Pass the build ID to `GetBuild` to determine the build status (such as
# `SUCCESS` or `FAILURE`).
# @param [String] project_id
# ID of the project.
# Required. ID of the project.
# @param [Google::Apis::CloudbuildV1::Build] build_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -244,9 +244,9 @@ def create_project_build(project_id, build_object = nil, fields: nil, quota_user
# The `Build` that is returned includes its status (such as `SUCCESS`,
# `FAILURE`, or `WORKING`), and timing information.
# @param [String] project_id
# ID of the project.
# Required. ID of the project.
# @param [String] id
# ID of the build.
# Required. ID of the build.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -279,7 +279,7 @@ def get_project_build(project_id, id, fields: nil, quota_user: nil, options: nil
# Previously requested builds may still be in-progress, or may have finished
# successfully or unsuccessfully.
# @param [String] project_id
# ID of the project.
# Required. ID of the project.
# @param [String] filter
# The raw filter text to constrain the results.
# @param [Fixnum] page_size
Expand Down Expand Up @@ -337,9 +337,9 @@ def list_project_builds(project_id, filter: nil, page_size: nil, page_token: nil
# object, which may or may not be available depending on the bucket's
# lifecycle management settings.
# @param [String] project_id
# ID of the project.
# Required. ID of the project.
# @param [String] id
# Build ID of the original build.
# Required. Build ID of the original build.
# @param [Google::Apis::CloudbuildV1::RetryBuildRequest] retry_build_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -374,7 +374,7 @@ def retry_build(project_id, id, retry_build_request_object = nil, fields: nil, q
# Creates a new `BuildTrigger`.
# This API is experimental.
# @param [String] project_id
# ID of the project for which to configure automatic builds.
# Required. ID of the project for which to configure automatic builds.
# @param [Google::Apis::CloudbuildV1::BuildTrigger] build_trigger_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -408,9 +408,9 @@ def create_project_trigger(project_id, build_trigger_object = nil, fields: nil,
# Deletes a `BuildTrigger` by its project ID and trigger ID.
# This API is experimental.
# @param [String] project_id
# ID of the project that owns the trigger.
# Required. ID of the project that owns the trigger.
# @param [String] trigger_id
# ID of the `BuildTrigger` to delete.
# Required. ID of the `BuildTrigger` to delete.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -442,9 +442,9 @@ def delete_project_trigger(project_id, trigger_id, fields: nil, quota_user: nil,
# Returns information about a `BuildTrigger`.
# This API is experimental.
# @param [String] project_id
# ID of the project that owns the trigger.
# Required. ID of the project that owns the trigger.
# @param [String] trigger_id
# ID of the `BuildTrigger` to get.
# Required. Identifier (`id` or `name`) of the `BuildTrigger` to get.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -476,7 +476,7 @@ def get_project_trigger(project_id, trigger_id, fields: nil, quota_user: nil, op
# Lists existing `BuildTrigger`s.
# This API is experimental.
# @param [String] project_id
# ID of the project for which to list BuildTriggers.
# Required. ID of the project for which to list BuildTriggers.
# @param [Fixnum] page_size
# Number of results to return in the list.
# @param [String] page_token
Expand Down Expand Up @@ -513,9 +513,9 @@ def list_project_triggers(project_id, page_size: nil, page_token: nil, fields: n
# Updates a `BuildTrigger` by its project ID and trigger ID.
# This API is experimental.
# @param [String] project_id
# ID of the project that owns the trigger.
# Required. ID of the project that owns the trigger.
# @param [String] trigger_id
# ID of the `BuildTrigger` to update.
# Required. ID of the `BuildTrigger` to update.
# @param [Google::Apis::CloudbuildV1::BuildTrigger] build_trigger_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -549,9 +549,9 @@ def patch_project_trigger(project_id, trigger_id, build_trigger_object = nil, fi

# Runs a `BuildTrigger` at a particular source revision.
# @param [String] project_id
# ID of the project.
# Required. ID of the project.
# @param [String] trigger_id
# ID of the trigger.
# Required. ID of the trigger.
# @param [Google::Apis::CloudbuildV1::RepoSource] repo_source_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/cloudbuild_v1alpha1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/cloud-build/docs/
module CloudbuildV1alpha1
VERSION = 'V1alpha1'
REVISION = '20190824'
REVISION = '20191109'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
10 changes: 8 additions & 2 deletions generated/google/apis/cloudbuild_v1alpha1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -752,12 +752,17 @@ class RepoSource
# @return [String]
attr_accessor :project_id

# Name of the Cloud Source Repository. If omitted, the name "default" is
# assumed.
# Required. Name of the Cloud Source Repository.
# Corresponds to the JSON property `repoName`
# @return [String]
attr_accessor :repo_name

# Substitutions to use in a triggered build.
# Should only be used with RunBuildTrigger
# Corresponds to the JSON property `substitutions`
# @return [Hash<String,String>]
attr_accessor :substitutions

# Regex matching tags to build.
# The syntax of the regular expressions accepted is the syntax accepted by
# RE2 and described at https://github.com/google/re2/wiki/Syntax
Expand All @@ -776,6 +781,7 @@ def update!(**args)
@dir = args[:dir] if args.key?(:dir)
@project_id = args[:project_id] if args.key?(:project_id)
@repo_name = args[:repo_name] if args.key?(:repo_name)
@substitutions = args[:substitutions] if args.key?(:substitutions)
@tag_name = args[:tag_name] if args.key?(:tag_name)
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :dir, as: 'dir'
property :project_id, as: 'projectId'
property :repo_name, as: 'repoName'
hash :substitutions, as: 'substitutions'
property :tag_name, as: 'tagName'
end
end
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/dlp_v2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module Apis
# @see https://cloud.google.com/dlp/docs/
module DlpV2
VERSION = 'V2'
REVISION = '20191102'
REVISION = '20191111'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
Loading

0 comments on commit bf6333e

Please sign in to comment.