google-apis-healthcare_v1 0.22.0 → 0.25.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9acae20f09ecc24cd212ae0d75c5822d428a0e342c3a76d44dbf9ce2c7f63075
|
4
|
+
data.tar.gz: c17f495c326394bd5cf53c3fc736802325eb2b49159f17d4036244ca2424ba87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f47bf6e0faa91749c126d64ad9b4da74bb5d4ad3aaae4bc4e4e9ec3ed05e71c808ac4eb3b35e59bd4334c94b6edb375c98565c862021355fb59832112348c190
|
7
|
+
data.tar.gz: b47f36c34e28ba481482314c32b727812bde6308e98743c3534999e2954913ea9caa2e2c46412a0b6f941aab0778310eaf6c178f7d62bc00faf40fcbd17c843b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-healthcare_v1
|
2
2
|
|
3
|
+
### v0.25.0 (2022-04-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220413
|
6
|
+
|
7
|
+
### v0.24.0 (2022-04-14)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220404
|
10
|
+
|
11
|
+
### v0.23.0 (2022-03-10)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220224
|
14
|
+
|
3
15
|
### v0.22.0 (2022-03-03)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220223
|
@@ -329,7 +329,7 @@ module Google
|
|
329
329
|
# @return [Google::Apis::HealthcareV1::Expr]
|
330
330
|
attr_accessor :condition
|
331
331
|
|
332
|
-
# Specifies the principals requesting access for a Cloud
|
332
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
333
333
|
# members` can have the following values: * `allUsers`: A special identifier
|
334
334
|
# that represents anyone who is on the internet; with or without a Google
|
335
335
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -878,6 +878,16 @@ module Google
|
|
878
878
|
# @return [String]
|
879
879
|
attr_accessor :destination_dataset
|
880
880
|
|
881
|
+
# Cloud Storage location to read the JSON cloud.healthcare.deidentify.
|
882
|
+
# DeidentifyConfig from, overriding the default config. Must be of the form `gs:/
|
883
|
+
# /`bucket_id`/path/to/object`. The Cloud Storage location must grant the Cloud
|
884
|
+
# IAM role `roles/storage.objectViewer` to the project's Cloud Healthcare
|
885
|
+
# Service Agent service account. Only one of `config` and `gcs_config_uri` can
|
886
|
+
# be specified.
|
887
|
+
# Corresponds to the JSON property `gcsConfigUri`
|
888
|
+
# @return [String]
|
889
|
+
attr_accessor :gcs_config_uri
|
890
|
+
|
881
891
|
def initialize(**args)
|
882
892
|
update!(**args)
|
883
893
|
end
|
@@ -886,6 +896,7 @@ module Google
|
|
886
896
|
def update!(**args)
|
887
897
|
@config = args[:config] if args.key?(:config)
|
888
898
|
@destination_dataset = args[:destination_dataset] if args.key?(:destination_dataset)
|
899
|
+
@gcs_config_uri = args[:gcs_config_uri] if args.key?(:gcs_config_uri)
|
889
900
|
end
|
890
901
|
end
|
891
902
|
|
@@ -916,6 +927,16 @@ module Google
|
|
916
927
|
# @return [Google::Apis::HealthcareV1::DicomFilterConfig]
|
917
928
|
attr_accessor :filter_config
|
918
929
|
|
930
|
+
# Cloud Storage location to read the JSON cloud.healthcare.deidentify.
|
931
|
+
# DeidentifyConfig from, overriding the default config. Must be of the form `gs:/
|
932
|
+
# /`bucket_id`/path/to/object`. The Cloud Storage location must grant the Cloud
|
933
|
+
# IAM role `roles/storage.objectViewer` to the project's Cloud Healthcare
|
934
|
+
# Service Agent service account. Only one of `config` and `gcs_config_uri` can
|
935
|
+
# be specified.
|
936
|
+
# Corresponds to the JSON property `gcsConfigUri`
|
937
|
+
# @return [String]
|
938
|
+
attr_accessor :gcs_config_uri
|
939
|
+
|
919
940
|
def initialize(**args)
|
920
941
|
update!(**args)
|
921
942
|
end
|
@@ -925,6 +946,7 @@ module Google
|
|
925
946
|
@config = args[:config] if args.key?(:config)
|
926
947
|
@destination_store = args[:destination_store] if args.key?(:destination_store)
|
927
948
|
@filter_config = args[:filter_config] if args.key?(:filter_config)
|
949
|
+
@gcs_config_uri = args[:gcs_config_uri] if args.key?(:gcs_config_uri)
|
928
950
|
end
|
929
951
|
end
|
930
952
|
|
@@ -950,6 +972,16 @@ module Google
|
|
950
972
|
# @return [String]
|
951
973
|
attr_accessor :destination_store
|
952
974
|
|
975
|
+
# Cloud Storage location to read the JSON cloud.healthcare.deidentify.
|
976
|
+
# DeidentifyConfig from, overriding the default config. Must be of the form `gs:/
|
977
|
+
# /`bucket_id`/path/to/object`. The Cloud Storage location must grant the Cloud
|
978
|
+
# IAM role `roles/storage.objectViewer` to the project's Cloud Healthcare
|
979
|
+
# Service Agent service account. Only one of `config` and `gcs_config_uri` can
|
980
|
+
# be specified.
|
981
|
+
# Corresponds to the JSON property `gcsConfigUri`
|
982
|
+
# @return [String]
|
983
|
+
attr_accessor :gcs_config_uri
|
984
|
+
|
953
985
|
# Filter configuration.
|
954
986
|
# Corresponds to the JSON property `resourceFilter`
|
955
987
|
# @return [Google::Apis::HealthcareV1::FhirFilter]
|
@@ -963,6 +995,7 @@ module Google
|
|
963
995
|
def update!(**args)
|
964
996
|
@config = args[:config] if args.key?(:config)
|
965
997
|
@destination_store = args[:destination_store] if args.key?(:destination_store)
|
998
|
+
@gcs_config_uri = args[:gcs_config_uri] if args.key?(:gcs_config_uri)
|
966
999
|
@resource_filter = args[:resource_filter] if args.key?(:resource_filter)
|
967
1000
|
end
|
968
1001
|
end
|
@@ -1091,8 +1124,7 @@ module Google
|
|
1091
1124
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
1092
1125
|
# messages in your APIs. A typical example is to use it as the request or the
|
1093
1126
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
1094
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
1095
|
-
# `Empty` is empty JSON object ````.
|
1127
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
1096
1128
|
class Empty
|
1097
1129
|
include Google::Apis::Core::Hashable
|
1098
1130
|
|
@@ -1435,6 +1467,20 @@ module Google
|
|
1435
1467
|
class ExportResourcesRequest
|
1436
1468
|
include Google::Apis::Core::Hashable
|
1437
1469
|
|
1470
|
+
# If provided, only resources updated after this time are exported. The time
|
1471
|
+
# uses the format YYYY-MM-DDThh:mm:ss.sss+zz:zz. For example, `2015-02-07T13:28:
|
1472
|
+
# 17.239+02:00` or `2017-01-01T00:00:00Z`. The time must be specified to the
|
1473
|
+
# second and include a time zone.
|
1474
|
+
# Corresponds to the JSON property `_since`
|
1475
|
+
# @return [String]
|
1476
|
+
attr_accessor :_since
|
1477
|
+
|
1478
|
+
# String of comma-delimited FHIR resource types. If provided, only resources of
|
1479
|
+
# the specified resource type(s) are exported.
|
1480
|
+
# Corresponds to the JSON property `_type`
|
1481
|
+
# @return [String]
|
1482
|
+
attr_accessor :_type
|
1483
|
+
|
1438
1484
|
# The configuration for exporting to BigQuery.
|
1439
1485
|
# Corresponds to the JSON property `bigqueryDestination`
|
1440
1486
|
# @return [Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination]
|
@@ -1451,6 +1497,8 @@ module Google
|
|
1451
1497
|
|
1452
1498
|
# Update properties of this object
|
1453
1499
|
def update!(**args)
|
1500
|
+
@_since = args[:_since] if args.key?(:_since)
|
1501
|
+
@_type = args[:_type] if args.key?(:_type)
|
1454
1502
|
@bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
|
1455
1503
|
@gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
|
1456
1504
|
end
|
@@ -4188,7 +4236,7 @@ module Google
|
|
4188
4236
|
include Google::Apis::Core::Hashable
|
4189
4237
|
|
4190
4238
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
4191
|
-
# (such as
|
4239
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
4192
4240
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
4193
4241
|
# Corresponds to the JSON property `permissions`
|
4194
4242
|
# @return [Array<String>]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module HealthcareV1
|
18
18
|
# Version of the google-apis-healthcare_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220413"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1038,6 +1038,7 @@ module Google
|
|
1038
1038
|
property :config, as: 'config', class: Google::Apis::HealthcareV1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1::DeidentifyConfig::Representation
|
1039
1039
|
|
1040
1040
|
property :destination_dataset, as: 'destinationDataset'
|
1041
|
+
property :gcs_config_uri, as: 'gcsConfigUri'
|
1041
1042
|
end
|
1042
1043
|
end
|
1043
1044
|
|
@@ -1049,6 +1050,7 @@ module Google
|
|
1049
1050
|
property :destination_store, as: 'destinationStore'
|
1050
1051
|
property :filter_config, as: 'filterConfig', class: Google::Apis::HealthcareV1::DicomFilterConfig, decorator: Google::Apis::HealthcareV1::DicomFilterConfig::Representation
|
1051
1052
|
|
1053
|
+
property :gcs_config_uri, as: 'gcsConfigUri'
|
1052
1054
|
end
|
1053
1055
|
end
|
1054
1056
|
|
@@ -1058,6 +1060,7 @@ module Google
|
|
1058
1060
|
property :config, as: 'config', class: Google::Apis::HealthcareV1::DeidentifyConfig, decorator: Google::Apis::HealthcareV1::DeidentifyConfig::Representation
|
1059
1061
|
|
1060
1062
|
property :destination_store, as: 'destinationStore'
|
1063
|
+
property :gcs_config_uri, as: 'gcsConfigUri'
|
1061
1064
|
property :resource_filter, as: 'resourceFilter', class: Google::Apis::HealthcareV1::FhirFilter, decorator: Google::Apis::HealthcareV1::FhirFilter::Representation
|
1062
1065
|
|
1063
1066
|
end
|
@@ -1199,6 +1202,8 @@ module Google
|
|
1199
1202
|
class ExportResourcesRequest
|
1200
1203
|
# @private
|
1201
1204
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1205
|
+
property :_since, as: '_since'
|
1206
|
+
property :_type, as: '_type'
|
1202
1207
|
property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirBigQueryDestination::Representation
|
1203
1208
|
|
1204
1209
|
property :gcs_destination, as: 'gcsDestination', class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirGcsDestination, decorator: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirGcsDestination::Representation
|
@@ -84,8 +84,8 @@ module Google
|
|
84
84
|
# The resource that owns the locations collection, if applicable.
|
85
85
|
# @param [String] filter
|
86
86
|
# A filter to narrow down results to a preferred subset. The filtering language
|
87
|
-
# accepts strings like "displayName=tokyo"
|
88
|
-
# AIP-160](https://google.aip.dev/160).
|
87
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
88
|
+
# in [AIP-160](https://google.aip.dev/160).
|
89
89
|
# @param [Fixnum] page_size
|
90
90
|
# The maximum number of results to return. If not set, the service selects a
|
91
91
|
# default.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-healthcare_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-05-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.25.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|