feat: Automated regeneration of logging v2 client
This commit is contained in:
parent
f2d976cfdd
commit
a22618d2ab
|
@ -28,7 +28,7 @@ module Google
|
||||||
# @see https://cloud.google.com/logging/docs/
|
# @see https://cloud.google.com/logging/docs/
|
||||||
module LoggingV2
|
module LoggingV2
|
||||||
VERSION = 'V2'
|
VERSION = 'V2'
|
||||||
REVISION = '20201105'
|
REVISION = '20201114'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -832,10 +832,11 @@ module Google
|
||||||
attr_accessor :locked
|
attr_accessor :locked
|
||||||
alias_method :locked?, :locked
|
alias_method :locked?, :locked
|
||||||
|
|
||||||
# The resource name of the bucket. For example: "projects/my-project-id/
|
# Output only. The resource name of the bucket. For example: "projects/my-
|
||||||
# locations/my-location/buckets/my-bucket-id The supported locations are: "
|
# project-id/locations/my-location/buckets/my-bucket-id The supported locations
|
||||||
# global"For the location of global it is unspecified where logs are actually
|
# are: "global"For the location of global it is unspecified where logs are
|
||||||
# stored. Once a bucket has been created, the location can not be changed.
|
# actually stored. Once a bucket has been created, the location can not be
|
||||||
|
# changed.
|
||||||
# Corresponds to the JSON property `name`
|
# Corresponds to the JSON property `name`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"git": {
|
"git": {
|
||||||
"name": ".",
|
"name": ".",
|
||||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||||
"sha": "94b9cd6d15cbae1dbec16415a5988f71d5abc1be"
|
"sha": "5cf13c7513f641f61fc53c7b2adda475ab7ba41a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue