@@ -770,6 +770,7 @@ public final ProcessResponse processDocument(String name) {
770
770
* .setSkipHumanReview(true)
771
771
* .setFieldMask(FieldMask.newBuilder().build())
772
772
* .setProcessOptions(ProcessOptions.newBuilder().build())
773
+ * .putAllLabels(new HashMap<String, String>())
773
774
* .build();
774
775
* ProcessResponse response = documentProcessorServiceClient.processDocument(request);
775
776
* }
@@ -803,6 +804,7 @@ public final ProcessResponse processDocument(ProcessRequest request) {
803
804
* .setSkipHumanReview(true)
804
805
* .setFieldMask(FieldMask.newBuilder().build())
805
806
* .setProcessOptions(ProcessOptions.newBuilder().build())
807
+ * .putAllLabels(new HashMap<String, String>())
806
808
* .build();
807
809
* ApiFuture<ProcessResponse> future =
808
810
* documentProcessorServiceClient.processDocumentCallable().futureCall(request);
@@ -908,6 +910,7 @@ public final UnaryCallable<ProcessRequest, ProcessResponse> processDocumentCalla
908
910
* .setDocumentOutputConfig(DocumentOutputConfig.newBuilder().build())
909
911
* .setSkipHumanReview(true)
910
912
* .setProcessOptions(ProcessOptions.newBuilder().build())
913
+ * .putAllLabels(new HashMap<String, String>())
911
914
* .build();
912
915
* BatchProcessResponse response =
913
916
* documentProcessorServiceClient.batchProcessDocumentsAsync(request).get();
@@ -946,6 +949,7 @@ public final UnaryCallable<ProcessRequest, ProcessResponse> processDocumentCalla
946
949
* .setDocumentOutputConfig(DocumentOutputConfig.newBuilder().build())
947
950
* .setSkipHumanReview(true)
948
951
* .setProcessOptions(ProcessOptions.newBuilder().build())
952
+ * .putAllLabels(new HashMap<String, String>())
949
953
* .build();
950
954
* OperationFuture<BatchProcessResponse, BatchProcessMetadata> future =
951
955
* documentProcessorServiceClient
@@ -985,6 +989,7 @@ public final UnaryCallable<ProcessRequest, ProcessResponse> processDocumentCalla
985
989
* .setDocumentOutputConfig(DocumentOutputConfig.newBuilder().build())
986
990
* .setSkipHumanReview(true)
987
991
* .setProcessOptions(ProcessOptions.newBuilder().build())
992
+ * .putAllLabels(new HashMap<String, String>())
988
993
* .build();
989
994
* ApiFuture<Operation> future =
990
995
* documentProcessorServiceClient.batchProcessDocumentsCallable().futureCall(request);
@@ -2720,9 +2725,9 @@ public final OperationFuture<Empty, DeleteProcessorVersionMetadata> deleteProces
2720
2725
* Format: `projects/{project}/locations/{location}`
2721
2726
* @param processor Required. The processor to be created, requires
2722
2727
* [Processor.type][google.cloud.documentai.v1beta3.Processor.type] and
2723
- * [Processor.display_name]][ ] to be set. Also, the
2724
- * [Processor.kms_key_name][google.cloud.documentai.v1beta3.Processor.kms_key_name] field must
2725
- * be set if the processor is under CMEK.
2728
+ * [Processor.display_name][google.cloud.documentai.v1beta3.Processor.display_name ] to be set.
2729
+ * Also, the [Processor.kms_key_name][google.cloud.documentai.v1beta3.Processor.kms_key_name]
2730
+ * field must be set if the processor is under CMEK.
2726
2731
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
2727
2732
*/
2728
2733
public final Processor createProcessor (LocationName parent , Processor processor ) {
@@ -2759,9 +2764,9 @@ public final Processor createProcessor(LocationName parent, Processor processor)
2759
2764
* Format: `projects/{project}/locations/{location}`
2760
2765
* @param processor Required. The processor to be created, requires
2761
2766
* [Processor.type][google.cloud.documentai.v1beta3.Processor.type] and
2762
- * [Processor.display_name]][ ] to be set. Also, the
2763
- * [Processor.kms_key_name][google.cloud.documentai.v1beta3.Processor.kms_key_name] field must
2764
- * be set if the processor is under CMEK.
2767
+ * [Processor.display_name][google.cloud.documentai.v1beta3.Processor.display_name ] to be set.
2768
+ * Also, the [Processor.kms_key_name][google.cloud.documentai.v1beta3.Processor.kms_key_name]
2769
+ * field must be set if the processor is under CMEK.
2765
2770
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
2766
2771
*/
2767
2772
public final Processor createProcessor (String parent , Processor processor ) {
0 commit comments