Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of healthcare v1 client #1713

Merged
merged 1 commit into from
Dec 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/healthcare_v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Apis
# @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'
Expand Down
6 changes: 0 additions & 6 deletions generated/google/apis/healthcare_v1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ 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 @@ -163,7 +158,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
1 change: 0 additions & 1 deletion generated/google/apis/healthcare_v1/representations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ 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
25 changes: 13 additions & 12 deletions generated/google/apis/healthcare_v1/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def get_project_location_dataset_iam_policy(resource, options_requested_policy_v
# 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.
Expand Down Expand Up @@ -716,8 +716,8 @@ def import_dicom_store_dicom_data(name, import_dicom_data_request_object = nil,
# 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
Expand Down Expand Up @@ -2042,8 +2042,8 @@ def import_fhir_store_resources(name, import_resources_request_object = nil, fie
# 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
Expand Down Expand Up @@ -2214,7 +2214,8 @@ def test_fhir_store_iam_permissions(resource, test_iam_permissions_request_objec
# @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
Expand Down Expand Up @@ -2515,8 +2516,8 @@ def execute_project_location_dataset_fhir_store_fhir_bundle(parent, http_body_ob
# 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
Expand Down Expand Up @@ -2956,8 +2957,8 @@ def get_project_location_dataset_hl7_v2_store_iam_policy(resource, options_reque
# 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
Expand Down Expand Up @@ -3273,8 +3274,8 @@ def ingest_message(parent, ingest_message_request_object = nil, fields: nil, quo
# 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
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/healthcare_v1/synth.metadata
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": "e348db9d64f0d2bd0beb87cdc99cc69e03b33b03"
"sha": "ba14d0ec60e6d407a96d52bb29b6b93fb65bfbc6"
}
}
]
Expand Down