/external/googleapis/google/cloud/dialogflow/v2beta1/ |
D | document.proto | 39 // [Documents][google.cloud.dialogflow.v2beta1.Document]. 40 service Documents { service 46 // Returns the list of all documents of the knowledge base. 48 // Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; 49 // only use `projects.knowledgeBases.documents`. 52 get: "/v2beta1/{parent=projects/*/knowledgeBases/*}/documents" 54 get: "/v2beta1/{parent=projects/*/locations/*/knowledgeBases/*}/documents" 57 get: "/v2beta1/{parent=projects/*/agent/knowledgeBases/*}/documents" 65 // Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; 66 // only use `projects.knowledgeBases.documents`. [all …]
|
/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/ |
D | document.proto | 39 // [Documents][google.cloud.dialogflow.v2beta1.Document]. 40 service Documents { service 46 // Returns the list of all documents of the knowledge base. 48 // Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; 49 // only use `projects.knowledgeBases.documents`. 52 get: "/v2beta1/{parent=projects/*/knowledgeBases/*}/documents" 54 get: "/v2beta1/{parent=projects/*/locations/*/knowledgeBases/*}/documents" 57 get: "/v2beta1/{parent=projects/*/agent/knowledgeBases/*}/documents" 65 // Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; 66 // only use `projects.knowledgeBases.documents`. [all …]
|
/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/proto/google/cloud/dialogflow/v2/ |
D | document.proto | 39 // [Documents][google.cloud.dialogflow.v2.Document]. 40 service Documents { service 46 // Returns the list of all documents of the knowledge base. 49 get: "/v2/{parent=projects/*/knowledgeBases/*}/documents" 51 get: "/v2/{parent=projects/*/locations/*/knowledgeBases/*}/documents" 54 get: "/v2/{parent=projects/*/agent/knowledgeBases/*}/documents" 63 get: "/v2/{name=projects/*/knowledgeBases/*/documents/*}" 65 get: "/v2/{name=projects/*/locations/*/knowledgeBases/*/documents/*}" 68 get: "/v2/{name=projects/*/agent/knowledgeBases/*/documents/*}" 86 post: "/v2/{parent=projects/*/knowledgeBases/*}/documents" [all …]
|
/external/googleapis/google/cloud/dialogflow/v2/ |
D | document.proto | 39 // [Documents][google.cloud.dialogflow.v2.Document]. 40 service Documents { service 46 // Returns the list of all documents of the knowledge base. 49 get: "/v2/{parent=projects/*/knowledgeBases/*}/documents" 51 get: "/v2/{parent=projects/*/locations/*/knowledgeBases/*}/documents" 54 get: "/v2/{parent=projects/*/agent/knowledgeBases/*}/documents" 63 get: "/v2/{name=projects/*/knowledgeBases/*/documents/*}" 65 get: "/v2/{name=projects/*/locations/*/knowledgeBases/*/documents/*}" 68 get: "/v2/{name=projects/*/agent/knowledgeBases/*/documents/*}" 86 post: "/v2/{parent=projects/*/knowledgeBases/*}/documents" [all …]
|
/external/googleapis/google/cloud/contentwarehouse/v1/ |
D | pipelines.proto | 51 // The input list of all the resource names of the documents to be exported. 52 repeated string documents = 1; field 63 // The input list of all the resource names of the documents to be 65 repeated string documents = 1; field 67 // The DocAI processor to process the documents with. 113 // The processor will process the documents with this document type. 116 // The Document schema resource name. All documents processed by this 127 // controls for all documents ingested by the pipeline. The 140 // Note that for documents searched with LLM, only single level user or group 149 // Optional. The name of the folder to which all ingested documents will be [all …]
|
/external/googleapis/google/firestore/v1beta1/ |
D | firestore.proto | 58 get: "/v1beta1/{name=projects/*/databases/*/documents/*/**}" 62 // Lists documents. 65 get: "/v1beta1/{parent=projects/*/databases/*/documents/*/**}/{collection_id}" 72 patch: "/v1beta1/{document.name=projects/*/databases/*/documents/*/**}" 81 delete: "/v1beta1/{name=projects/*/databases/*/documents/*/**}" 86 // Gets multiple documents. 88 // Documents returned by this method are not guaranteed to be returned in the 92 post: "/v1beta1/{database=projects/*/databases/*}/documents:batchGet" 100 post: "/v1beta1/{database=projects/*/databases/*}/documents:beginTransaction" 106 // Commits a transaction, while optionally updating documents. [all …]
|
/external/googleapis/google/firestore/v1/ |
D | firestore.proto | 60 get: "/v1/{name=projects/*/databases/*/documents/*/**}" 64 // Lists documents. 67 get: "/v1/{parent=projects/*/databases/*/documents/*/**}/{collection_id}" 69 get: "/v1/{parent=projects/*/databases/*/documents}/{collection_id}" 77 patch: "/v1/{document.name=projects/*/databases/*/documents/*/**}" 86 delete: "/v1/{name=projects/*/databases/*/documents/*/**}" 91 // Gets multiple documents. 93 // Documents returned by this method are not guaranteed to be returned in the 98 post: "/v1/{database=projects/*/databases/*}/documents:batchGet" 107 post: "/v1/{database=projects/*/databases/*}/documents:beginTransaction" [all …]
|
/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ |
D | AssistQueryParametersOrBuilder.java | 30 * Key-value filters on the metadata of documents returned by article 32 * documents that match all filters in their 35 * example, filters to match all documents that have 'US' or 'CA' in their 56 * Key-value filters on the metadata of documents returned by article 58 * documents that match all filters in their 61 * example, filters to match all documents that have 'US' or 'CA' in their 85 * Key-value filters on the metadata of documents returned by article 87 * documents that match all filters in their 90 * example, filters to match all documents that have 'US' or 'CA' in their 111 * Key-value filters on the metadata of documents returned by article [all …]
|
D | ListDocumentsResponse.java | 26 * [Documents.ListDocuments][google.cloud.dialogflow.v2beta1.Documents.ListDocuments]. 80 * The list of documents. 83 * <code>repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;</code> 93 * The list of documents. 96 * <code>repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;</code> 107 * The list of documents. 110 * <code>repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;</code> 120 * The list of documents. 123 * <code>repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;</code> 133 * The list of documents. [all …]
|
D | ListDocumentsResponseOrBuilder.java | 30 * The list of documents. 33 * <code>repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;</code> 40 * The list of documents. 43 * <code>repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;</code> 50 * The list of documents. 53 * <code>repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;</code> 60 * The list of documents. 63 * <code>repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;</code> 71 * The list of documents. 74 * <code>repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;</code>
|
/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ |
D | AssistQueryParametersOrBuilder.java | 30 * Key-value filters on the metadata of documents returned by article 32 * documents that match all filters in their 35 * filters to match all documents that have 'US' or 'CA' in their market 56 * Key-value filters on the metadata of documents returned by article 58 * documents that match all filters in their 61 * filters to match all documents that have 'US' or 'CA' in their market 85 * Key-value filters on the metadata of documents returned by article 87 * documents that match all filters in their 90 * filters to match all documents that have 'US' or 'CA' in their market 111 * Key-value filters on the metadata of documents returned by article [all …]
|
D | ListDocumentsResponse.java | 26 * [Documents.ListDocuments][google.cloud.dialogflow.v2.Documents.ListDocuments]. 80 * The list of documents. 83 * <code>repeated .google.cloud.dialogflow.v2.Document documents = 1;</code> 93 * The list of documents. 96 * <code>repeated .google.cloud.dialogflow.v2.Document documents = 1;</code> 107 * The list of documents. 110 * <code>repeated .google.cloud.dialogflow.v2.Document documents = 1;</code> 120 * The list of documents. 123 * <code>repeated .google.cloud.dialogflow.v2.Document documents = 1;</code> 133 * The list of documents. [all …]
|
D | ListDocumentsResponseOrBuilder.java | 30 * The list of documents. 33 * <code>repeated .google.cloud.dialogflow.v2.Document documents = 1;</code> 40 * The list of documents. 43 * <code>repeated .google.cloud.dialogflow.v2.Document documents = 1;</code> 50 * The list of documents. 53 * <code>repeated .google.cloud.dialogflow.v2.Document documents = 1;</code> 60 * The list of documents. 63 * <code>repeated .google.cloud.dialogflow.v2.Document documents = 1;</code> 71 * The list of documents. 74 * <code>repeated .google.cloud.dialogflow.v2.Document documents = 1;</code>
|
/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta3/src/main/java/com/google/cloud/documentai/v1beta3/ |
D | GcsDocuments.java | 25 * Specifies a set of documents on Cloud Storage. 78 * The list of documents. 81 * <code>repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;</code> 91 * The list of documents. 94 * <code>repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;</code> 105 * The list of documents. 108 * <code>repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;</code> 118 * The list of documents. 121 * <code>repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;</code> 131 * The list of documents. [all …]
|
D | GcsDocumentsOrBuilder.java | 30 * The list of documents. 33 * <code>repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;</code> 40 * The list of documents. 43 * <code>repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;</code> 50 * The list of documents. 53 * <code>repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;</code> 60 * The list of documents. 63 * <code>repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;</code> 71 * The list of documents. 74 * <code>repeated .google.cloud.documentai.v1beta3.GcsDocument documents = 1;</code>
|
/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1/src/main/java/com/google/cloud/documentai/v1/ |
D | GcsDocuments.java | 25 * Specifies a set of documents on Cloud Storage. 78 * The list of documents. 81 * <code>repeated .google.cloud.documentai.v1.GcsDocument documents = 1;</code> 91 * The list of documents. 94 * <code>repeated .google.cloud.documentai.v1.GcsDocument documents = 1;</code> 105 * The list of documents. 108 * <code>repeated .google.cloud.documentai.v1.GcsDocument documents = 1;</code> 118 * The list of documents. 121 * <code>repeated .google.cloud.documentai.v1.GcsDocument documents = 1;</code> 131 * The list of documents. [all …]
|
D | GcsDocumentsOrBuilder.java | 30 * The list of documents. 33 * <code>repeated .google.cloud.documentai.v1.GcsDocument documents = 1;</code> 40 * The list of documents. 43 * <code>repeated .google.cloud.documentai.v1.GcsDocument documents = 1;</code> 50 * The list of documents. 53 * <code>repeated .google.cloud.documentai.v1.GcsDocument documents = 1;</code> 60 * The list of documents. 63 * <code>repeated .google.cloud.documentai.v1.GcsDocument documents = 1;</code> 71 * The list of documents. 74 * <code>repeated .google.cloud.documentai.v1.GcsDocument documents = 1;</code>
|
/external/googleapis/google/cloud/documentai/v1beta3/ |
D | document_service.proto | 59 // Import documents into a dataset. 81 // Returns a list of documents present in the dataset. 90 // Deletes a set of documents. 122 // Documents belonging to a dataset will be split into different groups 128 // Identifies the train documents. 131 // Identifies the test documents. 134 // Identifies the unassigned documents. 168 // Config for importing documents. 178 // Target dataset split where the documents must be stored. 181 // If set, documents will be automatically split into training and test [all …]
|
/external/google-cloud-java/java-dialogflow/grpc-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ |
D | DocumentsGrpc.java | 25 * [Documents][google.cloud.dialogflow.v2beta1.Document]. 36 public static final String SERVICE_NAME = "google.cloud.dialogflow.v2beta1.Documents"; 400 * [Documents][google.cloud.dialogflow.v2beta1.Document]. 409 * Returns the list of all documents of the knowledge base. 410 * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; 411 * only use `projects.knowledgeBases.documents`. 427 * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; 428 * only use `projects.knowledgeBases.documents`. 450 * Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; 451 * only use `projects.knowledgeBases.documents`. [all …]
|
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | firestore.v1beta1.json | 116 …or a subset of documents from Google Cloud Firestore to another storage system, such as Google Clo… 145 …"description": "Imports documents into Google Cloud Firestore. Existing documents with the same na… 175 "documents": { object 178 …"description": "Gets multiple documents. Documents returned by this method are not guaranteed to b… 179 … "flatPath": "v1beta1/projects/{projectsId}/databases/{databasesId}/documents:batchGet", 181 "id": "firestore.projects.databases.documents.batchGet", 194 "path": "v1beta1/{+database}/documents:batchGet", 208 … "flatPath": "v1beta1/projects/{projectsId}/databases/{databasesId}/documents:batchWrite", 210 "id": "firestore.projects.databases.documents.batchWrite", 223 "path": "v1beta1/{+database}/documents:batchWrite", [all …]
|
/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1/src/main/proto/google/cloud/documentai/v1/ |
D | document_io.proto | 48 // Specifies a set of documents on Cloud Storage. 50 // The list of documents. 51 repeated GcsDocument documents = 1; field 54 // Specifies all documents on Cloud Storage with a common prefix. 60 // The common config to specify a set of documents used as input. 64 // The set of documents that match the specified Cloud Storage `gcs_prefix`. 67 // The set of documents individually specified on Cloud Storage. 72 // Config that controls the output of documents. All documents will be written 75 // The configuration used when outputting documents. 89 // Specifies which fields to include in the output documents.
|
/external/python/google-api-python-client/docs/dyn/ |
D | dialogflow_v2beta1.projects.locations.knowledgeBases.documents.html | 75 … . <a href="dialogflow_v2beta1.projects.locations.knowledgeBases.documents.html">documents</a></h1> 82 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 85 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 88 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 91 <p class="firstline">Create documents by importing data from external sources. Dialogflow supports … 94 …documents of the knowledge base. Note: The `projects.agent.knowledgeBases.documents` resource is d… 100 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 103 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 112 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 119 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… [all …]
|
D | dialogflow_v2beta1.projects.knowledgeBases.documents.html | 75 …eBases</a> . <a href="dialogflow_v2beta1.projects.knowledgeBases.documents.html">documents</a></h1> 82 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 85 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 88 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 91 <p class="firstline">Create documents by importing data from external sources. Dialogflow supports … 94 …documents of the knowledge base. Note: The `projects.agent.knowledgeBases.documents` resource is d… 100 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 103 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 112 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 119 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… [all …]
|
D | dialogflow_v2beta1.projects.agent.knowledgeBases.documents.html | 75 …</a> . <a href="dialogflow_v2beta1.projects.agent.knowledgeBases.documents.html">documents</a></h1> 82 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 85 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 88 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 91 …documents of the knowledge base. Note: The `projects.agent.knowledgeBases.documents` resource is d… 97 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 100 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 109 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 116 …: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowled… 118 …documents stored in Google Cloud Storage, these URIs must have the form `gs:///`. NOTE: External U… [all …]
|
/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta3/src/main/proto/google/cloud/documentai/v1beta3/ |
D | document_io.proto | 48 // Specifies a set of documents on Cloud Storage. 50 // The list of documents. 51 repeated GcsDocument documents = 1; field 54 // Specifies all documents on Cloud Storage with a common prefix. 60 // The common config to specify a set of documents used as input. 64 // The set of documents that match the specified Cloud Storage `gcs_prefix`. 67 // The set of documents individually specified on Cloud Storage. 72 // Config that controls the output of documents. All documents will be written 75 // The configuration used when outputting documents. 89 // Specifies which fields to include in the output documents.
|