Skip to content

Commit a038649

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate healthcare client (googleapis#2812)
1 parent 1f805b4 commit a038649

File tree

72 files changed

+9596
-9341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+9596
-9341
lines changed

clients/google-api-services-healthcare/v1beta1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-healthcare",
5-
"version": "v1beta1-rev20190901-1.30.3"
5+
"version": "v1beta1-rev20190918-1.30.3"
66
}
77
}

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

Lines changed: 610 additions & 545 deletions
Large diffs are not rendered by default.

clients/google-api-services-healthcare/v1beta1/1.28.0/com/google/api/services/healthcare/v1beta1/model/Dataset.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public final class Dataset extends com.google.api.client.json.GenericJson {
4343

4444
/**
4545
* The default timezone used by this dataset. Must be a either a valid IANA time zone name such as
46-
* "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources
47-
* (e.g., HL7 messages) where no explicit timezone is specified.
46+
* "America/New_York" or empty, which defaults to UTC. This is used for parsing times in
47+
* resources, such as HL7 messages, where no explicit timezone is specified.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
@@ -71,8 +71,8 @@ public Dataset setName(java.lang.String name) {
7171

7272
/**
7373
* The default timezone used by this dataset. Must be a either a valid IANA time zone name such as
74-
* "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources
75-
* (e.g., HL7 messages) where no explicit timezone is specified.
74+
* "America/New_York" or empty, which defaults to UTC. This is used for parsing times in
75+
* resources, such as HL7 messages, where no explicit timezone is specified.
7676
* @return value or {@code null} for none
7777
*/
7878
public java.lang.String getTimeZone() {
@@ -81,8 +81,8 @@ public java.lang.String getTimeZone() {
8181

8282
/**
8383
* The default timezone used by this dataset. Must be a either a valid IANA time zone name such as
84-
* "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources
85-
* (e.g., HL7 messages) where no explicit timezone is specified.
84+
* "America/New_York" or empty, which defaults to UTC. This is used for parsing times in
85+
* resources, such as HL7 messages, where no explicit timezone is specified.
8686
* @param timeZone timeZone or {@code null} for none
8787
*/
8888
public Dataset setTimeZone(java.lang.String timeZone) {

clients/google-api-services-healthcare/v1beta1/1.28.0/com/google/api/services/healthcare/v1beta1/model/DeidentifyDatasetRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class DeidentifyDatasetRequest extends com.google.api.client.json.G
3737
private DeidentifyConfig config;
3838

3939
/**
40-
* The name of the dataset resource to create and write the redacted data to (e.g.,
40+
* The name of the dataset resource to create and write the redacted data to.
4141
*
4242
* * The destination dataset must not exist. * The destination dataset must be in the same
4343
* project as the source dataset. De-identifying data across multiple projects is not
@@ -65,7 +65,7 @@ public DeidentifyDatasetRequest setConfig(DeidentifyConfig config) {
6565
}
6666

6767
/**
68-
* The name of the dataset resource to create and write the redacted data to (e.g.,
68+
* The name of the dataset resource to create and write the redacted data to.
6969
*
7070
* * The destination dataset must not exist. * The destination dataset must be in the same
7171
* project as the source dataset. De-identifying data across multiple projects is not
@@ -77,7 +77,7 @@ public java.lang.String getDestinationDataset() {
7777
}
7878

7979
/**
80-
* The name of the dataset resource to create and write the redacted data to (e.g.,
80+
* The name of the dataset resource to create and write the redacted data to.
8181
*
8282
* * The destination dataset must not exist. * The destination dataset must be in the same
8383
* project as the source dataset. De-identifying data across multiple projects is not

clients/google-api-services-healthcare/v1beta1/1.28.0/com/google/api/services/healthcare/v1beta1/model/DeidentifyErrorDetails.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
public final class DeidentifyErrorDetails extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Number of resources failed to process.
33+
* Number of resources that failed to process.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
3737
private java.lang.Long failureResourceCount;
3838

3939
/**
40-
* Number of stores failed to process.
40+
* Number of stores that failed to process.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -58,15 +58,15 @@ public final class DeidentifyErrorDetails extends com.google.api.client.json.Gen
5858
private java.lang.Long successStoreCount;
5959

6060
/**
61-
* Number of resources failed to process.
61+
* Number of resources that failed to process.
6262
* @return value or {@code null} for none
6363
*/
6464
public java.lang.Long getFailureResourceCount() {
6565
return failureResourceCount;
6666
}
6767

6868
/**
69-
* Number of resources failed to process.
69+
* Number of resources that failed to process.
7070
* @param failureResourceCount failureResourceCount or {@code null} for none
7171
*/
7272
public DeidentifyErrorDetails setFailureResourceCount(java.lang.Long failureResourceCount) {
@@ -75,15 +75,15 @@ public DeidentifyErrorDetails setFailureResourceCount(java.lang.Long failureReso
7575
}
7676

7777
/**
78-
* Number of stores failed to process.
78+
* Number of stores that failed to process.
7979
* @return value or {@code null} for none
8080
*/
8181
public java.lang.Long getFailureStoreCount() {
8282
return failureStoreCount;
8383
}
8484

8585
/**
86-
* Number of stores failed to process.
86+
* Number of stores that failed to process.
8787
* @param failureStoreCount failureStoreCount or {@code null} for none
8888
*/
8989
public DeidentifyErrorDetails setFailureStoreCount(java.lang.Long failureStoreCount) {

clients/google-api-services-healthcare/v1beta1/1.28.0/com/google/api/services/healthcare/v1beta1/model/DeidentifySummary.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
@SuppressWarnings("javadoc")
3030
public final class DeidentifySummary extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Number of resources that failed to process. The failures might be caused by: * Invalid user
34+
* input data * Transient errors that could be skipped
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
38+
private java.lang.Long failureResourceCount;
39+
3240
/**
3341
* Number of resources successfully processed.
3442
* The value may be {@code null}.
@@ -43,6 +51,25 @@ public final class DeidentifySummary extends com.google.api.client.json.GenericJ
4351
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
4452
private java.lang.Long successStoreCount;
4553

54+
/**
55+
* Number of resources that failed to process. The failures might be caused by: * Invalid user
56+
* input data * Transient errors that could be skipped
57+
* @return value or {@code null} for none
58+
*/
59+
public java.lang.Long getFailureResourceCount() {
60+
return failureResourceCount;
61+
}
62+
63+
/**
64+
* Number of resources that failed to process. The failures might be caused by: * Invalid user
65+
* input data * Transient errors that could be skipped
66+
* @param failureResourceCount failureResourceCount or {@code null} for none
67+
*/
68+
public DeidentifySummary setFailureResourceCount(java.lang.Long failureResourceCount) {
69+
this.failureResourceCount = failureResourceCount;
70+
return this;
71+
}
72+
4673
/**
4774
* Number of resources successfully processed.
4875
* @return value or {@code null} for none

clients/google-api-services-healthcare/v1beta1/1.28.0/com/google/api/services/healthcare/v1beta1/model/ExportDicomDataRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
package com.google.api.services.healthcare.v1beta1.model;
1818

1919
/**
20-
* Exports data from the specified DICOM store. If a given resource (e.g., a DICOM object with the
21-
* same SOPInstance UID) already exists in the output, it is overwritten with the version in the
22-
* source dataset. Exported DICOM data will persist when the DICOM store from which it was exported
23-
* is deleted.
20+
* Exports data from the specified DICOM store. If a given resource, such as a DICOM object with the
21+
* same SOPInstance UID, already exists in the output, it is overwritten with the version in the
22+
* source dataset. Exported DICOM data persists when the DICOM store from which it was exported is
23+
* deleted.
2424
*
2525
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2626
* transmitted over HTTP when working with the Cloud Healthcare API. For a detailed explanation see:

clients/google-api-services-healthcare/v1beta1/1.28.0/com/google/api/services/healthcare/v1beta1/model/FhirConfig.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.healthcare.v1beta1.model;
1818

1919
/**
20-
* Specifies how de-identification of a FHIR store should be handled.
20+
* Specifies how to handle de-identification of a FHIR store.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud Healthcare API. For a detailed explanation see:
@@ -31,17 +31,17 @@ public final class FhirConfig extends com.google.api.client.json.GenericJson {
3131

3232
/**
3333
* Specifies FHIR paths to match and how to transform them. Any field that is not matched by a
34-
* FieldMetadata will be passed through to the output dataset unmodified. All extensions are
35-
* removed in the output.
34+
* FieldMetadata is passed through to the output dataset unmodified. All extensions are removed in
35+
* the output.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.util.List<FieldMetadata> fieldMetadataList;
4040

4141
/**
4242
* Specifies FHIR paths to match and how to transform them. Any field that is not matched by a
43-
* FieldMetadata will be passed through to the output dataset unmodified. All extensions are
44-
* removed in the output.
43+
* FieldMetadata is passed through to the output dataset unmodified. All extensions are removed in
44+
* the output.
4545
* @return value or {@code null} for none
4646
*/
4747
public java.util.List<FieldMetadata> getFieldMetadataList() {
@@ -50,8 +50,8 @@ public java.util.List<FieldMetadata> getFieldMetadataList() {
5050

5151
/**
5252
* Specifies FHIR paths to match and how to transform them. Any field that is not matched by a
53-
* FieldMetadata will be passed through to the output dataset unmodified. All extensions are
54-
* removed in the output.
53+
* FieldMetadata is passed through to the output dataset unmodified. All extensions are removed in
54+
* the output.
5555
* @param fieldMetadataList fieldMetadataList or {@code null} for none
5656
*/
5757
public FhirConfig setFieldMetadataList(java.util.List<FieldMetadata> fieldMetadataList) {

0 commit comments

Comments
 (0)