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
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: google-cloud-datalabeling/src/test/java/com/google/cloud/datalabeling/v1beta1/DataLabelingServiceClientTest.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@
44
44
importjava.io.IOException;
45
45
importjava.util.Arrays;
46
46
importjava.util.List;
47
+
importjava.util.UUID;
47
48
importjava.util.concurrent.ExecutionException;
48
49
importorg.junit.After;
49
50
importorg.junit.AfterClass;
@@ -64,7 +65,7 @@ public static void startStaticServer() {
Copy file name to clipboardexpand all lines: proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/HumanAnnotationConfig.java
+14-14
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
187
187
*
188
188
*
189
189
* <pre>
190
-
* Required except for LabelAudio case. Instruction resource name.
190
+
* Required. Instruction resource name.
191
191
* </pre>
192
192
*
193
193
* <code>string instruction = 1;</code>
@@ -207,7 +207,7 @@ public java.lang.String getInstruction() {
207
207
*
208
208
*
209
209
* <pre>
210
-
* Required except for LabelAudio case. Instruction resource name.
210
+
* Required. Instruction resource name.
211
211
* </pre>
212
212
*
213
213
* <code>string instruction = 1;</code>
@@ -371,7 +371,7 @@ public com.google.protobuf.ByteString getLabelGroupBytes() {
Copy file name to clipboardexpand all lines: proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/HumanAnnotationConfigOrBuilder.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public interface HumanAnnotationConfigOrBuilder
27
27
*
28
28
*
29
29
* <pre>
30
-
* Required except for LabelAudio case. Instruction resource name.
30
+
* Required. Instruction resource name.
31
31
* </pre>
32
32
*
33
33
* <code>string instruction = 1;</code>
@@ -37,7 +37,7 @@ public interface HumanAnnotationConfigOrBuilder
37
37
*
38
38
*
39
39
* <pre>
40
-
* Required except for LabelAudio case. Instruction resource name.
40
+
* Required. Instruction resource name.
41
41
* </pre>
42
42
*
43
43
* <code>string instruction = 1;</code>
@@ -123,7 +123,7 @@ public interface HumanAnnotationConfigOrBuilder
Copy file name to clipboardexpand all lines: proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/OutputConfig.java
+12-12
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ public DestinationCase getDestinationCase() {
183
183
*
184
184
* <pre>
185
185
* Output to a file in Cloud Storage. Should be used for labeling output
Copy file name to clipboardexpand all lines: proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/OutputConfigOrBuilder.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ public interface OutputConfigOrBuilder
28
28
*
29
29
* <pre>
30
30
* Output to a file in Cloud Storage. Should be used for labeling output
Copy file name to clipboardexpand all lines: proto-google-cloud-datalabeling-v1beta1/src/main/proto/google/cloud/datalabeling/v1beta1/human_annotation_config.proto
+2-2
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ enum StringAggregationType {
39
39
40
40
// Configuration for how human labeling task should be done.
41
41
messageHumanAnnotationConfig {
42
-
// Required except for LabelAudio case. Instruction resource name.
42
+
// Required. Instruction resource name.
43
43
stringinstruction=1;
44
44
45
45
// Required. A human-readable name for AnnotatedDataset defined by
0 commit comments