diff --git a/api_names_out.yaml b/api_names_out.yaml index 0f0bd0c847c..e8287732798 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -293722,6 +293722,7 @@ "/healthcare:v1beta1/BulkDeleteResourcesRequest/gcsDestination": gcs_destination "/healthcare:v1beta1/BulkDeleteResourcesRequest/type": type "/healthcare:v1beta1/BulkDeleteResourcesRequest/until": until +"/healthcare:v1beta1/BulkDeleteResourcesRequest/validateOnly": validate_only "/healthcare:v1beta1/BulkDeleteResourcesRequest/versionConfig": version_config "/healthcare:v1beta1/BulkExportGcsDestination": bulk_export_gcs_destination "/healthcare:v1beta1/BulkExportGcsDestination/uriPrefix": uri_prefix diff --git a/generated/google-apis-healthcare_v1beta1/CHANGELOG.md b/generated/google-apis-healthcare_v1beta1/CHANGELOG.md index 21e31a52b26..4cbd11c56f3 100644 --- a/generated/google-apis-healthcare_v1beta1/CHANGELOG.md +++ b/generated/google-apis-healthcare_v1beta1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-healthcare_v1beta1 +### v0.98.0 (2026-05-17) + +* Regenerated from discovery document revision 20260512 + ### v0.97.0 (2026-04-19) * Regenerated from discovery document revision 20260331 diff --git a/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/classes.rb b/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/classes.rb index 08d072654ac..8fd33a1620d 100644 --- a/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/classes.rb +++ b/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/classes.rb @@ -825,6 +825,15 @@ class BulkDeleteResourcesRequest # @return [String] attr_accessor :until + # Optional. If set to true, the request will only perform a dry run. By default ( + # once the behavior change is fully rolled out), this will default to true. + # During the transition period, the default depends on the Mendel flag status + # for the project. + # Corresponds to the JSON property `validateOnly` + # @return [Boolean] + attr_accessor :validate_only + alias_method :validate_only?, :validate_only + # Optional. Specifies which version of the resources to delete. # Corresponds to the JSON property `versionConfig` # @return [String] @@ -839,6 +848,7 @@ def update!(**args) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) @type = args[:type] if args.key?(:type) @until = args[:until] if args.key?(:until) + @validate_only = args[:validate_only] if args.key?(:validate_only) @version_config = args[:version_config] if args.key?(:version_config) end end diff --git a/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/gem_version.rb b/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/gem_version.rb index aaead47395b..f912996b9ce 100644 --- a/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/gem_version.rb +++ b/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module HealthcareV1beta1 # Version of the google-apis-healthcare_v1beta1 gem - GEM_VERSION = "0.97.0" + GEM_VERSION = "0.98.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20260331" + REVISION = "20260512" end end end diff --git a/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/representations.rb b/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/representations.rb index ce7642293b7..ff5f6f81917 100644 --- a/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/representations.rb +++ b/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/representations.rb @@ -1494,6 +1494,7 @@ class Representation < Google::Apis::Core::JsonRepresentation property :type, as: 'type' property :until, as: 'until' + property :validate_only, as: 'validateOnly' property :version_config, as: 'versionConfig' end end diff --git a/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/service.rb b/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/service.rb index ab8e8e768ed..2551acd8500 100644 --- a/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/service.rb +++ b/generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/service.rb @@ -82,8 +82,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc end # Lists information about the supported locations for this service. This method - # lists locations based on the resource scope provided in the [ - # ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, + # lists locations based on the resource scope provided in the + # ListLocationsRequest.name field: * **Global locations**: If `name` is empty, # the method lists the public locations available to all projects. * **Project- # specific locations**: If `name` follows the format `projects/`project``, the # method lists locations visible to that specific project. This includes public, @@ -94,8 +94,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc # @param [String] name # The resource that owns the locations collection, if applicable. # @param [Array, String] extra_location_types - # Optional. Do not use this field. It is unsupported and is ignored unless - # explicitly documented otherwise. This is primarily for internal usage. + # Optional. Do not use this field unless explicitly documented otherwise. This + # is primarily for internal usage. # @param [String] filter # A filter to narrow down results to a preferred subset. The filtering language # accepts strings like `"displayName=tokyo"`, and is documented in more detail