Skip to content

Commit

Permalink
feat: Automated regeneration of pubsub v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 6, 2020
1 parent dd12b7c commit 97c2afd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/pubsub_v1.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/pubsub/docs
module PubsubV1
VERSION = 'V1'
REVISION = '20201012'
REVISION = '20201101'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
3 changes: 1 addition & 2 deletions generated/google/apis/pubsub_v1/classes.rb
Expand Up @@ -46,8 +46,7 @@ def update!(**args)
class Binding
include Google::Apis::Core::Hashable

# A client-specified ID for this binding. Expected to be globally unique to
# support the internal bindings-by-ID API.
#
# Corresponds to the JSON property `bindingId`
# @return [String]
attr_accessor :binding_id
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/pubsub_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "d53bec90ed2ca3cdd76158f2fc018b05fe3d2027"
"sha": "dd12b7c75a966a897ba95072179ab675d065c366"
}
}
]
Expand Down

0 comments on commit 97c2afd

Please sign in to comment.