Skip to content

Commit

Permalink
feat: Automated regeneration of healthcare v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 10, 2020
1 parent 146e23d commit 239fc6c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions api_names_out.yaml
Expand Up @@ -108191,6 +108191,7 @@
"/healthcare:v1/AuditLogConfig/exemptedMembers/exempted_member": exempted_member
"/healthcare:v1/AuditLogConfig/logType": log_type
"/healthcare:v1/Binding": binding
"/healthcare:v1/Binding/bindingId": binding_id
"/healthcare:v1/Binding/condition": condition
"/healthcare:v1/Binding/members": members
"/healthcare:v1/Binding/members/member": member
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/healthcare_v1.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/healthcare
module HealthcareV1
VERSION = 'V1'
REVISION = '20201013'
REVISION = '20201104'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
6 changes: 6 additions & 0 deletions generated/google/apis/healthcare_v1/classes.rb
Expand Up @@ -97,6 +97,11 @@ def update!(**args)
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 @@ -158,6 +163,7 @@ 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
1 change: 1 addition & 0 deletions generated/google/apis/healthcare_v1/representations.rb
Expand Up @@ -498,6 +498,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
class Binding
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :binding_id, as: 'bindingId'
property :condition, as: 'condition', class: Google::Apis::HealthcareV1::Expr, decorator: Google::Apis::HealthcareV1::Expr::Representation

collection :members, as: 'members'
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/healthcare_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
"sha": "146e23ddff24116ddaec400b04873a1fb186f7b4"
}
}
]
Expand Down

0 comments on commit 239fc6c

Please sign in to comment.