Skip to content

Commit

Permalink
Autogenerated update (2019-11-22)
Browse files Browse the repository at this point in the history
Delete:
- storage_v1beta1

Update:
- appengine_v1
- appengine_v1beta
- bigqueryconnection_v1beta1
- bigtableadmin_v2
- cloudbuild_v1alpha1
- cloudfunctions_v1
- containeranalysis_v1alpha1
- containeranalysis_v1beta1
- datacatalog_v1beta1
- pubsub_v1
- pubsub_v1beta2
- remotebuildexecution_v1
- remotebuildexecution_v1alpha
- run_v1alpha1
- servicecontrol_v1
  • Loading branch information
googleapis-publisher committed Nov 22, 2019
1 parent 67c6afc commit ad7caec
Show file tree
Hide file tree
Showing 42 changed files with 1,028 additions and 2,045 deletions.
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 = '20191106'
REVISION = '20191114'

# 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. Next tag: 6
# used to implement the functionality of that service.
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 = '20191106'
REVISION = '20191114'

# 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. Next tag: 6
# used to implement the functionality of that service.
class Service
include Google::Apis::Core::Hashable

Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/bigqueryconnection_v1beta1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/bigquery/
module BigqueryconnectionV1beta1
VERSION = 'V1beta1'
REVISION = '20191105'
REVISION = '20191113'

# View and manage your data in Google BigQuery
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
Expand Down
28 changes: 6 additions & 22 deletions generated/google/apis/bigqueryconnection_v1beta1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,23 +162,6 @@ class Binding
# account. For example, `my-other-app@appspot.gserviceaccount.com`.
# * `group:`emailid``: An email address that represents a Google group.
# For example, `admins@example.com`.
# * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
# identifier) representing a user that has been recently deleted. For
# example,`alice@example.com?uid=123456789012345678901`. If the user is
# recovered, this value reverts to `user:`emailid`` and the recovered user
# retains the role in the binding.
# * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus
# unique identifier) representing a service account that has been recently
# deleted. For example,
# `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
# If the service account is undeleted, this value reverts to
# `serviceAccount:`emailid`` and the undeleted service account retains the
# role in the binding.
# * `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
# identifier) representing a Google group that has been recently
# deleted. For example, `admins@example.com?uid=123456789012345678901`. If
# the group is recovered, this value reverts to `group:`emailid`` and the
# recovered group retains the role in the binding.
# * `domain:`domain``: The G Suite domain (primary) that represents all the
# users of that domain. For example, `google.com` or `example.com`.
# Corresponds to the JSON property `members`
Expand Down Expand Up @@ -544,8 +527,8 @@ class Policy
# ensure that their change will be applied to the same version of the policy.
# If no `etag` is provided in the call to `setIamPolicy`, then the existing
# policy is overwritten. Due to blind-set semantics of an etag-less policy,
# 'setIamPolicy' will not fail even if either of incoming or stored policy
# does not meet the version requirements.
# 'setIamPolicy' will not fail even if the incoming policy version does not
# meet the requirements for modifying the stored policy.
# Corresponds to the JSON property `etag`
# NOTE: Values are automatically base64 encoded/decoded in the client library.
# @return [String]
Expand All @@ -556,11 +539,12 @@ class Policy
# rejected.
# Operations affecting conditional bindings must specify version 3. This can
# be either setting a conditional policy, modifying a conditional binding,
# or removing a conditional binding from the stored conditional policy.
# or removing a binding (conditional or unconditional) from the stored
# conditional policy.
# Operations on non-conditional policies may specify any valid value or
# leave the field unset.
# If no etag is provided in the call to `setIamPolicy`, any version
# compliance checks on the incoming and/or stored policy is skipped.
# If no etag is provided in the call to `setIamPolicy`, version compliance
# checks against the stored policy is skipped.
# Corresponds to the JSON property `version`
# @return [Fixnum]
attr_accessor :version
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/bigtableadmin_v2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/bigtable/
module BigtableadminV2
VERSION = 'V2'
REVISION = '20191022'
REVISION = '20191102'

# Administer your Cloud Bigtable tables and clusters
AUTH_BIGTABLE_ADMIN = 'https://www.googleapis.com/auth/bigtable.admin'
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/bigtableadmin_v2/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ def get_table_iam_policy(resource, get_iam_policy_request_object = nil, fields:
# The value of `next_page_token` returned by a previous call.
# @param [String] view
# The view to be applied to the returned tables' fields.
# Defaults to `NAME_ONLY` if unspecified; no others are currently supported.
# Only NAME_ONLY view (default) and REPLICATION_VIEW are supported.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down
35 changes: 35 additions & 0 deletions generated/google/apis/billingbudgets_v1beta1.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 2015 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

require 'google/apis/billingbudgets_v1beta1/service.rb'
require 'google/apis/billingbudgets_v1beta1/classes.rb'
require 'google/apis/billingbudgets_v1beta1/representations.rb'

module Google
module Apis
# Cloud Billing Budget API
#
# The Cloud Billing Budget API stores Cloud Billing budgets, which define a
# budget plan and the rules to execute as spend is tracked against that plan.
#
# @see https://cloud.google.com/billing/docs/how-to/budget-api-overview
module BillingbudgetsV1beta1
VERSION = 'V1beta1'
REVISION = '20191118'

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

0 comments on commit ad7caec

Please sign in to comment.