diff --git a/clients/google-api-services-healthcare/v1/2.0.0/README.md b/clients/google-api-services-healthcare/v1/2.0.0/README.md
index 2042c8df5e2..e1774a28568 100644
--- a/clients/google-api-services-healthcare/v1/2.0.0/README.md
+++ b/clients/google-api-services-healthcare/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-healthcare
- v1-rev20260512-2.0.0
+ v1-rev20260806-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-healthcare:v1-rev20260512-2.0.0'
+ implementation 'com.google.apis:google-api-services-healthcare:v1-rev20260806-2.0.0'
}
```
diff --git a/clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/BulkDeleteResourcesRequest.java b/clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/BulkDeleteResourcesRequest.java
index 35c0867dbff..84147c1b14d 100644
--- a/clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/BulkDeleteResourcesRequest.java
+++ b/clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/BulkDeleteResourcesRequest.java
@@ -40,6 +40,16 @@ public final class BulkDeleteResourcesRequest extends com.google.api.client.json
@com.google.api.client.util.Key
private GoogleCloudHealthcareV1FhirGcsDestination gcsDestination;
+ /**
+ * Optional. Specifies the Cloud Storage source data location containing the list of resource IDs
+ * to delete. Each file inside `gcs_source` must contain newline-delimited strings in the format
+ * `{resourceType}/{resourceId}`. This field is mutually exclusive with filter parameters such as
+ * `type` and `until`.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private GoogleCloudHealthcareV1FhirGcsSource gcsSource;
+
/**
* Optional. String of comma-delimited FHIR resource types. If provided, only resources of the
* specified resource type(s) will be deleted.
@@ -98,6 +108,29 @@ public BulkDeleteResourcesRequest setGcsDestination(GoogleCloudHealthcareV1FhirG
return this;
}
+ /**
+ * Optional. Specifies the Cloud Storage source data location containing the list of resource IDs
+ * to delete. Each file inside `gcs_source` must contain newline-delimited strings in the format
+ * `{resourceType}/{resourceId}`. This field is mutually exclusive with filter parameters such as
+ * `type` and `until`.
+ * @return value or {@code null} for none
+ */
+ public GoogleCloudHealthcareV1FhirGcsSource getGcsSource() {
+ return gcsSource;
+ }
+
+ /**
+ * Optional. Specifies the Cloud Storage source data location containing the list of resource IDs
+ * to delete. Each file inside `gcs_source` must contain newline-delimited strings in the format
+ * `{resourceType}/{resourceId}`. This field is mutually exclusive with filter parameters such as
+ * `type` and `until`.
+ * @param gcsSource gcsSource or {@code null} for none
+ */
+ public BulkDeleteResourcesRequest setGcsSource(GoogleCloudHealthcareV1FhirGcsSource gcsSource) {
+ this.gcsSource = gcsSource;
+ return this;
+ }
+
/**
* Optional. String of comma-delimited FHIR resource types. If provided, only resources of the
* specified resource type(s) will be deleted.
diff --git a/clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/GoogleCloudHealthcareV1FhirGcsSource.java b/clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/GoogleCloudHealthcareV1FhirGcsSource.java
index cf56cf58a61..5d3020a1676 100644
--- a/clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/GoogleCloudHealthcareV1FhirGcsSource.java
+++ b/clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/GoogleCloudHealthcareV1FhirGcsSource.java
@@ -30,12 +30,12 @@
public final class GoogleCloudHealthcareV1FhirGcsSource extends com.google.api.client.json.GenericJson {
/**
- * Points to a Cloud Storage URI containing file(s) to import. The URI must be in the following
- * format: `gs://{bucket_id}/{object_id}`. The URI can include wildcards in `object_id` and thus
- * identify multiple files. Supported wildcards: * `*` to match 0 or more non-separator characters
- * * `**` to match 0 or more characters (including separators). Must be used at the end of a path
- * and with no other wildcards in the path. Can also be used with a file extension (such as
- * .ndjson), which imports all files with the extension in the specified directory and its sub-
+ * Required. Points to a Cloud Storage URI containing file(s) to import. The URI must be in the
+ * following format: `gs://{bucket_id}/{object_id}`. The URI can include wildcards in `object_id`
+ * and thus identify multiple files. Supported wildcards: * `*` to match 0 or more non-separator
+ * characters * `**` to match 0 or more characters (including separators). Must be used at the end
+ * of a path and with no other wildcards in the path. Can also be used with a file extension (such
+ * as .ndjson), which imports all files with the extension in the specified directory and its sub-
* directories. For example, `gs://my-bucket/my-directory*.ndjson` imports all files with
* `.ndjson` extensions in `my-directory/` and its sub-directories. * `?` to match 1 character
* Files matching the wildcard are expected to contain content only, no metadata.
@@ -45,12 +45,12 @@ public final class GoogleCloudHealthcareV1FhirGcsSource extends com.google.api.c
private java.lang.String uri;
/**
- * Points to a Cloud Storage URI containing file(s) to import. The URI must be in the following
- * format: `gs://{bucket_id}/{object_id}`. The URI can include wildcards in `object_id` and thus
- * identify multiple files. Supported wildcards: * `*` to match 0 or more non-separator characters
- * * `**` to match 0 or more characters (including separators). Must be used at the end of a path
- * and with no other wildcards in the path. Can also be used with a file extension (such as
- * .ndjson), which imports all files with the extension in the specified directory and its sub-
+ * Required. Points to a Cloud Storage URI containing file(s) to import. The URI must be in the
+ * following format: `gs://{bucket_id}/{object_id}`. The URI can include wildcards in `object_id`
+ * and thus identify multiple files. Supported wildcards: * `*` to match 0 or more non-separator
+ * characters * `**` to match 0 or more characters (including separators). Must be used at the end
+ * of a path and with no other wildcards in the path. Can also be used with a file extension (such
+ * as .ndjson), which imports all files with the extension in the specified directory and its sub-
* directories. For example, `gs://my-bucket/my-directory*.ndjson` imports all files with
* `.ndjson` extensions in `my-directory/` and its sub-directories. * `?` to match 1 character
* Files matching the wildcard are expected to contain content only, no metadata.
@@ -61,12 +61,12 @@ public java.lang.String getUri() {
}
/**
- * Points to a Cloud Storage URI containing file(s) to import. The URI must be in the following
- * format: `gs://{bucket_id}/{object_id}`. The URI can include wildcards in `object_id` and thus
- * identify multiple files. Supported wildcards: * `*` to match 0 or more non-separator characters
- * * `**` to match 0 or more characters (including separators). Must be used at the end of a path
- * and with no other wildcards in the path. Can also be used with a file extension (such as
- * .ndjson), which imports all files with the extension in the specified directory and its sub-
+ * Required. Points to a Cloud Storage URI containing file(s) to import. The URI must be in the
+ * following format: `gs://{bucket_id}/{object_id}`. The URI can include wildcards in `object_id`
+ * and thus identify multiple files. Supported wildcards: * `*` to match 0 or more non-separator
+ * characters * `**` to match 0 or more characters (including separators). Must be used at the end
+ * of a path and with no other wildcards in the path. Can also be used with a file extension (such
+ * as .ndjson), which imports all files with the extension in the specified directory and its sub-
* directories. For example, `gs://my-bucket/my-directory*.ndjson` imports all files with
* `.ndjson` extensions in `my-directory/` and its sub-directories. * `?` to match 1 character
* Files matching the wildcard are expected to contain content only, no metadata.
diff --git a/clients/google-api-services-healthcare/v1/2.0.0/pom.xml b/clients/google-api-services-healthcare/v1/2.0.0/pom.xml
index f15f7654bf6..182f1a1839a 100644
--- a/clients/google-api-services-healthcare/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-healthcare/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-healthcare
- v1-rev20260512-2.0.0
- Cloud Healthcare API v1-rev20260512-2.0.0
+ v1-rev20260806-2.0.0
+ Cloud Healthcare API v1-rev20260806-2.0.0
jar
2011
diff --git a/clients/google-api-services-healthcare/v1/README.md b/clients/google-api-services-healthcare/v1/README.md
index 2042c8df5e2..e1774a28568 100644
--- a/clients/google-api-services-healthcare/v1/README.md
+++ b/clients/google-api-services-healthcare/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-healthcare
- v1-rev20260512-2.0.0
+ v1-rev20260806-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-healthcare:v1-rev20260512-2.0.0'
+ implementation 'com.google.apis:google-api-services-healthcare:v1-rev20260806-2.0.0'
}
```
diff --git a/clients/google-api-services-healthcare/v1beta1/2.0.0/README.md b/clients/google-api-services-healthcare/v1beta1/2.0.0/README.md
index 62fd605d29d..7aa5acd141c 100644
--- a/clients/google-api-services-healthcare/v1beta1/2.0.0/README.md
+++ b/clients/google-api-services-healthcare/v1beta1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-healthcare
- v1beta1-rev20260519-2.0.0
+ v1beta1-rev20260806-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20260519-2.0.0'
+ implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20260806-2.0.0'
}
```
diff --git a/clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/model/BulkDeleteResourcesRequest.java b/clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/model/BulkDeleteResourcesRequest.java
index c266edc2ea6..20b470ae65c 100644
--- a/clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/model/BulkDeleteResourcesRequest.java
+++ b/clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/model/BulkDeleteResourcesRequest.java
@@ -40,6 +40,16 @@ public final class BulkDeleteResourcesRequest extends com.google.api.client.json
@com.google.api.client.util.Key
private GoogleCloudHealthcareV1beta1FhirGcsDestination gcsDestination;
+ /**
+ * Optional. Specifies the Cloud Storage source data location containing the list of resource IDs
+ * to delete. Each file inside `gcs_source` must contain newline-delimited strings in the format
+ * `{resourceType}/{resourceId}`. This field is mutually exclusive with filter parameters such as
+ * `type` and `until`.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private GoogleCloudHealthcareV1beta1FhirGcsSource gcsSource;
+
/**
* Optional. String of comma-delimited FHIR resource types. If provided, only resources of the
* specified resource type(s) will be deleted.
@@ -98,6 +108,29 @@ public BulkDeleteResourcesRequest setGcsDestination(GoogleCloudHealthcareV1beta1
return this;
}
+ /**
+ * Optional. Specifies the Cloud Storage source data location containing the list of resource IDs
+ * to delete. Each file inside `gcs_source` must contain newline-delimited strings in the format
+ * `{resourceType}/{resourceId}`. This field is mutually exclusive with filter parameters such as
+ * `type` and `until`.
+ * @return value or {@code null} for none
+ */
+ public GoogleCloudHealthcareV1beta1FhirGcsSource getGcsSource() {
+ return gcsSource;
+ }
+
+ /**
+ * Optional. Specifies the Cloud Storage source data location containing the list of resource IDs
+ * to delete. Each file inside `gcs_source` must contain newline-delimited strings in the format
+ * `{resourceType}/{resourceId}`. This field is mutually exclusive with filter parameters such as
+ * `type` and `until`.
+ * @param gcsSource gcsSource or {@code null} for none
+ */
+ public BulkDeleteResourcesRequest setGcsSource(GoogleCloudHealthcareV1beta1FhirGcsSource gcsSource) {
+ this.gcsSource = gcsSource;
+ return this;
+ }
+
/**
* Optional. String of comma-delimited FHIR resource types. If provided, only resources of the
* specified resource type(s) will be deleted.
diff --git a/clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/model/GoogleCloudHealthcareV1beta1FhirGcsSource.java b/clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/model/GoogleCloudHealthcareV1beta1FhirGcsSource.java
index 730f96d0e2e..db86eb72aa2 100644
--- a/clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/model/GoogleCloudHealthcareV1beta1FhirGcsSource.java
+++ b/clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/model/GoogleCloudHealthcareV1beta1FhirGcsSource.java
@@ -30,12 +30,12 @@
public final class GoogleCloudHealthcareV1beta1FhirGcsSource extends com.google.api.client.json.GenericJson {
/**
- * Points to a Cloud Storage URI containing file(s) to import. The URI must be in the following
- * format: `gs://{bucket_id}/{object_id}`. The URI can include wildcards in `object_id` and thus
- * identify multiple files. Supported wildcards: * `*` to match 0 or more non-separator characters
- * * `**` to match 0 or more characters (including separators). Must be used at the end of a path
- * and with no other wildcards in the path. Can also be used with a file extension (such as
- * .ndjson), which imports all files with the extension in the specified directory and its sub-
+ * Required. Points to a Cloud Storage URI containing file(s) to import. The URI must be in the
+ * following format: `gs://{bucket_id}/{object_id}`. The URI can include wildcards in `object_id`
+ * and thus identify multiple files. Supported wildcards: * `*` to match 0 or more non-separator
+ * characters * `**` to match 0 or more characters (including separators). Must be used at the end
+ * of a path and with no other wildcards in the path. Can also be used with a file extension (such
+ * as .ndjson), which imports all files with the extension in the specified directory and its sub-
* directories. For example, `gs://my-bucket/my-directory*.ndjson` imports all files with
* `.ndjson` extensions in `my-directory/` and its sub-directories. * `?` to match 1 character
* Files matching the wildcard are expected to contain content only, no metadata.
@@ -45,12 +45,12 @@ public final class GoogleCloudHealthcareV1beta1FhirGcsSource extends com.google.
private java.lang.String uri;
/**
- * Points to a Cloud Storage URI containing file(s) to import. The URI must be in the following
- * format: `gs://{bucket_id}/{object_id}`. The URI can include wildcards in `object_id` and thus
- * identify multiple files. Supported wildcards: * `*` to match 0 or more non-separator characters
- * * `**` to match 0 or more characters (including separators). Must be used at the end of a path
- * and with no other wildcards in the path. Can also be used with a file extension (such as
- * .ndjson), which imports all files with the extension in the specified directory and its sub-
+ * Required. Points to a Cloud Storage URI containing file(s) to import. The URI must be in the
+ * following format: `gs://{bucket_id}/{object_id}`. The URI can include wildcards in `object_id`
+ * and thus identify multiple files. Supported wildcards: * `*` to match 0 or more non-separator
+ * characters * `**` to match 0 or more characters (including separators). Must be used at the end
+ * of a path and with no other wildcards in the path. Can also be used with a file extension (such
+ * as .ndjson), which imports all files with the extension in the specified directory and its sub-
* directories. For example, `gs://my-bucket/my-directory*.ndjson` imports all files with
* `.ndjson` extensions in `my-directory/` and its sub-directories. * `?` to match 1 character
* Files matching the wildcard are expected to contain content only, no metadata.
@@ -61,12 +61,12 @@ public java.lang.String getUri() {
}
/**
- * Points to a Cloud Storage URI containing file(s) to import. The URI must be in the following
- * format: `gs://{bucket_id}/{object_id}`. The URI can include wildcards in `object_id` and thus
- * identify multiple files. Supported wildcards: * `*` to match 0 or more non-separator characters
- * * `**` to match 0 or more characters (including separators). Must be used at the end of a path
- * and with no other wildcards in the path. Can also be used with a file extension (such as
- * .ndjson), which imports all files with the extension in the specified directory and its sub-
+ * Required. Points to a Cloud Storage URI containing file(s) to import. The URI must be in the
+ * following format: `gs://{bucket_id}/{object_id}`. The URI can include wildcards in `object_id`
+ * and thus identify multiple files. Supported wildcards: * `*` to match 0 or more non-separator
+ * characters * `**` to match 0 or more characters (including separators). Must be used at the end
+ * of a path and with no other wildcards in the path. Can also be used with a file extension (such
+ * as .ndjson), which imports all files with the extension in the specified directory and its sub-
* directories. For example, `gs://my-bucket/my-directory*.ndjson` imports all files with
* `.ndjson` extensions in `my-directory/` and its sub-directories. * `?` to match 1 character
* Files matching the wildcard are expected to contain content only, no metadata.
diff --git a/clients/google-api-services-healthcare/v1beta1/2.0.0/pom.xml b/clients/google-api-services-healthcare/v1beta1/2.0.0/pom.xml
index 31a7e3ed003..e45230ce2d5 100644
--- a/clients/google-api-services-healthcare/v1beta1/2.0.0/pom.xml
+++ b/clients/google-api-services-healthcare/v1beta1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-healthcare
- v1beta1-rev20260519-2.0.0
- Cloud Healthcare API v1beta1-rev20260519-2.0.0
+ v1beta1-rev20260806-2.0.0
+ Cloud Healthcare API v1beta1-rev20260806-2.0.0
jar
2011
diff --git a/clients/google-api-services-healthcare/v1beta1/README.md b/clients/google-api-services-healthcare/v1beta1/README.md
index 62fd605d29d..7aa5acd141c 100644
--- a/clients/google-api-services-healthcare/v1beta1/README.md
+++ b/clients/google-api-services-healthcare/v1beta1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-healthcare
- v1beta1-rev20260519-2.0.0
+ v1beta1-rev20260806-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20260519-2.0.0'
+ implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20260806-2.0.0'
}
```