| /external/pigweed/pw_software_update/ |
| D | tuf.proto | 7 // https://www.apache.org/licenses/LICENSE-2.0 12 // License for the specific language governing permissions and limitations under 15 // Implementation of metadata formats specified in TUF Specification. 24 // Metadata for a particular TUF role (e.g. targets metadata). 27 // Serialized RootMetadata message that is the data portion of the metadata. 30 // Signature of the canonical form of the role's serialized metadata 37 // metadata. 40 // Signature of the canonical form of the role's serialized metadata 47 // metadata. 50 // Signature of the canonical form of the role's serialized metadata [all …]
|
| D | update_bundle.proto | 7 // https://www.apache.org/licenses/LICENSE-2.0 12 // License for the specific language governing permissions and limitations under 26 // project-specific update metadata should go in the top-level 31 // files is securely consistent (no target metadata mix and match). Any 32 // project-specific update metadata should go in the top-level 36 // Map of target metadata name to target metadata. 37 // Target metadata name can be an arbitrary name or a path that describes 39 // described in the snapshot metadata. e.g. "path/to/target/0". 45 // described in the target metadata. e.g. "path/to/amber_tools/0". 48 // If present, a client will attempt to upgrade its on-device trusted root [all …]
|
| /external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/longrunning/ |
| D | OperationFuture.java | 16 * this software without specific prior written permission. 40 * <p>Implementations are expected to be thread-safe. 60 * Peeks at the metadata of the operation tracked by this {@link OperationFuture}. If the initial 62 * metadata returned from the server (i.e. either initial call metadata or the metadata received 67 * be non-blocking. 69 * <p>Note, some APIs may return {@code null} in metadata response message. In such cases this 70 * method may return a non-null future whose {@code get()} method will return {@code null}. This 71 * behavior is API specific an should be considered a valid case, which indicates that the recent 72 * poll request has completed, but no specific metadata was provided by the server (i.e. most 73 * probably providing metadata for an intermediate result is not supported by the server). [all …]
|
| /external/google-cloud-java/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ |
| D | BatchPredictResultOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 30 * Additional domain-specific prediction response metadata. 39 * <code>map<string, string> metadata = 1;</code> 46 * Additional domain-specific prediction response metadata. 55 * <code>map<string, string> metadata = 1;</code> 65 * Additional domain-specific prediction response metadata. 74 * <code>map<string, string> metadata = 1;</code> 81 * Additional domain-specific prediction response metadata. 90 * <code>map<string, string> metadata = 1;</code> [all …]
|
| /external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ |
| D | BatchPredictResultOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 30 * Additional domain-specific prediction response metadata. 32 * `max_bounding_box_count` - (int64) At most that many bounding boxes per 35 * `max_bounding_box_count` - (int64) At most that many bounding boxes per 39 * <code>map<string, string> metadata = 1;</code> 46 * Additional domain-specific prediction response metadata. 48 * `max_bounding_box_count` - (int64) At most that many bounding boxes per 51 * `max_bounding_box_count` - (int64) At most that many bounding boxes per 55 * <code>map<string, string> metadata = 1;</code> [all …]
|
| /external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/ |
| D | ServiceMetadata.java | 12 * express or implied. See the License for the specific language governing 26 * Metadata about a service, like S3, DynamoDB, etc. 28 …* <p>This is useful for building meta-functionality around AWS services. For example, UIs that lis… 41 * @return The region-specific endpoint for this service. 52 * @return The region-specific endpoint for this service. 91 …* Retrieve the service-specific partition configuration of each partition in which this service is… 93 …* @return The list of service-specific service metadata for each partition in which this service i… 98 …* Load the service metadata for the provided service endpoint prefix. This should only be used whe… 99 …* a dependency on the service for which you are retrieving the metadata. When you have a dependenc… 100 …* the metadata should instead be loaded using the service client's {@code serviceMetadata()} metho… [all …]
|
| /external/googleapis/gapic/metadata/ |
| D | gapic_metadata.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 12 // See the License for the specific language governing permissions and 18 package google.gapic.metadata; 20 option csharp_namespace = "Google.Gapic.Metadata"; 21 option go_package = "google.golang.org/genproto/googleapis/gapic/metadata;metadata"; 24 option java_package = "com.google.gapic.metadata"; 25 option php_namespace = "Google\\Gapic\\Metadata"; 26 option ruby_package = "Google::Gapic::Metadata"; 28 // Metadata about a GAPIC library for a specific combination of API, version, and 34 // Any human-readable comments to be included in this file. [all …]
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/ |
| D | common.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 12 # See the License for the specific language governing permissions and 52 def _generic_library(self, directory: str, relative_dir=None, **kwargs) -> Path: 53 # load common repo meta information (metadata that's not language specific). 54 if "metadata" in kwargs: 55 self._load_generic_metadata(kwargs["metadata"], relative_dir=relative_dir) 58 if "samples" not in kwargs["metadata"] or not kwargs["metadata"]["samples"]: 63 if "repository" in kwargs["metadata"] and "repo" in kwargs["metadata"]: 64 kwargs["metadata"]["repo"]["default_branch"] = _get_default_branch_name( 65 kwargs["metadata"]["repository"] [all …]
|
| /external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/ |
| D | OperationOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 30 * The server-assigned name, which is only unique within the same service that 44 * The server-assigned name, which is only unique within the same service that 59 * Service-specific metadata associated with the operation. It typically 60 * contains progress information and common metadata such as create time. 61 * Some services might not provide such metadata. Any method that returns a 62 * long-running operation should document the metadata type, if any. 65 * <code>.google.protobuf.Any metadata = 2;</code> 67 * @return Whether the metadata field is set. [all …]
|
| /external/pigweed/pw_software_update/public/pw_software_update/ |
| D | update_bundle_accessor.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 12 // License for the specific language governing permissions and limitations under 31 // Name of the top-level Targets metadata. 35 // specific blob that is opaque to upstream but need to be passed around in 50 // update_reader - The staged incoming software update bundle. 51 // backend - Project-specific BundledUpdateBackend. 52 // self_verification - When set to true, perform a voluntary best effort 53 // verification against available metadata in the incoming bundle itself. 54 // Self verification does NOT use any on-device metadata, thus does not 55 // guard against malicious attacks. Self-verification is primarily meant [all …]
|
| /external/grpc-grpc-java/services/src/main/proto/grpc/binlog/v1/ |
| D | binarylog.proto | 8 // http://www.apache.org/licenses/LICENSE-2.0 13 // See the License for the specific language governing permissions and 17 // https://github.com/grpc/grpc-proto/blob/master/grpc/binlog/v1/binarylog.proto 101 // true if payload does not represent the full message or metadata. 107 // the case of trailers-only. On server side, peer is always 113 // This contains only the metadata from the application. 114 Metadata metadata = 1; field 133 // This contains only the metadata from the application. 134 Metadata metadata = 1; field 138 // This contains only the metadata from the application. [all …]
|
| /external/grpc-grpc/src/proto/grpc/testing/xds/v3/ |
| D | base.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 12 // See the License for the specific language governing permissions and 34 // either in this message or via :option:`--service-zone`. The meaning of zone 36 // <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html>`_ 37 // on AWS, `Zone <https://cloud.google.com/compute/docs/regions-zones/>`_ on 42 // into smaller chunks of sub-zones so they can be load balanced 47 // Identifies a specific Envoy instance. The node identifier is presented to the 50 // [#next-free-field: 12] 57 // :option:`--service-node`. 71 // :option:`--service-cluster`. [all …]
|
| /external/google-cloud-java/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ |
| D | ApiVersionOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 55 * Human-meaningful name. 67 * Human-meaningful name. 181 * A user-definable description of the lifecycle phase of this API version. 182 * Format: free-form, but we expect single words that describe API maturity, 196 * A user-definable description of the lifecycle phase of this API version. 197 * Format: free-form, but we expect single words that describe API maturity, 212 * Labels attach identifying metadata to resources. Identifying metadata can 231 * Labels attach identifying metadata to resources. Identifying metadata can [all …]
|
| D | ApiOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 55 * Human-meaningful name. 67 * Human-meaningful name. 181 * A user-definable description of the availability of this service. 182 * Format: free-form, but we expect single words that describe availability, 195 * A user-definable description of the availability of this service. 196 * Format: free-form, but we expect single words that describe availability, 264 * Labels attach identifying metadata to resources. Identifying metadata can 283 * Labels attach identifying metadata to resources. Identifying metadata can [all …]
|
| /external/google-cloud-java/java-grafeas/src/main/proto/grafeas/v1/ |
| D | upgrade.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 12 // See the License for the specific language governing permissions and 32 // Required for non-Windows OS. The package this Upgrade is for. 34 // Required for non-Windows OS. The version of the package in machine + human 37 // Metadata about the upgrade for each specific operating system. 39 // Required for Windows OS. Represents the metadata about the Windows update. 43 // The Upgrade Distribution represents metadata about the Upgrade for each 44 // operating system (CPE). Some distributions have additional metadata around 47 // Required - The specific operating system this metadata applies to. See 53 // https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ff357803(v=vs.85) [all …]
|
| /external/googleapis/grafeas/v1/ |
| D | upgrade.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 12 // See the License for the specific language governing permissions and 32 // Required for non-Windows OS. The package this Upgrade is for. 34 // Required for non-Windows OS. The version of the package in machine + human 37 // Metadata about the upgrade for each specific operating system. 39 // Required for Windows OS. Represents the metadata about the Windows update. 43 // The Upgrade Distribution represents metadata about the Upgrade for each 44 // operating system (CPE). Some distributions have additional metadata around 47 // Required - The specific operating system this metadata applies to. See 53 // https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ff357803(v=vs.85) [all …]
|
| /external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/ |
| D | UpgradeNoteOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 31 * Required for non-Windows OS. The package this Upgrade is for. 43 * Required for non-Windows OS. The package this Upgrade is for. 56 * Required for non-Windows OS. The version of the package in machine + human 69 * Required for non-Windows OS. The version of the package in machine + human 82 * Required for non-Windows OS. The version of the package in machine + human 94 * Metadata about the upgrade for each specific operating system. 104 * Metadata about the upgrade for each specific operating system. 114 * Metadata about the upgrade for each specific operating system. [all …]
|
| /external/grpc-grpc/doc/ |
| D | internationalization.md | 5 This document describes gRPC API and behavior specifics when used in a non-english environment. 9 …ome API elements need to be able to represent non-english content, some are intentionally left as … 13 Method names are ASCII-only and may only contain characters allowed by HTTP/2 text header values. T… 17 Recommended representation in language-specific APIs: string type. 20 Host names are punycode encoded, but the user is responsible for providing the punycode-encoded str… 22 Recommended representation in language-specific APIs: string/unicode string. 24 NOTE: overriding host name when invoking RPCs is only supported by C-core based gRPC implementation… 28 Status messages are expected to contain national-alphabet characters. 29 Allowed values are unicode strings (content will be percent-encoded on the wire). 31 Recommended representation in language-specific APIs: unicode string. [all …]
|
| /external/google-cloud-java/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/java/com/google/devtools/artifactregistry/v1beta2/ |
| D | VersionOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 31 * "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1". 46 * "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1". 61 * Optional. Description of the version, as specified in its metadata. 73 * Optional. Description of the version, as specified in its metadata. 213 * Output only. Repository-specific Metadata stored against this version. 214 * The fields returned are defined by the underlying repository-specific 219 * <code>.google.protobuf.Struct metadata = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 221 * @return Whether the metadata field is set. [all …]
|
| /external/google-cloud-java/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/ |
| D | VersionOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 31 * "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1". 46 * "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1". 61 * Optional. Description of the version, as specified in its metadata. 73 * Optional. Description of the version, as specified in its metadata. 213 * Output only. Repository-specific Metadata stored against this version. 214 * The fields returned are defined by the underlying repository-specific 220 * <code>.google.protobuf.Struct metadata = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 222 * @return Whether the metadata field is set. [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/metadata/ |
| D | Metadata.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 16 package com.google.android.exoplayer2.metadata; 27 /** A collection of metadata entries. */ 28 public final class Metadata implements Parcelable { class 30 /** A metadata entry. */ 34 * Returns the {@link Format} that can be used to decode the wrapped metadata in {@link 35 * #getWrappedMetadataBytes()}, or null if this Entry doesn't contain wrapped metadata. 43 * Returns the bytes of the wrapped metadata in this Entry, or null if it doesn't contain 44 * wrapped metadata. [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/metadata/ |
| D | Metadata.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 16 package com.google.android.exoplayer2.metadata; 27 /** A collection of metadata entries. */ 28 public final class Metadata implements Parcelable { class 30 /** A metadata entry. */ 34 * Returns the {@link Format} that can be used to decode the wrapped metadata in {@link 35 * #getWrappedMetadataBytes()}, or null if this Entry doesn't contain wrapped metadata. 43 * Returns the bytes of the wrapped metadata in this Entry, or null if it doesn't contain 44 * wrapped metadata. [all …]
|
| /external/google-cloud-java/java-automl/proto-google-cloud-automl-v1/src/main/proto/google/cloud/automl/v1/ |
| D | text.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 12 // See the License for the specific language governing permissions and 29 // Dataset metadata for classification. 35 // Model metadata that is specific to text classification. 41 // Dataset metadata that is specific to text extraction 46 // Model metadata that is specific to text extraction. 51 // Dataset metadata for text sentiment. 62 // Model metadata that is specific to text sentiment.
|
| /external/googleapis/google/cloud/automl/v1/ |
| D | text.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 12 // See the License for the specific language governing permissions and 29 // Dataset metadata for classification. 35 // Model metadata that is specific to text classification. 41 // Dataset metadata that is specific to text extraction 46 // Model metadata that is specific to text extraction. 51 // Dataset metadata for text sentiment. 62 // Model metadata that is specific to text sentiment.
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | dialogflow_v2beta1.projects.knowledgeBases.documents.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 …]
|