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: java-contentwarehouse/google-cloud-contentwarehouse/src/main/java/com/google/cloud/contentwarehouse/v1/DocumentServiceClient.java
+140-5Lines changed: 140 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -898,6 +898,129 @@ public final SearchDocumentsPagedResponse searchDocuments(SearchDocumentsRequest
898
898
returnstub.searchDocumentsCallable();
899
899
}
900
900
901
+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
902
+
/**
903
+
* Lock the document so the document cannot be updated by other users.
904
+
*
905
+
* <p>Sample code:
906
+
*
907
+
* <pre>{@code
908
+
* // This snippet has been automatically generated and should be regarded as a code template only.
909
+
* // It will require modifications to work:
910
+
* // - It may require correct/in-range values for request initialization.
911
+
* // - It may require specifying regional endpoints when creating the service client as shown in
Copy file name to clipboardExpand all lines: java-contentwarehouse/google-cloud-contentwarehouse/src/main/java/com/google/cloud/contentwarehouse/v1/DocumentServiceSettings.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,11 @@ public UnaryCallSettings<DeleteDocumentRequest, Empty> deleteDocumentSettings()
Copy file name to clipboardExpand all lines: java-contentwarehouse/google-cloud-contentwarehouse/src/main/java/com/google/cloud/contentwarehouse/v1/gapic_metadata.json
Copy file name to clipboardExpand all lines: java-contentwarehouse/google-cloud-contentwarehouse/src/main/java/com/google/cloud/contentwarehouse/v1/package-info.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
*/
16
16
17
17
/**
18
-
* A client to contentwarehouse API
18
+
* A client to Document AI Warehouse API
19
19
*
20
20
* <p>The interfaces provided are listed below, along with usage samples.
Copy file name to clipboardExpand all lines: java-contentwarehouse/google-cloud-contentwarehouse/src/main/java/com/google/cloud/contentwarehouse/v1/stub/DocumentServiceStub.java
Copy file name to clipboardExpand all lines: java-contentwarehouse/google-cloud-contentwarehouse/src/main/java/com/google/cloud/contentwarehouse/v1/stub/DocumentServiceStubSettings.java
0 commit comments