/aosp_15_r20/prebuilts/tools/common/google-api-services-compute/ |
HD | google-api-services-compute-v1-rev181-1.23.0.jar | ... maven/com.google.apis.google-api-services-compute/
META-INF/maven ... |
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | apigee_v1.organizations.apiproducts.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 …]
|
/aosp_15_r20/external/googleapis/google/analytics/admin/v1alpha/ |
H A D | analytics_admin.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 26 import "google/api/annotations.proto"; 27 import "google/api/client.proto"; 28 import "google/api/field_behavior.proto"; 29 import "google/api/resource.proto"; 39 // Service Interface for the Analytics Admin API (GA4). 41 option (google.api.default_host) = "analyticsadmin.googleapis.com"; 42 option (google.api.oauth_scopes) = 50 option (google.api.http) = { 51 get: "/v1alpha/{name=accounts/*}" [all …]
|
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/ |
HD | google-http-client-1.41.2.jar | ... google-http-client/
com/google/api/client/util/Clock$1.class |
HD | google-api-client-1.33.2.jar | ... META-INF/maven/com.google.api-client/google-api-client/
com ... |
HD | google-api-client-protobuf-1.33.2.jar | ... META-INF/maven/com.google.api-client/google-api-client-protobuf ... |
HD | google-http-client-xml-1.41.2.jar | ... http-client-xml/
com/google/api/client/xml/Xml$CustomizeParser.class ... |
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/ |
HD | google-http-client-1.39.0.jar | ... /api/client/http/json/
META-INF/maven/
META-INF/maven/ ... |
HD | google-api-client-1.31.3.jar | ... META-INF/maven/com.google.api-client/google-api-client/
com ... |
HD | google-api-client-protobuf-1.31.3.jar | ... META-INF/maven/com.google.api-client/google-api-client-protobuf ... |
HD | google-http-client-xml-1.39.0.jar | ... http-client-xml/
com/google/api/client/xml/Xml.class
Xml. ... |
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | google-http-client-1.36.0.jar | ... google-http-client/
com/google/api/client/json/JsonParser.class
JsonParser. ... |
D | google-api-client-1.30.10.jar | ... META-INF/maven/com.google.api-client/google-api-client/
com ... |
/aosp_15_r20/packages/services/Car/tests/BugReportApp/libs/ |
D | google-http-client-1.30.1.jar | ... google-http-client/
com/google/api/client/testing/http/javanet/package ... |
D | google-api-client-1.30.2.jar | ... .google.api-client/google-api-client/
com/google/api/client/ ... |
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/proto/google/analytics/admin/v1alpha/ |
H A D | analytics_admin.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 24 import "google/api/annotations.proto"; 25 import "google/api/client.proto"; 26 import "google/api/field_behavior.proto"; 27 import "google/api/resource.proto"; 37 // Service Interface for the Analytics Admin API (GA4). 39 option (google.api.default_host) = "analyticsadmin.googleapis.com"; 40 option (google.api.oauth_scopes) = 48 option (google.api.http) = { 49 get: "/v1alpha/{name=accounts/*}" [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/apigeeregistry/v1/ |
H A D | registry_service.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 import "google/api/annotations.proto"; 20 import "google/api/client.proto"; 21 import "google/api/field_behavior.proto"; 22 import "google/api/httpbody.proto"; 23 import "google/api/resource.proto"; 38 option (google.api.default_host) = "apigeeregistry.googleapis.com"; 39 option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; 43 option (google.api.http) = { 46 option (google.api.method_signature) = "parent"; [all …]
|
/aosp_15_r20/external/google-cloud-java/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/ |
H A D | registry_service.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 import "google/api/annotations.proto"; 20 import "google/api/client.proto"; 21 import "google/api/field_behavior.proto"; 22 import "google/api/httpbody.proto"; 23 import "google/api/resource.proto"; 38 option (google.api.default_host) = "apigeeregistry.googleapis.com"; 39 option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; 43 option (google.api.http) = { 46 option (google.api.method_signature) = "parent"; [all …]
|
/aosp_15_r20/external/OpenCL-ICD-Loader/scripts/ |
H A D | icd_dispatch_generated.c.mako | 2 # APIs to skip - they need to be done "manually": 5 'clGetExtensionFunctionAddress', # to return ICD-aware extensions 6 'clGetExtensionFunctionAddressForPlatform', # to return ICD-aware extensions 26 * Copyright (c) 2012-2023 The Khronos Group Inc. 32 * http://www.apache.org/licenses/LICENSE-2.0 53 %for api in apis: 54 %if not api.Name in apiskip: 56 handle = api.Params[0] 66 ${("CL_API_ENTRY", "static")[disp]} ${api.RetType} CL_API_CALL ${api.Name + ("", "_disp")[disp]}( 67 %for i, param in enumerate(api.Params): [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/telcoautomation/v1alpha1/ |
H A D | telcoautomation.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 import "google/api/annotations.proto"; 20 import "google/api/client.proto"; 21 import "google/api/field_behavior.proto"; 22 import "google/api/resource.proto"; 42 option (google.api.default_host) = "telcoautomation.googleapis.com"; 43 option (google.api.oauth_scopes) = 44 "https://www.googleapis.com/auth/cloud-platform"; 49 option (google.api.http) = { 52 option (google.api.method_signature) = "parent"; [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/telcoautomation/v1/ |
H A D | telcoautomation.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 import "google/api/annotations.proto"; 20 import "google/api/client.proto"; 21 import "google/api/field_behavior.proto"; 22 import "google/api/resource.proto"; 42 option (google.api.default_host) = "telcoautomation.googleapis.com"; 43 option (google.api.oauth_scopes) = 44 "https://www.googleapis.com/auth/cloud-platform"; 49 option (google.api.http) = { 52 option (google.api.method_signature) = "parent"; [all …]
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ |
H A D | SystemParameters.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/api/system_parameter.proto 19 package com.google.api; 26 * A system parameter is a special kind of parameter defined by the API 27 * system, not by an individual API. It is typically mapped to an HTTP header 32 * Protobuf type {@code google.api.SystemParameters} 36 // @@protoc_insertion_point(message_implements:google.api.SystemParameters) 60 return com.google.api.SystemParameterProto in getDescriptor() 67 return com.google.api.SystemParameterProto in internalGetFieldAccessorTable() 70 com.google.api.SystemParameters.class, com.google.api.SystemParameters.Builder.class); in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/external/googleapis/google/analytics/admin/v1beta/ |
H A D | analytics_admin.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 21 import "google/api/annotations.proto"; 22 import "google/api/client.proto"; 23 import "google/api/field_behavior.proto"; 24 import "google/api/resource.proto"; 34 // Service Interface for the Analytics Admin API (GA4). 36 option (google.api.default_host) = "analyticsadmin.googleapis.com"; 37 option (google.api.oauth_scopes) = 43 option (google.api.http) = { 44 get: "/v1beta/{name=accounts/*}" [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/vmwareengine/v1/ |
H A D | vmwareengine.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 22 import "google/api/annotations.proto"; 23 import "google/api/client.proto"; 24 import "google/api/field_behavior.proto"; 25 import "google/api/field_info.proto"; 26 import "google/api/resource.proto"; 37 option (google.api.resource_definition) = { 44 option (google.api.default_host) = "vmwareengine.googleapis.com"; 45 option (google.api.oauth_scopes) = 46 "https://www.googleapis.com/auth/cloud-platform"; [all …]
|
/aosp_15_r20/frameworks/base/api/ |
H A D | StubLibraries.bp | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 // raw source files --(metalava)--> stub source files --(javac)--> stub jar files 19 // - The metalava conversion is done by droidstub modules 20 // - The javac compilation is done by java_library modules 22 // The metalava conversion is also responsible for creating API signature files 23 // and comparing them against the checked in API signature, and also checking compatibility 24 // with the latest frozen API signature. 31 from: "frameworks/base/api/Android.bp", 36 name: "api-stubs-docs-non-updatable", 38 "android-non-updatable-stubs-defaults", [all …]
|