Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-healthcare/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-healthcare</artifactId>
<version>v1-rev20260512-2.0.0</version>
<version>v1-rev20260806-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-healthcare/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-healthcare</artifactId>
<version>v1-rev20260512-2.0.0</version>
<name>Cloud Healthcare API v1-rev20260512-2.0.0</name>
<version>v1-rev20260806-2.0.0</version>
<name>Cloud Healthcare API v1-rev20260806-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-healthcare/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-healthcare</artifactId>
<version>v1-rev20260512-2.0.0</version>
<version>v1-rev20260806-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-healthcare</artifactId>
<version>v1beta1-rev20260519-2.0.0</version>
<version>v1beta1-rev20260806-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-healthcare</artifactId>
<version>v1beta1-rev20260519-2.0.0</version>
<name>Cloud Healthcare API v1beta1-rev20260519-2.0.0</name>
<version>v1beta1-rev20260806-2.0.0</version>
<name>Cloud Healthcare API v1beta1-rev20260806-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-healthcare/v1beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-healthcare</artifactId>
<version>v1beta1-rev20260519-2.0.0</version>
<version>v1beta1-rev20260806-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Loading