feat: Automated regeneration of logging v2 client

This commit is contained in:
Yoshi Automation Bot 2020-11-23 13:18:05 -08:00 committed by GitHub
parent f2d976cfdd
commit a22618d2ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -28,7 +28,7 @@ module Google
# @see https://cloud.google.com/logging/docs/
module LoggingV2
VERSION = 'V2'
REVISION = '20201105'
REVISION = '20201114'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -832,10 +832,11 @@ module Google
attr_accessor :locked
alias_method :locked?, :locked
# The resource name of the bucket. For example: "projects/my-project-id/
# locations/my-location/buckets/my-bucket-id The supported locations are: "
# global"For the location of global it is unspecified where logs are actually
# stored. Once a bucket has been created, the location can not be changed.
# Output only. The resource name of the bucket. For example: "projects/my-
# project-id/locations/my-location/buckets/my-bucket-id The supported locations
# are: "global"For the location of global it is unspecified where logs are
# actually stored. Once a bucket has been created, the location can not be
# changed.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name

View File

@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "94b9cd6d15cbae1dbec16415a5988f71d5abc1be"
"sha": "5cf13c7513f641f61fc53c7b2adda475ab7ba41a"
}
}
]