Skip to content

Commit 2e953b2

Browse files
1 parent 35ae49d commit 2e953b2

File tree

5 files changed

+32
-32
lines changed

5 files changed

+32
-32
lines changed

clients/google-api-services-healthcare/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-healthcare</artifactId>
25-
<version>v1beta1-rev20240605-2.0.0</version>
25+
<version>v1beta1-rev20240619-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20240605-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20240619-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/CloudHealthcare.java

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14847,9 +14847,9 @@ public class Instances {
1484714847
* This request holds the parameters needed by the healthcare server. After setting any optional
1484814848
* parameters, call the {@link GetStorageInfo#execute()} method to invoke the remote operation.
1484914849
*
14850-
* @param resource Required. The path of the resource for which the storage info is requested (for exaxmple for a DICOM
14851-
* Instance: `projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{d
14852-
* icomStoreId}/dicomWeb/studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`)
14850+
* @param resource Required. The path of the instance to return storage info for, in the form: `projects/{projectID}/lo
14851+
* cations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{stu
14852+
* dyUID}/series/{seriesUID}/instances/{instanceUID}`
1485314853
* @return the request
1485414854
*/
1485514855
public GetStorageInfo getStorageInfo(java.lang.String resource) throws java.io.IOException {
@@ -14876,9 +14876,9 @@ public class GetStorageInfo extends CloudHealthcareRequest<com.google.api.servic
1487614876
* actGoogleClientRequest)} must be called to initialize this instance immediately after invoking
1487714877
* the constructor. </p>
1487814878
*
14879-
* @param resource Required. The path of the resource for which the storage info is requested (for exaxmple for a DICOM
14880-
* Instance: `projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{d
14881-
* icomStoreId}/dicomWeb/studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`)
14879+
* @param resource Required. The path of the instance to return storage info for, in the form: `projects/{projectID}/lo
14880+
* cations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{stu
14881+
* dyUID}/series/{seriesUID}/instances/{instanceUID}`
1488214882
* @since 1.13
1488314883
*/
1488414884
protected GetStorageInfo(java.lang.String resource) {
@@ -14957,27 +14957,27 @@ public GetStorageInfo setUploadProtocol(java.lang.String uploadProtocol) {
1495714957
}
1495814958

1495914959
/**
14960-
* Required. The path of the resource for which the storage info is requested
14961-
* (for exaxmple for a DICOM Instance: `projects/{projectID}/locations/{location
14962-
* ID}/datasets/{datasetID}/dicomStores/{dicomStoreId}/dicomWeb/studies/{study_u
14963-
* id}/series/{series_uid}/instances/{instance_uid}`)
14960+
* Required. The path of the instance to return storage info for, in the form: `
14961+
* projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/
14962+
* {dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/instances/{inst
14963+
* anceUID}`
1496414964
*/
1496514965
@com.google.api.client.util.Key
1496614966
private java.lang.String resource;
1496714967

14968-
/** Required. The path of the resource for which the storage info is requested (for exaxmple for a
14969-
DICOM Instance: `projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dico
14970-
mStoreId}/dicomWeb/studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`)
14968+
/** Required. The path of the instance to return storage info for, in the form: `projects/{projectID}/l
14969+
ocations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/s
14970+
eries/{seriesUID}/instances/{instanceUID}`
1497114971
*/
1497214972
public java.lang.String getResource() {
1497314973
return resource;
1497414974
}
1497514975

1497614976
/**
14977-
* Required. The path of the resource for which the storage info is requested
14978-
* (for exaxmple for a DICOM Instance: `projects/{projectID}/locations/{location
14979-
* ID}/datasets/{datasetID}/dicomStores/{dicomStoreId}/dicomWeb/studies/{study_u
14980-
* id}/series/{series_uid}/instances/{instance_uid}`)
14977+
* Required. The path of the instance to return storage info for, in the form: `
14978+
* projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/
14979+
* {dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/instances/{inst
14980+
* anceUID}`
1498114981
*/
1498214982
public GetStorageInfo setResource(java.lang.String resource) {
1498314983
if (!getSuppressPatternChecks()) {

clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/model/StorageInfo.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public final class StorageInfo extends com.google.api.client.json.GenericJson {
3737
private BlobStorageInfo blobStorageInfo;
3838

3939
/**
40-
* The resource whose storage info is returned. For example, to specify the resource path of a
41-
* DICOM Instance: `projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{
42-
* dicom_store_id}/dicomWeb/studi/{study_uid}/series/{series_uid}/instances/{instance_uid}`
40+
* The resource whose storage info is returned. For example: `projects/{projectID}/locations/{loca
41+
* tionID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{ser
42+
* iesUID}/instances/{instanceUID}`
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -70,19 +70,19 @@ public StorageInfo setBlobStorageInfo(BlobStorageInfo blobStorageInfo) {
7070
}
7171

7272
/**
73-
* The resource whose storage info is returned. For example, to specify the resource path of a
74-
* DICOM Instance: `projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{
75-
* dicom_store_id}/dicomWeb/studi/{study_uid}/series/{series_uid}/instances/{instance_uid}`
73+
* The resource whose storage info is returned. For example: `projects/{projectID}/locations/{loca
74+
* tionID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{ser
75+
* iesUID}/instances/{instanceUID}`
7676
* @return value or {@code null} for none
7777
*/
7878
public java.lang.String getReferencedResource() {
7979
return referencedResource;
8080
}
8181

8282
/**
83-
* The resource whose storage info is returned. For example, to specify the resource path of a
84-
* DICOM Instance: `projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{
85-
* dicom_store_id}/dicomWeb/studi/{study_uid}/series/{series_uid}/instances/{instance_uid}`
83+
* The resource whose storage info is returned. For example: `projects/{projectID}/locations/{loca
84+
* tionID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{ser
85+
* iesUID}/instances/{instanceUID}`
8686
* @param referencedResource referencedResource or {@code null} for none
8787
*/
8888
public StorageInfo setReferencedResource(java.lang.String referencedResource) {

clients/google-api-services-healthcare/v1beta1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-healthcare</artifactId>
11-
<version>v1beta1-rev20240605-2.0.0</version>
12-
<name>Cloud Healthcare API v1beta1-rev20240605-2.0.0</name>
11+
<version>v1beta1-rev20240619-2.0.0</version>
12+
<name>Cloud Healthcare API v1beta1-rev20240619-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-healthcare/v1beta1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-healthcare</artifactId>
25-
<version>v1beta1-rev20240605-2.0.0</version>
25+
<version>v1beta1-rev20240619-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20240605-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20240619-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)