Skip to content
Open
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
2 changes: 1 addition & 1 deletion DeveloperKnowledge/metadata/V1/Developerknowledge.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
* Format: `documents/{uri_without_scheme}`
* Example: `documents/docs.cloud.google.com/storage/docs/creating-buckets`
*
* Each name must not exceed 500 characters; values longer than 500 characters
* will result in an `INVALID_ARGUMENT` error.
*
* Please see {@see DeveloperKnowledgeClient::documentName()} for help formatting this field.
*/
function batch_get_documents_sample(string $formattedNamesElement): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
* @param string $formattedName Specifies the name of the document to retrieve.
* Format: `documents/{uri_without_scheme}`
* Example: `documents/docs.cloud.google.com/storage/docs/creating-buckets`
* Please see {@see DeveloperKnowledgeClient::documentName()} for help formatting this field.
*
* The name must not exceed 500 characters; values longer than 500 characters
* will result in an `INVALID_ARGUMENT` error. Please see
* {@see DeveloperKnowledgeClient::documentName()} for help formatting this field.
*/
function get_document_sample(string $formattedName): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
* [SearchDocumentChunksResponse.results][google.developers.knowledge.v1.SearchDocumentChunksResponse.results].
*
* @param string $query Provides the raw query string provided by the user, such as "How
* to create a Cloud Storage bucket?".
* to create a Cloud Storage bucket?". The query must not exceed 500
* characters; values longer than 500 characters will result in an
* `INVALID_ARGUMENT` error.
*/
function search_document_chunks_sample(string $query): void
{
Expand Down
8 changes: 8 additions & 0 deletions DeveloperKnowledge/src/V1/BatchGetDocumentsRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion DeveloperKnowledge/src/V1/Document.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion DeveloperKnowledge/src/V1/GetDocumentRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading