google-apis-healthcare_v1beta1 0.77.0 → 0.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/healthcare_v1beta1/classes.rb +19 -0
- data/lib/google/apis/healthcare_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/healthcare_v1beta1/representations.rb +14 -0
- data/lib/google/apis/healthcare_v1beta1/service.rb +5 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1298fc099a71ce1312de6185c47f780b61390c4b2953232af9b0465e4e77ea7
|
4
|
+
data.tar.gz: dedd4adc4bac74c42bc911d85e251bda6b2924620a3d8077f5b08daf441d402b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 304e73e2d42353ab6e873e15d07c0192635ff9759b69da1de05dc16b15c6cdb053d3c00b440beb9c56c4298c2508fd72571f789325fcd6f32a19e2eb5bb72384
|
7
|
+
data.tar.gz: a7298ceb93f64ff64e1d08f3418c4293c17ca397a15407fa034753d465f2253e911bfcb3b33c9eed9e89b59bee8168278de85dbb1ba8f7e2a63aaa16ed3c072d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-healthcare_v1beta1
|
2
2
|
|
3
|
+
### v0.79.0 (2025-04-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250327
|
6
|
+
|
7
|
+
### v0.78.0 (2025-03-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250306
|
10
|
+
|
3
11
|
### v0.77.0 (2025-03-09)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250219
|
@@ -4083,6 +4083,11 @@ module Google
|
|
4083
4083
|
class GoogleCloudHealthcareV1beta1DicomBigQueryDestination
|
4084
4084
|
include Google::Apis::Core::Hashable
|
4085
4085
|
|
4086
|
+
# BigQuery Change Data Capture configuration.
|
4087
|
+
# Corresponds to the JSON property `changeDataCaptureConfig`
|
4088
|
+
# @return [Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig]
|
4089
|
+
attr_accessor :change_data_capture_config
|
4090
|
+
|
4086
4091
|
# Use `write_disposition` instead. If `write_disposition` is specified, this
|
4087
4092
|
# parameter is ignored. force=false is equivalent to write_disposition=
|
4088
4093
|
# WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
|
@@ -4110,12 +4115,26 @@ module Google
|
|
4110
4115
|
|
4111
4116
|
# Update properties of this object
|
4112
4117
|
def update!(**args)
|
4118
|
+
@change_data_capture_config = args[:change_data_capture_config] if args.key?(:change_data_capture_config)
|
4113
4119
|
@force = args[:force] if args.key?(:force)
|
4114
4120
|
@table_uri = args[:table_uri] if args.key?(:table_uri)
|
4115
4121
|
@write_disposition = args[:write_disposition] if args.key?(:write_disposition)
|
4116
4122
|
end
|
4117
4123
|
end
|
4118
4124
|
|
4125
|
+
# BigQuery Change Data Capture configuration.
|
4126
|
+
class GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig
|
4127
|
+
include Google::Apis::Core::Hashable
|
4128
|
+
|
4129
|
+
def initialize(**args)
|
4130
|
+
update!(**args)
|
4131
|
+
end
|
4132
|
+
|
4133
|
+
# Update properties of this object
|
4134
|
+
def update!(**args)
|
4135
|
+
end
|
4136
|
+
end
|
4137
|
+
|
4119
4138
|
# The Cloud Storage location where the server writes the output and the export
|
4120
4139
|
# configuration.
|
4121
4140
|
class GoogleCloudHealthcareV1beta1DicomGcsDestination
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module HealthcareV1beta1
|
18
18
|
# Version of the google-apis-healthcare_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.79.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250327"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -700,6 +700,12 @@ module Google
|
|
700
700
|
include Google::Apis::Core::JsonObjectSupport
|
701
701
|
end
|
702
702
|
|
703
|
+
class GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
703
709
|
class GoogleCloudHealthcareV1beta1DicomGcsDestination
|
704
710
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
711
|
|
@@ -2489,12 +2495,20 @@ module Google
|
|
2489
2495
|
class GoogleCloudHealthcareV1beta1DicomBigQueryDestination
|
2490
2496
|
# @private
|
2491
2497
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2498
|
+
property :change_data_capture_config, as: 'changeDataCaptureConfig', class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig, decorator: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig::Representation
|
2499
|
+
|
2492
2500
|
property :force, as: 'force'
|
2493
2501
|
property :table_uri, as: 'tableUri'
|
2494
2502
|
property :write_disposition, as: 'writeDisposition'
|
2495
2503
|
end
|
2496
2504
|
end
|
2497
2505
|
|
2506
|
+
class GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig
|
2507
|
+
# @private
|
2508
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2509
|
+
end
|
2510
|
+
end
|
2511
|
+
|
2498
2512
|
class GoogleCloudHealthcareV1beta1DicomGcsDestination
|
2499
2513
|
# @private
|
2500
2514
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -84,6 +84,9 @@ module Google
|
|
84
84
|
# Lists information about the supported locations for this service.
|
85
85
|
# @param [String] name
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
87
|
+
# @param [Array<String>, String] extra_location_types
|
88
|
+
# Optional. A list of extra location types that should be used as conditions for
|
89
|
+
# controlling the visibility of the locations.
|
87
90
|
# @param [String] filter
|
88
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
89
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -111,11 +114,12 @@ module Google
|
|
111
114
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
112
115
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
113
116
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
114
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
117
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
115
118
|
command = make_simple_command(:get, 'v1beta1/{+name}/locations', options)
|
116
119
|
command.response_representation = Google::Apis::HealthcareV1beta1::ListLocationsResponse::Representation
|
117
120
|
command.response_class = Google::Apis::HealthcareV1beta1::ListLocationsResponse
|
118
121
|
command.params['name'] = name unless name.nil?
|
122
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
119
123
|
command.query['filter'] = filter unless filter.nil?
|
120
124
|
command.query['pageSize'] = page_size unless page_size.nil?
|
121
125
|
command.query['pageToken'] = page_token unless page_token.nil?
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-healthcare_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.79.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.79.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|