Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,9 @@ public final UnaryCallable<UpdateDocumentRequest, Operation> updateDocumentCalla
* Reloads the specified document from its specified source, content_uri or content. The
* previously loaded content of the document will be deleted. Note: Even when the content of the
* document has not changed, there still may be side effects because of internal implementation
* changes.
* changes. Note: If the document source is Google Cloud Storage URI, its metadata will be
* replaced with the custom metadata from Google Cloud Storage if the `import_gcs_custom_metadata`
* field is set to true in the request.
*
* <p>Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use
* `projects.knowledgeBases.documents`.
Expand Down Expand Up @@ -892,7 +894,9 @@ public final OperationFuture<Document, KnowledgeOperationMetadata> reloadDocumen
* Reloads the specified document from its specified source, content_uri or content. The
* previously loaded content of the document will be deleted. Note: Even when the content of the
* document has not changed, there still may be side effects because of internal implementation
* changes.
* changes. Note: If the document source is Google Cloud Storage URI, its metadata will be
* replaced with the custom metadata from Google Cloud Storage if the `import_gcs_custom_metadata`
* field is set to true in the request.
*
* <p>Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use
* `projects.knowledgeBases.documents`.
Expand Down Expand Up @@ -927,7 +931,9 @@ public final OperationFuture<Document, KnowledgeOperationMetadata> reloadDocumen
* Reloads the specified document from its specified source, content_uri or content. The
* previously loaded content of the document will be deleted. Note: Even when the content of the
* document has not changed, there still may be side effects because of internal implementation
* changes.
* changes. Note: If the document source is Google Cloud Storage URI, its metadata will be
* replaced with the custom metadata from Google Cloud Storage if the `import_gcs_custom_metadata`
* field is set to true in the request.
*
* <p>Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use
* `projects.knowledgeBases.documents`.
Expand Down Expand Up @@ -959,7 +965,9 @@ public final OperationFuture<Document, KnowledgeOperationMetadata> reloadDocumen
* Reloads the specified document from its specified source, content_uri or content. The
* previously loaded content of the document will be deleted. Note: Even when the content of the
* document has not changed, there still may be side effects because of internal implementation
* changes.
* changes. Note: If the document source is Google Cloud Storage URI, its metadata will be
* replaced with the custom metadata from Google Cloud Storage if the `import_gcs_custom_metadata`
* field is set to true in the request.
*
* <p>Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use
* `projects.knowledgeBases.documents`.
Expand Down Expand Up @@ -989,7 +997,9 @@ public final OperationFuture<Document, KnowledgeOperationMetadata> reloadDocumen
* Reloads the specified document from its specified source, content_uri or content. The
* previously loaded content of the document will be deleted. Note: Even when the content of the
* document has not changed, there still may be side effects because of internal implementation
* changes.
* changes. Note: If the document source is Google Cloud Storage URI, its metadata will be
* replaced with the custom metadata from Google Cloud Storage if the `import_gcs_custom_metadata`
* field is set to true in the request.
*
* <p>Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use
* `projects.knowledgeBases.documents`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@ public void updateDocument(
* content. The previously loaded content of the document will be deleted.
* Note: Even when the content of the document has not changed, there still
* may be side effects because of internal implementation changes.
* Note: If the document source is Google Cloud Storage URI, its metadata will
* be replaced with the custom metadata from Google Cloud Storage if the
* `import_gcs_custom_metadata` field is set to true in the request.
* Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
* only use `projects.knowledgeBases.documents`.
* </pre>
Expand Down Expand Up @@ -615,6 +618,9 @@ public void updateDocument(
* content. The previously loaded content of the document will be deleted.
* Note: Even when the content of the document has not changed, there still
* may be side effects because of internal implementation changes.
* Note: If the document source is Google Cloud Storage URI, its metadata will
* be replaced with the custom metadata from Google Cloud Storage if the
* `import_gcs_custom_metadata` field is set to true in the request.
* Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
* only use `projects.knowledgeBases.documents`.
* </pre>
Expand Down Expand Up @@ -726,6 +732,9 @@ public com.google.longrunning.Operation updateDocument(
* content. The previously loaded content of the document will be deleted.
* Note: Even when the content of the document has not changed, there still
* may be side effects because of internal implementation changes.
* Note: If the document source is Google Cloud Storage URI, its metadata will
* be replaced with the custom metadata from Google Cloud Storage if the
* `import_gcs_custom_metadata` field is set to true in the request.
* Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
* only use `projects.knowledgeBases.documents`.
* </pre>
Expand Down Expand Up @@ -839,6 +848,9 @@ protected DocumentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
* content. The previously loaded content of the document will be deleted.
* Note: Even when the content of the document has not changed, there still
* may be side effects because of internal implementation changes.
* Note: If the document source is Google Cloud Storage URI, its metadata will
* be replaced with the custom metadata from Google Cloud Storage if the
* `import_gcs_custom_metadata` field is set to true in the request.
* Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
* only use `projects.knowledgeBases.documents`.
* </pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ service Documents {
// content. The previously loaded content of the document will be deleted.
// Note: Even when the content of the document has not changed, there still
// may be side effects because of internal implementation changes.
// Note: If the document source is Google Cloud Storage URI, its metadata will
// be replaced with the custom metadata from Google Cloud Storage if the
// `import_gcs_custom_metadata` field is set to true in the request.
//
// Note: The `projects.agent.knowledgeBases.documents` resource is deprecated;
// only use `projects.knowledgeBases.documents`.
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-dialogflow.git",
"sha": "b446f5d5aba466f6e20f2481efd0c2dfeb25d443"
"sha": "805c9e0474dcd172a8ac46c2c7dcf34a6e11439f"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "516017a89c1fbaf3f6ceb461170b9ff8aa952b05",
"internalRef": "339508652"
"sha": "a830e5d735942a23107840dae8c69eb18b1ea085",
"internalRef": "341467342"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "516017a89c1fbaf3f6ceb461170b9ff8aa952b05",
"internalRef": "339508652"
"sha": "a830e5d735942a23107840dae8c69eb18b1ea085",
"internalRef": "341467342"
}
},
{
Expand Down