@@ -398,6 +398,8 @@ public abstract static class DocumentsImplBase implements io.grpc.BindableServic
398398 *
399399 * <pre>
400400 * Returns the list of all documents of the knowledge base.
401+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
402+ * only use `projects.knowledgeBases.documents`.
401403 * </pre>
402404 */
403405 public void listDocuments (
@@ -412,6 +414,8 @@ public void listDocuments(
412414 *
413415 * <pre>
414416 * Retrieves the specified document.
417+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
418+ * only use `projects.knowledgeBases.documents`.
415419 * </pre>
416420 */
417421 public void getDocument (
@@ -426,6 +430,8 @@ public void getDocument(
426430 *
427431 * <pre>
428432 * Creates a new document.
433+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
434+ * only use `projects.knowledgeBases.documents`.
429435 * Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document],
430436 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
431437 * </pre>
@@ -441,6 +447,8 @@ public void createDocument(
441447 *
442448 * <pre>
443449 * Deletes the specified document.
450+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
451+ * only use `projects.knowledgeBases.documents`.
444452 * Operation <response: [google.protobuf.Empty][google.protobuf.Empty],
445453 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
446454 * </pre>
@@ -456,6 +464,8 @@ public void deleteDocument(
456464 *
457465 * <pre>
458466 * Updates the specified document.
467+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
468+ * only use `projects.knowledgeBases.documents`.
459469 * Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document],
460470 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
461471 * </pre>
@@ -474,6 +484,8 @@ public void updateDocument(
474484 * content. The previously loaded content of the document will be deleted.
475485 * Note: Even when the content of the document has not changed, there still
476486 * may be side effects because of internal implementation changes.
487+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
488+ * only use `projects.knowledgeBases.documents`.
477489 * Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document],
478490 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
479491 * </pre>
@@ -554,6 +566,8 @@ protected DocumentsStub build(io.grpc.Channel channel, io.grpc.CallOptions callO
554566 *
555567 * <pre>
556568 * Returns the list of all documents of the knowledge base.
569+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
570+ * only use `projects.knowledgeBases.documents`.
557571 * </pre>
558572 */
559573 public void listDocuments (
@@ -571,6 +585,8 @@ public void listDocuments(
571585 *
572586 * <pre>
573587 * Retrieves the specified document.
588+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
589+ * only use `projects.knowledgeBases.documents`.
574590 * </pre>
575591 */
576592 public void getDocument (
@@ -588,6 +604,8 @@ public void getDocument(
588604 *
589605 * <pre>
590606 * Creates a new document.
607+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
608+ * only use `projects.knowledgeBases.documents`.
591609 * Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document],
592610 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
593611 * </pre>
@@ -606,6 +624,8 @@ public void createDocument(
606624 *
607625 * <pre>
608626 * Deletes the specified document.
627+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
628+ * only use `projects.knowledgeBases.documents`.
609629 * Operation <response: [google.protobuf.Empty][google.protobuf.Empty],
610630 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
611631 * </pre>
@@ -624,6 +644,8 @@ public void deleteDocument(
624644 *
625645 * <pre>
626646 * Updates the specified document.
647+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
648+ * only use `projects.knowledgeBases.documents`.
627649 * Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document],
628650 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
629651 * </pre>
@@ -645,6 +667,8 @@ public void updateDocument(
645667 * content. The previously loaded content of the document will be deleted.
646668 * Note: Even when the content of the document has not changed, there still
647669 * may be side effects because of internal implementation changes.
670+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
671+ * only use `projects.knowledgeBases.documents`.
648672 * Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document],
649673 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
650674 * </pre>
@@ -687,6 +711,8 @@ protected DocumentsBlockingStub build(
687711 *
688712 * <pre>
689713 * Returns the list of all documents of the knowledge base.
714+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
715+ * only use `projects.knowledgeBases.documents`.
690716 * </pre>
691717 */
692718 public com .google .cloud .dialogflow .v2beta1 .ListDocumentsResponse listDocuments (
@@ -700,6 +726,8 @@ public com.google.cloud.dialogflow.v2beta1.ListDocumentsResponse listDocuments(
700726 *
701727 * <pre>
702728 * Retrieves the specified document.
729+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
730+ * only use `projects.knowledgeBases.documents`.
703731 * </pre>
704732 */
705733 public com .google .cloud .dialogflow .v2beta1 .Document getDocument (
@@ -713,6 +741,8 @@ public com.google.cloud.dialogflow.v2beta1.Document getDocument(
713741 *
714742 * <pre>
715743 * Creates a new document.
744+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
745+ * only use `projects.knowledgeBases.documents`.
716746 * Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document],
717747 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
718748 * </pre>
@@ -728,6 +758,8 @@ public com.google.longrunning.Operation createDocument(
728758 *
729759 * <pre>
730760 * Deletes the specified document.
761+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
762+ * only use `projects.knowledgeBases.documents`.
731763 * Operation <response: [google.protobuf.Empty][google.protobuf.Empty],
732764 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
733765 * </pre>
@@ -743,6 +775,8 @@ public com.google.longrunning.Operation deleteDocument(
743775 *
744776 * <pre>
745777 * Updates the specified document.
778+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
779+ * only use `projects.knowledgeBases.documents`.
746780 * Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document],
747781 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
748782 * </pre>
@@ -761,6 +795,8 @@ public com.google.longrunning.Operation updateDocument(
761795 * content. The previously loaded content of the document will be deleted.
762796 * Note: Even when the content of the document has not changed, there still
763797 * may be side effects because of internal implementation changes.
798+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
799+ * only use `projects.knowledgeBases.documents`.
764800 * Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document],
765801 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
766802 * </pre>
@@ -799,6 +835,8 @@ protected DocumentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
799835 *
800836 * <pre>
801837 * Returns the list of all documents of the knowledge base.
838+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
839+ * only use `projects.knowledgeBases.documents`.
802840 * </pre>
803841 */
804842 public com .google .common .util .concurrent .ListenableFuture <
@@ -813,6 +851,8 @@ protected DocumentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
813851 *
814852 * <pre>
815853 * Retrieves the specified document.
854+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
855+ * only use `projects.knowledgeBases.documents`.
816856 * </pre>
817857 */
818858 public com .google .common .util .concurrent .ListenableFuture <
@@ -827,6 +867,8 @@ protected DocumentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
827867 *
828868 * <pre>
829869 * Creates a new document.
870+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
871+ * only use `projects.knowledgeBases.documents`.
830872 * Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document],
831873 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
832874 * </pre>
@@ -842,6 +884,8 @@ protected DocumentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
842884 *
843885 * <pre>
844886 * Deletes the specified document.
887+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
888+ * only use `projects.knowledgeBases.documents`.
845889 * Operation <response: [google.protobuf.Empty][google.protobuf.Empty],
846890 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
847891 * </pre>
@@ -857,6 +901,8 @@ protected DocumentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
857901 *
858902 * <pre>
859903 * Updates the specified document.
904+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
905+ * only use `projects.knowledgeBases.documents`.
860906 * Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document],
861907 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
862908 * </pre>
@@ -875,6 +921,8 @@ protected DocumentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
875921 * content. The previously loaded content of the document will be deleted.
876922 * Note: Even when the content of the document has not changed, there still
877923 * may be side effects because of internal implementation changes.
924+ * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
925+ * only use `projects.knowledgeBases.documents`.
878926 * Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document],
879927 * metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]>
880928 * </pre>
0 commit comments