Skip to content

Commit

Permalink
feat: Automated regeneration of artifactregistry v1beta1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 14, 2020
1 parent c26d2f1 commit 4f0589f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/artifactregistry_v1beta1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://cloud.google.com/artifacts/docs/
module ArtifactregistryV1beta1
VERSION = 'V1beta1'
REVISION = '20201030'
REVISION = '20201107'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
6 changes: 0 additions & 6 deletions generated/google/apis/artifactregistry_v1beta1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ module ArtifactregistryV1beta1
class Binding
include Google::Apis::Core::Hashable

#
# Corresponds to the JSON property `bindingId`
# @return [String]
attr_accessor :binding_id

# Represents a textual expression in the Common Expression Language (CEL) syntax.
# CEL is a C-like expression language. The syntax and semantics of CEL are
# documented at https://github.com/google/cel-spec. Example (Comparison): title:
Expand Down Expand Up @@ -92,7 +87,6 @@ def initialize(**args)

# Update properties of this object
def update!(**args)
@binding_id = args[:binding_id] if args.key?(:binding_id)
@condition = args[:condition] if args.key?(:condition)
@members = args[:members] if args.key?(:members)
@role = args[:role] if args.key?(:role)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
class Binding
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :binding_id, as: 'bindingId'
property :condition, as: 'condition', class: Google::Apis::ArtifactregistryV1beta1::Expr, decorator: Google::Apis::ArtifactregistryV1beta1::Expr::Representation

collection :members, as: 'members'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "d9e47ad6a23130f0e74622c751efff989de594d5"
"sha": "c26d2f16205383db9917e8164e4a1a9b46d36692"
}
}
]
Expand Down

0 comments on commit 4f0589f

Please sign in to comment.