Skip to content

Commit

Permalink
feat: Automated regeneration of logging v2 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 23, 2020
1 parent f2d976c commit a22618d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/logging_v2.rb
Expand Up @@ -28,7 +28,7 @@ module Apis
# @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'
Expand Down
9 changes: 5 additions & 4 deletions generated/google/apis/logging_v2/classes.rb
Expand Up @@ -832,10 +832,11 @@ class LogBucket
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
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/logging_v2/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "94b9cd6d15cbae1dbec16415a5988f71d5abc1be"
"sha": "5cf13c7513f641f61fc53c7b2adda475ab7ba41a"
}
}
]
Expand Down

0 comments on commit a22618d

Please sign in to comment.