You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/CloudHealthcare.java
Copy file name to clipboardExpand all lines: clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/GoogleCloudHealthcareV1DicomBigQueryDestination.java
+75Lines changed: 75 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,28 @@ public final class GoogleCloudHealthcareV1DicomBigQueryDestination extends com.g
38
38
@com.google.api.client.util.Key
39
39
privatejava.lang.Booleanforce;
40
40
41
+
/**
42
+
* Optional. If true, the source store name will be included as a column in the BigQuery schema.
43
+
* The value may be {@code null}.
44
+
*/
45
+
@com.google.api.client.util.Key
46
+
privatejava.lang.BooleanincludeSourceStore;
47
+
48
+
/**
49
+
* Optional. Setting this field will use flattened DICOM instances schema for the BigQuery table.
50
+
* The flattened schema will have one column for each DICOM tag.
51
+
* The value may be {@code null}.
52
+
*/
53
+
@com.google.api.client.util.Key
54
+
privateSchemaFlattenedschemaFlattened;
55
+
56
+
/**
57
+
* Optional. Setting this field will store all the DICOM tags as a JSON type in a single column.
58
+
* The value may be {@code null}.
59
+
*/
60
+
@com.google.api.client.util.Key
61
+
privateSchemaJSONschemaJson;
62
+
41
63
/**
42
64
* Optional. BigQuery URI to a table, up to 2000 characters long, in the format
43
65
* `bq://projectId.bqDatasetId.tableId`
@@ -75,6 +97,59 @@ public GoogleCloudHealthcareV1DicomBigQueryDestination setForce(java.lang.Boolea
75
97
returnthis;
76
98
}
77
99
100
+
/**
101
+
* Optional. If true, the source store name will be included as a column in the BigQuery schema.
102
+
* @return value or {@code null} for none
103
+
*/
104
+
publicjava.lang.BooleangetIncludeSourceStore() {
105
+
returnincludeSourceStore;
106
+
}
107
+
108
+
/**
109
+
* Optional. If true, the source store name will be included as a column in the BigQuery schema.
110
+
* @param includeSourceStore includeSourceStore or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/ListOperationsResponse.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
45
45
46
46
/**
47
47
* Unordered list. Unreachable resources. Populated when the request sets
48
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
48
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
49
49
* attempting to list all resources across all supported locations.
50
50
* The value may be {@code null}.
51
51
*/
@@ -88,7 +88,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
88
88
89
89
/**
90
90
* Unordered list. Unreachable resources. Populated when the request sets
91
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
91
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
92
92
* attempting to list all resources across all supported locations.
93
93
* @return value or {@code null} for none
94
94
*/
@@ -98,7 +98,7 @@ public java.util.List<java.lang.String> getUnreachable() {
98
98
99
99
/**
100
100
* Unordered list. Unreachable resources. Populated when the request sets
101
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
101
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
102
102
* attempting to list all resources across all supported locations.
103
103
* @param unreachable unreachable or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/ProgressCounter.java
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,20 @@ public final class ProgressCounter extends com.google.api.client.json.GenericJso
0 commit comments