google-apis-healthcare_v1 0.67.0 → 0.69.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 362e6c37c6f7dd8d57489e53e6fc59bcd37378147a0d6c1dfc5f50acc86f8815
|
4
|
+
data.tar.gz: 6669659f957569daea9efb495df8c897ac0a592b4aad0fe1833bb310d000a4d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3809fdd31b1b97bbdf9b578acc4dae120d07ea2a2a5539eccfc2bfe7a16e065928cbe10b8fc08a1636ebd8053edeb1dcf047ef6b61adc16a17c3a63994890b88
|
7
|
+
data.tar.gz: 9b478d76753e468cff93d8a0db58b3f0b32d1e35b706fce83d93b0f4755f9cb412909b2cc7a91277ead1a9caa31d9d742aaab9bf568ba0da9ca7e96ad615647e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-healthcare_v1
|
2
2
|
|
3
|
+
### v0.69.0 (2024-12-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241115
|
6
|
+
|
7
|
+
### v0.68.0 (2024-10-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241017
|
10
|
+
|
3
11
|
### v0.67.0 (2024-09-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240910
|
@@ -491,7 +491,8 @@ module Google
|
|
491
491
|
class CharacterMaskConfig
|
492
492
|
include Google::Apis::Core::Hashable
|
493
493
|
|
494
|
-
# Character to mask the sensitive values. If not supplied, defaults to
|
494
|
+
# Optional. Character to mask the sensitive values. If not supplied, defaults to
|
495
|
+
# "*".
|
495
496
|
# Corresponds to the JSON property `maskingCharacter`
|
496
497
|
# @return [String]
|
497
498
|
attr_accessor :masking_character
|
@@ -959,9 +960,9 @@ module Google
|
|
959
960
|
# @return [Google::Apis::HealthcareV1::DeidentifyConfig]
|
960
961
|
attr_accessor :config
|
961
962
|
|
962
|
-
# The full resource name of a Cloud Healthcare FHIR store, for example,
|
963
|
-
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
964
|
-
#
|
963
|
+
# Optional. The full resource name of a Cloud Healthcare FHIR store, for example,
|
964
|
+
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
965
|
+
# fhirStores/`fhir_store_id``.
|
965
966
|
# Corresponds to the JSON property `store`
|
966
967
|
# @return [String]
|
967
968
|
attr_accessor :store
|
@@ -998,13 +999,13 @@ module Google
|
|
998
999
|
# @return [Google::Apis::HealthcareV1::ImageConfig]
|
999
1000
|
attr_accessor :image
|
1000
1001
|
|
1001
|
-
# Configures de-identification of text wherever it is found in the
|
1002
|
+
# Optional. Configures de-identification of text wherever it is found in the
|
1002
1003
|
# source_dataset.
|
1003
1004
|
# Corresponds to the JSON property `text`
|
1004
1005
|
# @return [Google::Apis::HealthcareV1::TextConfig]
|
1005
1006
|
attr_accessor :text
|
1006
1007
|
|
1007
|
-
# Ensures in-flight data remains in the region of origin during de-
|
1008
|
+
# Optional. Ensures in-flight data remains in the region of origin during de-
|
1008
1009
|
# identification. The default value is false. Using this option results in a
|
1009
1010
|
# significant reduction of throughput, and is not compatible with `LOCATION` or `
|
1010
1011
|
# ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig,
|
@@ -1209,14 +1210,14 @@ module Google
|
|
1209
1210
|
# @return [Google::Apis::HealthcareV1::TagFilterList]
|
1210
1211
|
attr_accessor :remove_list
|
1211
1212
|
|
1212
|
-
# If true, skip replacing StudyInstanceUID, SeriesInstanceUID,
|
1213
|
-
# and MediaStorageSOPInstanceUID and leave them untouched. The
|
1214
|
-
# API regenerates these UIDs by default based on the DICOM
|
1215
|
-
# "Whilst these UIDs cannot be mapped directly to an
|
1216
|
-
# given access to the original images, or to a
|
1217
|
-
# containing the UIDs, it would be possible to
|
1218
|
-
# " http://dicom.nema.org/medical/dicom/
|
1219
|
-
# html
|
1213
|
+
# Optional. If true, skip replacing StudyInstanceUID, SeriesInstanceUID,
|
1214
|
+
# SOPInstanceUID, and MediaStorageSOPInstanceUID and leave them untouched. The
|
1215
|
+
# Cloud Healthcare API regenerates these UIDs by default based on the DICOM
|
1216
|
+
# Standard's reasoning: "Whilst these UIDs cannot be mapped directly to an
|
1217
|
+
# individual out of context, given access to the original images, or to a
|
1218
|
+
# database of the original images containing the UIDs, it would be possible to
|
1219
|
+
# recover the individual's identity." http://dicom.nema.org/medical/dicom/
|
1220
|
+
# current/output/chtml/part15/sect_E.3.9.html
|
1220
1221
|
# Corresponds to the JSON property `skipIdRedaction`
|
1221
1222
|
# @return [Boolean]
|
1222
1223
|
attr_accessor :skip_id_redaction
|
@@ -1914,18 +1915,19 @@ module Google
|
|
1914
1915
|
class FhirConfig
|
1915
1916
|
include Google::Apis::Core::Hashable
|
1916
1917
|
|
1917
|
-
# The behaviour for handling FHIR extensions that aren't otherwise
|
1918
|
-
# de-identification. If true, all extensions are preserved during
|
1919
|
-
# identification by default. If false or unspecified, all extensions are
|
1920
|
-
# during de-identification by default.
|
1918
|
+
# Optional. The behaviour for handling FHIR extensions that aren't otherwise
|
1919
|
+
# specified for de-identification. If true, all extensions are preserved during
|
1920
|
+
# de-identification by default. If false or unspecified, all extensions are
|
1921
|
+
# removed during de-identification by default.
|
1921
1922
|
# Corresponds to the JSON property `defaultKeepExtensions`
|
1922
1923
|
# @return [Boolean]
|
1923
1924
|
attr_accessor :default_keep_extensions
|
1924
1925
|
alias_method :default_keep_extensions?, :default_keep_extensions
|
1925
1926
|
|
1926
|
-
# Specifies FHIR paths to match and how to transform them. Any field
|
1927
|
-
# matched by a FieldMetadata is passed through to the output dataset
|
1928
|
-
# All extensions will be processed according to `
|
1927
|
+
# Optional. Specifies FHIR paths to match and how to transform them. Any field
|
1928
|
+
# that is not matched by a FieldMetadata is passed through to the output dataset
|
1929
|
+
# unmodified. All extensions will be processed according to `
|
1930
|
+
# default_keep_extensions`.
|
1929
1931
|
# Corresponds to the JSON property `fieldMetadataList`
|
1930
1932
|
# @return [Array<Google::Apis::HealthcareV1::FieldMetadata>]
|
1931
1933
|
attr_accessor :field_metadata_list
|
@@ -2020,14 +2022,14 @@ module Google
|
|
2020
2022
|
class FhirStore
|
2021
2023
|
include Google::Apis::Core::Hashable
|
2022
2024
|
|
2023
|
-
# Enable parsing of references within complex FHIR data types such as
|
2024
|
-
# If this value is set to ENABLED, then features like referential
|
2025
|
-
# Bundle reference rewriting apply to all references. If this flag
|
2026
|
-
# specified the behavior of the FHIR store will not change,
|
2027
|
-
# complex data types will not be parsed. New stores will have this
|
2028
|
-
# ENABLED after a notification period. Warning: turning on this
|
2029
|
-
# processing existing resources to fail if they contain references
|
2030
|
-
# existent resources.
|
2025
|
+
# Optional. Enable parsing of references within complex FHIR data types such as
|
2026
|
+
# Extensions. If this value is set to ENABLED, then features like referential
|
2027
|
+
# integrity and Bundle reference rewriting apply to all references. If this flag
|
2028
|
+
# has not been specified the behavior of the FHIR store will not change,
|
2029
|
+
# references in complex data types will not be parsed. New stores will have this
|
2030
|
+
# value set to ENABLED after a notification period. Warning: turning on this
|
2031
|
+
# flag causes processing existing resources to fail if they contain references
|
2032
|
+
# to non-existent resources.
|
2031
2033
|
# Corresponds to the JSON property `complexDataTypeReferenceParsing`
|
2032
2034
|
# @return [String]
|
2033
2035
|
attr_accessor :complex_data_type_reference_parsing
|
@@ -2268,14 +2270,14 @@ module Google
|
|
2268
2270
|
class FieldMetadata
|
2269
2271
|
include Google::Apis::Core::Hashable
|
2270
2272
|
|
2271
|
-
# Deidentify action for one field.
|
2273
|
+
# Optional. Deidentify action for one field.
|
2272
2274
|
# Corresponds to the JSON property `action`
|
2273
2275
|
# @return [String]
|
2274
2276
|
attr_accessor :action
|
2275
2277
|
|
2276
|
-
# List of paths to FHIR fields to be redacted. Each path is a period-
|
2277
|
-
# list where each component is either a field name or FHIR type name,
|
2278
|
-
# example: Patient, HumanName. For "choice" types (those defined in the FHIR
|
2278
|
+
# Optional. List of paths to FHIR fields to be redacted. Each path is a period-
|
2279
|
+
# separated list where each component is either a field name or FHIR type name,
|
2280
|
+
# for example: Patient, HumanName. For "choice" types (those defined in the FHIR
|
2279
2281
|
# spec with the form: field[x]) we use two separate components. For example, "
|
2280
2282
|
# deceasedAge.unit" is matched by "Deceased.Age.unit". Supported types are:
|
2281
2283
|
# AdministrativeGenderCode, Base64Binary, Boolean, Code, Date, DateTime, Decimal,
|
@@ -2456,23 +2458,23 @@ module Google
|
|
2456
2458
|
class GoogleCloudHealthcareV1DicomBigQueryDestination
|
2457
2459
|
include Google::Apis::Core::Hashable
|
2458
2460
|
|
2459
|
-
# Use `write_disposition` instead. If `write_disposition` is specified,
|
2460
|
-
# parameter is ignored. force=false is equivalent to write_disposition=
|
2461
|
+
# Optional. Use `write_disposition` instead. If `write_disposition` is specified,
|
2462
|
+
# this parameter is ignored. force=false is equivalent to write_disposition=
|
2461
2463
|
# WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
|
2462
2464
|
# Corresponds to the JSON property `force`
|
2463
2465
|
# @return [Boolean]
|
2464
2466
|
attr_accessor :force
|
2465
2467
|
alias_method :force?, :force
|
2466
2468
|
|
2467
|
-
# BigQuery URI to a table, up to 2000 characters long, in the format `
|
2468
|
-
# projectId.bqDatasetId.tableId`
|
2469
|
+
# Optional. BigQuery URI to a table, up to 2000 characters long, in the format `
|
2470
|
+
# bq://projectId.bqDatasetId.tableId`
|
2469
2471
|
# Corresponds to the JSON property `tableUri`
|
2470
2472
|
# @return [String]
|
2471
2473
|
attr_accessor :table_uri
|
2472
2474
|
|
2473
|
-
# Determines whether the existing table in the destination is to be
|
2474
|
-
# or appended to. If a write_disposition is specified, the `force`
|
2475
|
-
# ignored.
|
2475
|
+
# Optional. Determines whether the existing table in the destination is to be
|
2476
|
+
# overwritten or appended to. If a write_disposition is specified, the `force`
|
2477
|
+
# parameter is ignored.
|
2476
2478
|
# Corresponds to the JSON property `writeDisposition`
|
2477
2479
|
# @return [String]
|
2478
2480
|
attr_accessor :write_disposition
|
@@ -3047,7 +3049,7 @@ module Google
|
|
3047
3049
|
class ImageConfig
|
3048
3050
|
include Google::Apis::Core::Hashable
|
3049
3051
|
|
3050
|
-
# Determines how to redact text from image.
|
3052
|
+
# Optional. Determines how to redact text from image.
|
3051
3053
|
# Corresponds to the JSON property `textRedactionMode`
|
3052
3054
|
# @return [String]
|
3053
3055
|
attr_accessor :text_redaction_mode
|
@@ -3199,8 +3201,8 @@ module Google
|
|
3199
3201
|
# @return [Google::Apis::HealthcareV1::DateShiftConfig]
|
3200
3202
|
attr_accessor :date_shift_config
|
3201
3203
|
|
3202
|
-
# InfoTypes to apply this transformation to. If this is not specified,
|
3203
|
-
# transformation applies to any info_type.
|
3204
|
+
# Optional. InfoTypes to apply this transformation to. If this is not specified,
|
3205
|
+
# the transformation applies to any info_type.
|
3204
3206
|
# Corresponds to the JSON property `infoTypes`
|
3205
3207
|
# @return [Array<String>]
|
3206
3208
|
attr_accessor :info_types
|
@@ -4005,8 +4007,8 @@ module Google
|
|
4005
4007
|
# @return [Google::Apis::HealthcareV1::SchemaPackage]
|
4006
4008
|
attr_accessor :schema
|
4007
4009
|
|
4008
|
-
# Byte(s) to use as the segment terminator. If this is unset, '\r' is
|
4009
|
-
# segment terminator, matching the HL7 version 2 specification.
|
4010
|
+
# Optional. Byte(s) to use as the segment terminator. If this is unset, '\r' is
|
4011
|
+
# used as segment terminator, matching the HL7 version 2 specification.
|
4010
4012
|
# Corresponds to the JSON property `segmentTerminator`
|
4011
4013
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
4012
4014
|
# @return [String]
|
@@ -5218,10 +5220,10 @@ module Google
|
|
5218
5220
|
class TagFilterList
|
5219
5221
|
include Google::Apis::Core::Hashable
|
5220
5222
|
|
5221
|
-
# Tags to be filtered. Tags must be DICOM Data Elements, File Meta
|
5222
|
-
# Directory Structuring Elements, as defined at: http://dicom.nema.
|
5223
|
-
# dicom/current/output/html/part06.html#table_6-1,. They may be
|
5224
|
-
# Keyword" or "Tag". For example "PatientID", "00100010".
|
5223
|
+
# Optional. Tags to be filtered. Tags must be DICOM Data Elements, File Meta
|
5224
|
+
# Elements, or Directory Structuring Elements, as defined at: http://dicom.nema.
|
5225
|
+
# org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be
|
5226
|
+
# provided by "Keyword" or "Tag". For example "PatientID", "00100010".
|
5225
5227
|
# Corresponds to the JSON property `tags`
|
5226
5228
|
# @return [Array<String>]
|
5227
5229
|
attr_accessor :tags
|
@@ -5280,18 +5282,19 @@ module Google
|
|
5280
5282
|
class TextConfig
|
5281
5283
|
include Google::Apis::Core::Hashable
|
5282
5284
|
|
5283
|
-
# Transformations to apply to the detected data, overridden by `
|
5285
|
+
# Optional. Transformations to apply to the detected data, overridden by `
|
5284
5286
|
# exclude_info_types`.
|
5285
5287
|
# Corresponds to the JSON property `additionalTransformations`
|
5286
5288
|
# @return [Array<Google::Apis::HealthcareV1::InfoTypeTransformation>]
|
5287
5289
|
attr_accessor :additional_transformations
|
5288
5290
|
|
5289
|
-
# InfoTypes to skip transforming, overriding `
|
5291
|
+
# Optional. InfoTypes to skip transforming, overriding `
|
5292
|
+
# additional_transformations`.
|
5290
5293
|
# Corresponds to the JSON property `excludeInfoTypes`
|
5291
5294
|
# @return [Array<String>]
|
5292
5295
|
attr_accessor :exclude_info_types
|
5293
5296
|
|
5294
|
-
# The transformations to apply to the detected data. Deprecated. Use `
|
5297
|
+
# Optional. The transformations to apply to the detected data. Deprecated. Use `
|
5295
5298
|
# additional_transformations` instead.
|
5296
5299
|
# Corresponds to the JSON property `transformations`
|
5297
5300
|
# @return [Array<Google::Apis::HealthcareV1::InfoTypeTransformation>]
|
@@ -5451,26 +5454,27 @@ module Google
|
|
5451
5454
|
class ValidationConfig
|
5452
5455
|
include Google::Apis::Core::Hashable
|
5453
5456
|
|
5454
|
-
# Whether to disable FHIRPath validation for incoming resources. The
|
5455
|
-
# value is false. Set this to true to disable checking incoming
|
5456
|
-
# conformance against FHIRPath requirement defined in the FHIR
|
5457
|
-
# This property only affects resource types that do not have
|
5458
|
-
# for them, any rules in enabled implementation guides will
|
5457
|
+
# Optional. Whether to disable FHIRPath validation for incoming resources. The
|
5458
|
+
# default value is false. Set this to true to disable checking incoming
|
5459
|
+
# resources for conformance against FHIRPath requirement defined in the FHIR
|
5460
|
+
# specification. This property only affects resource types that do not have
|
5461
|
+
# profiles configured for them, any rules in enabled implementation guides will
|
5462
|
+
# still be enforced.
|
5459
5463
|
# Corresponds to the JSON property `disableFhirpathValidation`
|
5460
5464
|
# @return [Boolean]
|
5461
5465
|
attr_accessor :disable_fhirpath_validation
|
5462
5466
|
alias_method :disable_fhirpath_validation?, :disable_fhirpath_validation
|
5463
5467
|
|
5464
|
-
# Whether to disable profile validation for this FHIR store. The
|
5465
|
-
# is false. Set this to true to disable checking incoming
|
5466
|
-
# conformance against structure definitions in this FHIR store.
|
5468
|
+
# Optional. Whether to disable profile validation for this FHIR store. The
|
5469
|
+
# default value is false. Set this to true to disable checking incoming
|
5470
|
+
# resources for conformance against structure definitions in this FHIR store.
|
5467
5471
|
# Corresponds to the JSON property `disableProfileValidation`
|
5468
5472
|
# @return [Boolean]
|
5469
5473
|
attr_accessor :disable_profile_validation
|
5470
5474
|
alias_method :disable_profile_validation?, :disable_profile_validation
|
5471
5475
|
|
5472
|
-
# Whether to disable reference type validation for incoming resources.
|
5473
|
-
# default value is false. Set this to true to disable checking incoming
|
5476
|
+
# Optional. Whether to disable reference type validation for incoming resources.
|
5477
|
+
# The default value is false. Set this to true to disable checking incoming
|
5474
5478
|
# resources for conformance against reference type requirement defined in the
|
5475
5479
|
# FHIR specification. This property only affects resource types that do not have
|
5476
5480
|
# profiles configured for them, any rules in enabled implementation guides will
|
@@ -5480,8 +5484,8 @@ module Google
|
|
5480
5484
|
attr_accessor :disable_reference_type_validation
|
5481
5485
|
alias_method :disable_reference_type_validation?, :disable_reference_type_validation
|
5482
5486
|
|
5483
|
-
# Whether to disable required fields validation for incoming resources.
|
5484
|
-
# default value is false. Set this to true to disable checking incoming
|
5487
|
+
# Optional. Whether to disable required fields validation for incoming resources.
|
5488
|
+
# The default value is false. Set this to true to disable checking incoming
|
5485
5489
|
# resources for conformance against required fields requirement defined in the
|
5486
5490
|
# FHIR specification. This property only affects resource types that do not have
|
5487
5491
|
# profiles configured for them, any rules in enabled implementation guides will
|
@@ -5491,19 +5495,19 @@ module Google
|
|
5491
5495
|
attr_accessor :disable_required_field_validation
|
5492
5496
|
alias_method :disable_required_field_validation?, :disable_required_field_validation
|
5493
5497
|
|
5494
|
-
# A list of implementation guide URLs in this FHIR store that are used
|
5495
|
-
# configure the profiles to use for validation. For example, to use the US
|
5496
|
-
# profiles for validation, set `enabled_implementation_guides` to `["http://
|
5497
|
-
# org/fhir/us/core/ImplementationGuide/ig"]`. If `
|
5498
|
-
# is empty or omitted, then incoming resources
|
5499
|
-
# the base FHIR profiles. Otherwise, a resource
|
5500
|
-
# profile listed in the `global` property of one of
|
5501
|
-
# ImplementationGuides. The Cloud Healthcare API does not currently
|
5502
|
-
# of the rules in a StructureDefinition. The following rules are
|
5503
|
-
# min/max - minValue/maxValue - maxLength - type - fixed[x] -
|
5504
|
-
# simple types - slicing, when using "value" as the discriminator
|
5505
|
-
# URL cannot be resolved (for example, in a type assertion), the
|
5506
|
-
# return an error.
|
5498
|
+
# Optional. A list of implementation guide URLs in this FHIR store that are used
|
5499
|
+
# to configure the profiles to use for validation. For example, to use the US
|
5500
|
+
# Core profiles for validation, set `enabled_implementation_guides` to `["http://
|
5501
|
+
# hl7.org/fhir/us/core/ImplementationGuide/ig"]`. If `
|
5502
|
+
# enabled_implementation_guides` is empty or omitted, then incoming resources
|
5503
|
+
# are only required to conform to the base FHIR profiles. Otherwise, a resource
|
5504
|
+
# must conform to at least one profile listed in the `global` property of one of
|
5505
|
+
# the enabled ImplementationGuides. The Cloud Healthcare API does not currently
|
5506
|
+
# enforce all of the rules in a StructureDefinition. The following rules are
|
5507
|
+
# supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] -
|
5508
|
+
# pattern[x] on simple types - slicing, when using "value" as the discriminator
|
5509
|
+
# type When a URL cannot be resolved (for example, in a type assertion), the
|
5510
|
+
# server does not return an error.
|
5507
5511
|
# Corresponds to the JSON property `enabledImplementationGuides`
|
5508
5512
|
# @return [Array<String>]
|
5509
5513
|
attr_accessor :enabled_implementation_guides
|
@@ -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.69.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241115"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4121,7 +4121,7 @@ module Google
|
|
4121
4121
|
# the `Content-Type` header, and the `securityContext` field (not present in `
|
4122
4122
|
# DSTU2`) will be populated from the `X-Security-Context` header if it exists.
|
4123
4123
|
# At this time `securityContext` has no special behavior in the Cloud Healthcare
|
4124
|
-
# API. Note: the limit on data ingested through this method is
|
4124
|
+
# API. Note: the limit on data ingested through this method is 1 GB. For best
|
4125
4125
|
# performance, use a non-FHIR data type instead of wrapping the data in a Binary
|
4126
4126
|
# resource. Some of the Healthcare API features, such as [exporting to BigQuery](
|
4127
4127
|
# https://cloud.google.com/healthcare-api/docs/how-tos/fhir-export-bigquery) or [
|
@@ -6093,8 +6093,8 @@ module Google
|
|
6093
6093
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
6094
6094
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
6095
6095
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
6096
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
6097
|
-
# corresponding to `Code.CANCELLED`.
|
6096
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
6097
|
+
# , corresponding to `Code.CANCELLED`.
|
6098
6098
|
# @param [String] name
|
6099
6099
|
# The name of the operation resource to be cancelled.
|
6100
6100
|
# @param [Google::Apis::HealthcareV1::CancelOperationRequest] cancel_operation_request_object
|
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.69.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: 2024-
|
11
|
+
date: 2024-12-04 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.69.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Healthcare API V1
|