diff --git a/api_names_out.yaml b/api_names_out.yaml index 9ace21553..195255ad7 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -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 diff --git a/generated/google/apis/healthcare_v1.rb b/generated/google/apis/healthcare_v1.rb index 6bbd5d2c4..9063af44a 100644 --- a/generated/google/apis/healthcare_v1.rb +++ b/generated/google/apis/healthcare_v1.rb @@ -25,7 +25,7 @@ module Google # @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' diff --git a/generated/google/apis/healthcare_v1/classes.rb b/generated/google/apis/healthcare_v1/classes.rb index 713c6bc24..e2c5ce6f3 100644 --- a/generated/google/apis/healthcare_v1/classes.rb +++ b/generated/google/apis/healthcare_v1/classes.rb @@ -97,6 +97,11 @@ module Google 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: @@ -158,6 +163,7 @@ module Google # 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) diff --git a/generated/google/apis/healthcare_v1/representations.rb b/generated/google/apis/healthcare_v1/representations.rb index 04433df43..3e794f8f9 100644 --- a/generated/google/apis/healthcare_v1/representations.rb +++ b/generated/google/apis/healthcare_v1/representations.rb @@ -498,6 +498,7 @@ module Google 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' diff --git a/generated/google/apis/healthcare_v1/synth.metadata b/generated/google/apis/healthcare_v1/synth.metadata index 8ba18e27d..ad3ec1e88 100644 --- a/generated/google/apis/healthcare_v1/synth.metadata +++ b/generated/google/apis/healthcare_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "cb0c5bf94e2b1c915107eec83041d4409c900155" + "sha": "146e23ddff24116ddaec400b04873a1fb186f7b4" } } ]