diff --git a/generated/google/apis/healthcare_v1.rb b/generated/google/apis/healthcare_v1.rb index 8e1049cc0..3af2f8081 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 = '20201110' + REVISION = '20201202' # 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 8b69f0822..eeaa2f068 100644 --- a/generated/google/apis/healthcare_v1/classes.rb +++ b/generated/google/apis/healthcare_v1/classes.rb @@ -97,11 +97,6 @@ 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: @@ -163,7 +158,6 @@ 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 3e794f8f9..04433df43 100644 --- a/generated/google/apis/healthcare_v1/representations.rb +++ b/generated/google/apis/healthcare_v1/representations.rb @@ -498,7 +498,6 @@ 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/service.rb b/generated/google/apis/healthcare_v1/service.rb index 36d3a0cc4..c060b32d2 100644 --- a/generated/google/apis/healthcare_v1/service.rb +++ b/generated/google/apis/healthcare_v1/service.rb @@ -307,7 +307,7 @@ module Google # The name of the project whose datasets should be listed. For example, ` # projects/`project_id`/locations/`location_id``. # @param [Fixnum] page_size - # The maximum number of items to return. Capped to 100 if not specified. May not + # The maximum number of items to return. If not specified, 100 is used. May not # be larger than 1000. # @param [String] page_token # The next_page_token value returned from a previous List request, if any. @@ -716,8 +716,8 @@ module Google # google.com/appengine/docs/standard/python/search/query_strings Only filtering # on labels is supported. For example, `labels.key=value`. # @param [Fixnum] page_size - # Limit on the number of DICOM stores to return in a single response. If zero - # the default page size of 100 is used. + # Limit on the number of DICOM stores to return in a single response. If not + # specified, 100 is used. May not be larger than 1000. # @param [String] page_token # The next_page_token value returned from the previous List request, if any. # @param [String] fields @@ -2042,8 +2042,8 @@ module Google # google.com/appengine/docs/standard/python/search/query_strings Only filtering # on labels is supported, for example `labels.key=value`. # @param [Fixnum] page_size - # Limit on the number of FHIR stores to return in a single response. If zero the - # default page size of 100 is used. + # Limit on the number of FHIR stores to return in a single response. If not + # specified, 100 is used. May not be larger than 1000. # @param [String] page_token # The next_page_token value returned from the previous List request, if any. # @param [String] fields @@ -2214,7 +2214,8 @@ module Google # @param [String] name # Name of the `Patient` resource for which the information is required. # @param [Fixnum] _count - # Maximum number of resources in a page. Defaults to 100. + # Maximum number of resources in a page. If not specified, 100 is used. May not + # be larger than 1000. # @param [String] _page_token # Used to retrieve the next or previous page of results when using pagination. # Set `_page_token` to the value of _page_token set in next or previous page @@ -2515,8 +2516,8 @@ module Google # entire year: `_at=2019` * An entire month: `_at=2019-01` * A specific day: ` # _at=2019-01-20` * A specific second: `_at=2018-12-31T23:59:58Z` # @param [Fixnum] _count - # The maximum number of search results on a page. Default value is 100. Maximum - # value is 1,000. + # The maximum number of search results on a page. If not specified, 100 is used. + # May not be larger than 1000. # @param [String] _page_token # Used to retrieve the first, previous, next, or last page of resource versions # when using pagination. Value should be set to the value of `_page_token` set @@ -2956,8 +2957,8 @@ module Google # google.com/appengine/docs/standard/python/search/query_strings Only filtering # on labels is supported. For example, `labels.key=value`. # @param [Fixnum] page_size - # Limit on the number of HL7v2 stores to return in a single response. If zero - # the default page size of 100 is used. + # Limit on the number of HL7v2 stores to return in a single response. If not + # specified, 100 is used. May not be larger than 1000. # @param [String] page_token # The next_page_token value returned from the previous List request, if any. # @param [String] fields @@ -3273,8 +3274,8 @@ module Google # cloud.google.com/apis/design/design_patterns#sorting_order Fields available # for ordering are: * `send_time` # @param [Fixnum] page_size - # Limit on the number of messages to return in a single response. If zero the - # default page size of 100 is used. + # Limit on the number of messages to return in a single response. If not + # specified, 100 is used. May not be larger than 1000. # @param [String] page_token # The next_page_token value returned from the previous List request, if any. # @param [String] view diff --git a/generated/google/apis/healthcare_v1/synth.metadata b/generated/google/apis/healthcare_v1/synth.metadata index 0d43e841e..58cddde25 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": "e348db9d64f0d2bd0beb87cdc99cc69e03b33b03" + "sha": "ba14d0ec60e6d407a96d52bb29b6b93fb65bfbc6" } } ]