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-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceClient.java
+144Lines changed: 144 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -997,6 +997,150 @@ public final UnaryCallable<ImportDocumentsRequest, Operation> importDocumentsCal
997
997
returnstub.importDocumentsCallable();
998
998
}
999
999
1000
+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1001
+
/**
1002
+
* Permanently deletes all selected [Document][google.cloud.discoveryengine.v1beta.Document]s in a
1003
+
* branch.
1004
+
*
1005
+
* <p>This process is asynchronous. Depending on the number of
1006
+
* [Document][google.cloud.discoveryengine.v1beta.Document]s to be deleted, this operation can
1007
+
* take hours to complete. Before the delete operation completes, some
1008
+
* [Document][google.cloud.discoveryengine.v1beta.Document]s might still be returned by
Copy file name to clipboardExpand all lines: java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/DocumentServiceSettings.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,18 @@ public UnaryCallSettings<ImportDocumentsRequest, Operation> importDocumentsSetti
Copy file name to clipboardExpand all lines: java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/gapic_metadata.json
Copy file name to clipboardExpand all lines: java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DocumentServiceStub.java
Copy file name to clipboardExpand all lines: java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/DocumentServiceStubSettings.java
0 commit comments