Skip to content

Commit 5fc1f7d

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 31339 b: refs/heads/autosynth-bigtable c: d578d98 h: refs/heads/master i: 31337: 444c8f9 31335: 3fa46d1
1 parent dbab00c commit 5fc1f7d

44 files changed

Lines changed: 1761 additions & 1477 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ refs/heads/autosynth-asset: bdb45634a0fe8f7a510692b56b31f5312e25f453
124124
refs/heads/autosynth-automl: 22f9dd5b6f5df8dbfa7da0126864d565229519b2
125125
refs/heads/autosynth-bigquerydatatransfer: 71b6b6d2a992d05999b53e6e130c4fc1c8c8b4d7
126126
refs/heads/autosynth-bigquerystorage: a345f72d7a6358e9fea9dcdae94ec85a27da3088
127-
refs/heads/autosynth-bigtable: 3608b352bb61d47a78bc568d78f3e1f7afbc2a47
127+
refs/heads/autosynth-bigtable: d578d98a4c59933935e8b6afe2b10b91870b8c8e
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: af5b804492292b43372c9fe00386696136ccae89
130130
refs/heads/autosynth-datastore: d0fc1187000c7a50d8bddd89c3b7cdf1187ecb96

branches/autosynth-bigtable/google-api-grpc/grpc-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsGrpc.java

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 &lt;response: [Document][google.cloud.dialogflow.v2beta1.Document],
430436
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [google.protobuf.Empty][google.protobuf.Empty],
445453
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [Document][google.cloud.dialogflow.v2beta1.Document],
460470
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [Document][google.cloud.dialogflow.v2beta1.Document],
478490
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [Document][google.cloud.dialogflow.v2beta1.Document],
592610
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [google.protobuf.Empty][google.protobuf.Empty],
610630
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [Document][google.cloud.dialogflow.v2beta1.Document],
628650
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [Document][google.cloud.dialogflow.v2beta1.Document],
649673
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [Document][google.cloud.dialogflow.v2beta1.Document],
717747
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [google.protobuf.Empty][google.protobuf.Empty],
732764
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [Document][google.cloud.dialogflow.v2beta1.Document],
747781
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [Document][google.cloud.dialogflow.v2beta1.Document],
765801
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [Document][google.cloud.dialogflow.v2beta1.Document],
831873
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [google.protobuf.Empty][google.protobuf.Empty],
846890
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [Document][google.cloud.dialogflow.v2beta1.Document],
861907
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
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 &lt;response: [Document][google.cloud.dialogflow.v2beta1.Document],
879927
* metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]&gt;
880928
* </pre>

0 commit comments

Comments
 (0)