| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/ |
| D | SetInventoryRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 * Required. The inventory information to update. The allowable fields to 31 * update are: 41 * If the caller does not have permission to update the 45 * If the [Product][google.cloud.retail.v2alpha.Product] to update does not 48 * If the [Product][google.cloud.retail.v2alpha.Product] to update has 50 * merged while respecting the last update time for each inventory field, 53 * The caller can replace place IDs for a subset of fulfillment types in the 57 * * Specifies only the desired fulfillment types and corresponding place IDs 58 * to update in [all …]
|
| D | SetInventoryRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 76 * Required. The inventory information to update. The allowable fields to 77 * update are: 87 * If the caller does not have permission to update the 91 * If the [Product][google.cloud.retail.v2alpha.Product] to update does not 94 * If the [Product][google.cloud.retail.v2alpha.Product] to update has 96 * merged while respecting the last update time for each inventory field, 99 * The caller can replace place IDs for a subset of fulfillment types in the 103 * * Specifies only the desired fulfillment types and corresponding place IDs 104 * to update in [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/ |
| D | SetInventoryRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 * Required. The inventory information to update. The allowable fields to 31 * update are: 41 * If the caller does not have permission to update the 45 * If the [Product][google.cloud.retail.v2.Product] to update does not have 48 * If the [Product][google.cloud.retail.v2.Product] to update has existing 50 * while respecting the last update time for each inventory field, using the 53 * The caller can replace place IDs for a subset of fulfillment types in the 57 * * Specifies only the desired fulfillment types and corresponding place IDs 58 * to update in [all …]
|
| D | SetInventoryRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 76 * Required. The inventory information to update. The allowable fields to 77 * update are: 87 * If the caller does not have permission to update the 91 * If the [Product][google.cloud.retail.v2.Product] to update does not have 94 * If the [Product][google.cloud.retail.v2.Product] to update has existing 96 * while respecting the last update time for each inventory field, using the 99 * The caller can replace place IDs for a subset of fulfillment types in the 103 * * Specifies only the desired fulfillment types and corresponding place IDs 104 * to update in [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/ |
| D | SetInventoryRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 * Required. The inventory information to update. The allowable fields to 31 * update are: 41 * If the caller does not have permission to update the 45 * If the [Product][google.cloud.retail.v2beta.Product] to update does not 48 * If the [Product][google.cloud.retail.v2beta.Product] to update has existing 50 * while respecting the last update time for each inventory field, using the 53 * The caller can replace place IDs for a subset of fulfillment types in the 57 * * Specifies only the desired fulfillment types and corresponding place IDs 58 * to update in [all …]
|
| D | SetInventoryRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 76 * Required. The inventory information to update. The allowable fields to 77 * update are: 87 * If the caller does not have permission to update the 91 * If the [Product][google.cloud.retail.v2beta.Product] to update does not 94 * If the [Product][google.cloud.retail.v2beta.Product] to update has existing 96 * while respecting the last update time for each inventory field, using the 99 * The caller can replace place IDs for a subset of fulfillment types in the 103 * * Specifies only the desired fulfillment types and corresponding place IDs 104 * to update in [all …]
|
| /external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/ |
| D | DataUpdateActionOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 * Map of (K, V) -> (valid name of the field, new value of the field) 31 * E.g., ("age", "60") entry triggers update of field age with a value of 60. 33 * During update action execution, value strings will be casted to 34 * appropriate types. 44 * Map of (K, V) -> (valid name of the field, new value of the field) 45 * E.g., ("age", "60") entry triggers update of field age with a value of 60. 47 * During update action execution, value strings will be casted to 48 * appropriate types. 61 * Map of (K, V) -> (valid name of the field, new value of the field) [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
| D | HashBuilder.h | 1 //===- llvm/Support/HashBuilder.h - Convenient hashing interface-*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // various data types, without relying on the underlying hasher type to know 11 // about hashed data types. 13 //===----------------------------------------------------------------------===// 48 /// Forward to `HasherT::update(ArrayRef<uint8_t>)`. 53 void update(ArrayRef<uint8_t> Data) { this->getHasher().update(Data); } in update() function 55 /// Forward to `HasherT::update(ArrayRef<uint8_t>)`. 60 void update(StringRef Data) { in update() function [all …]
|
| /external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ |
| D | BatchUpdateEntityTypesRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 * Required. The name of the agent to update or create entity types in. 45 * Required. The name of the agent to update or create entity types in. 61 * The URI to a Google Cloud Storage file containing entity types to update 76 * The URI to a Google Cloud Storage file containing entity types to update 91 * The URI to a Google Cloud Storage file containing entity types to update 107 * The collection of entity types to update or create. 119 * The collection of entity types to update or create. 131 * The collection of entity types to update or create. 142 * Optional. The language used to access language-specific data. [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | tagmanager_v1.accounts.containers.triggers.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | tagmanager_v1.accounts.containers.folders.entities.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | tagmanager_v2.accounts.containers.workspaces.triggers.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | tagmanager_v1.accounts.containers.versions.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | tagmanager_v2.accounts.containers.workspaces.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | tagmanager_v2.accounts.containers.versions.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | tagmanager_v1.accounts.containers.environments.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | securitycenter_v1.organizations.notificationConfigs.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | tagmanager_v2.accounts.containers.environments.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | tagmanager_v2.accounts.containers.workspaces.variables.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ |
| D | StructTypeOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 * Unordered map of struct field names to their data types. 31 * Fields cannot be added or removed via Update. Their names and 32 * data types are still mutable. 42 * Unordered map of struct field names to their data types. 43 * Fields cannot be added or removed via Update. Their names and 44 * data types are still mutable. 57 * Unordered map of struct field names to their data types. 58 * Fields cannot be added or removed via Update. Their names and 59 * data types are still mutable. [all …]
|
| /external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ |
| D | BatchUpdateEntityTypesRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 * Required. The name of the agent to update or create entity types in. 32 * - `projects/<Project ID>/agent` 33 * - `projects/<Project ID>/locations/<Location ID>/agent` 47 * Required. The name of the agent to update or create entity types in. 49 * - `projects/<Project ID>/agent` 50 * - `projects/<Project ID>/locations/<Location ID>/agent` 65 * The URI to a Google Cloud Storage file containing entity types to update 80 * The URI to a Google Cloud Storage file containing entity types to update 95 * The URI to a Google Cloud Storage file containing entity types to update [all …]
|
| /external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ |
| D | UpdateTaxonomyRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 * The taxonomy to update. You can update only its description, display name, 31 * and activated policy types. 43 * The taxonomy to update. You can update only its description, display name, 44 * and activated policy types. 56 * The taxonomy to update. You can update only its description, display name, 57 * and activated policy types. 68 * Specifies fields to update. If not set, defaults to all fields you can 69 * update. 71 * (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask). [all …]
|
| D | UpdateTaxonomyRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 75 * The taxonomy to update. You can update only its description, display name, 76 * and activated policy types. 91 * The taxonomy to update. You can update only its description, display name, 92 * and activated policy types. 109 * The taxonomy to update. You can update only its description, display name, 110 * and activated policy types. 128 * Specifies fields to update. If not set, defaults to all fields you can 129 * update. 131 * (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask). [all …]
|
| /external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/v1beta1/ |
| D | UpdateTaxonomyRequestOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 * The taxonomy to update. Only description, display_name, and activated 31 * policy types can be updated. 43 * The taxonomy to update. Only description, display_name, and activated 44 * policy types can be updated. 56 * The taxonomy to update. Only description, display_name, and activated 57 * policy types can be updated. 68 * The update mask applies to the resource. For the `FieldMask` definition, 70 * https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask 71 * If not set, defaults to all of the fields that are allowed to update. [all …]
|
| D | UpdateTaxonomyRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 75 * The taxonomy to update. Only description, display_name, and activated 76 * policy types can be updated. 91 * The taxonomy to update. Only description, display_name, and activated 92 * policy types can be updated. 109 * The taxonomy to update. Only description, display_name, and activated 110 * policy types can be updated. 128 * The update mask applies to the resource. For the `FieldMask` definition, 130 * https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask 131 * If not set, defaults to all of the fields that are allowed to update. [all …]
|