Home
last modified time | relevance | path

Searched full:api_key (Results 1 – 25 of 146) sorted by relevance

123456

/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
H A DSystemParameters.java91 * - name: api_key
92 * url_query_parameter: api_key
98 * - name: api_key
100 * - name: api_key
125 * - name: api_key
126 * url_query_parameter: api_key
132 * - name: api_key
134 * - name: api_key
160 * - name: api_key
161 * url_query_parameter: api_key
[all …]
H A DSystemParametersOrBuilder.java40 * - name: api_key
41 * url_query_parameter: api_key
47 * - name: api_key
49 * - name: api_key
71 * - name: api_key
72 * url_query_parameter: api_key
78 * - name: api_key
80 * - name: api_key
102 * - name: api_key
103 * url_query_parameter: api_key
[all …]
H A DSystemParameter.java81 * Define the name of the parameter, such as "api_key" . It is case sensitive.
104 * Define the name of the parameter, such as "api_key" . It is case sensitive.
622 * Define the name of the parameter, such as "api_key" . It is case sensitive.
644 * Define the name of the parameter, such as "api_key" . It is case sensitive.
666 * Define the name of the parameter, such as "api_key" . It is case sensitive.
687 * Define the name of the parameter, such as "api_key" . It is case sensitive.
704 * Define the name of the parameter, such as "api_key" . It is case sensitive.
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dsymbol_collector_client.cc49 const string& api_key, in CreateUploadUrl() argument
55 if (!api_key.empty()) { in CreateUploadUrl()
56 url += "?key=" + api_key; in CreateUploadUrl()
105 const string& api_key, in CompleteUpload() argument
114 if (!api_key.empty()) { in CompleteUpload()
115 url += "?key=" + api_key; in CompleteUpload()
158 const string& api_key, in CheckSymbolStatus() argument
165 if (!api_key.empty()) { in CheckSymbolStatus()
166 url += "?key=" + api_key; in CheckSymbolStatus()
H A Dsymbol_collector_client.h64 const string& api_key,
70 const string& api_key,
79 const string& api_key,
/aosp_15_r20/external/grpc-grpc/tools/run_tests/python_utils/
H A Dupload_rbe_results.py59 "Must add --api_key arg if not on "
123 def _get_resultstore_data(api_key, invocation_id): argument
126 api_key: String of ResultStore API key
137 % (invocation_id, api_key, page_token),
169 "--api_key",
201 api_key = args.api_key or _get_api_key() variable
203 resultstore_actions = _get_resultstore_data(api_key, invocation_id)
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Dupload_rbe_results.py57 assert os.path.isfile(api_key_file), 'Must add --api_key arg if not on ' \
114 def _get_resultstore_data(api_key, invocation_id): argument
117 api_key: String of ResultStore API key
129 % (invocation_id, api_key, page_token),
154 argp.add_argument('--api_key',
177 api_key = args.api_key or _get_api_key() variable
179 resultstore_actions = _get_resultstore_data(api_key, invocation_id)
/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Dprotocol_request_helper_test.cc49 constexpr absl::string_view kApiKey = "API_KEY";
143 Header{"x-goog-api-key", "API_KEY"}, in TEST()
165 Header{"x-goog-api-key", "API_KEY"}, in TEST()
185 UnorderedElementsAre(Header{"x-goog-api-key", "API_KEY"})); in TEST()
199 UnorderedElementsAre(Header{"x-goog-api-key", "API_KEY"})); in TEST()
268 ContainerEq(HeaderList{{"x-goog-api-key", "API_KEY"}, in TEST_F()
305 UnorderedElementsAre(Header{"x-goog-api-key", "API_KEY"}, in TEST_F()
322 UnorderedElementsAre(Header{"x-goog-api-key", "API_KEY"}, in TEST_F()
358 {"x-goog-api-key", "API_KEY"}, in TEST_F()
682 ContainerEq(HeaderList{{"x-goog-api-key", "API_KEY"}, in TEST_F()
[all …]
H A Dhttp_secagg_send_to_server_impl.cc119 absl::string_view api_key, Clock* clock, in Create() argument
135 ProtocolRequestCreator::Create(api_key, secagg_upload_forwarding_info, in Create()
142 api_key, masked_result_resource.data_upload_forwarding_info(), in Create()
149 api_key, nonmasked_result_resource.data_upload_forwarding_info(), in Create()
153 api_key, clock, request_helper, interruptible_runner, in Create()
/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/
H A Dconverter.cc220 const wstring& api_key, in UploadSymbolFile() argument
249 upload_symbol_url.c_str(), api_key.c_str(), &timeout_ms, debug_file_w, in UploadSymbolFile()
340 wstring api_key; member
443 UploadSymbolFile(options.upload_symbols_url, options.api_key, in ConvertMissingSymbolFile()
451 UploadSymbolFile(options.upload_symbols_url, options.api_key, in ConvertMissingSymbolFile()
459 UploadSymbolFile(options.upload_symbols_url, options.api_key, in ConvertMissingSymbolFile()
552 UploadSymbolFile(options.upload_symbols_url, options.api_key, in ConvertMissingSymbolFile()
560 UploadSymbolFile(options.upload_symbols_url, options.api_key, in ConvertMissingSymbolFile()
567 UploadSymbolFile(options.upload_symbols_url, options.api_key, in ConvertMissingSymbolFile()
739 " -k <api_key> API key to use when uploading symbols\n" in usage()
[all …]
/aosp_15_r20/external/google-breakpad/src/common/windows/
H A Dsymbol_collector_client.cc18 wstring& api_key, in CreateUploadUrl() argument
23 L"?key=" + api_key; in CreateUploadUrl()
73 wstring& api_key, in CompleteUpload() argument
82 L"?key=" + api_key; in CompleteUpload()
141 wstring& api_key, in CheckSymbolStatus() argument
149 L"?key=" + api_key; in CheckSymbolStatus()
H A Dsymbol_collector_client.h65 wstring& api_key,
72 wstring& api_key,
84 wstring& api_key,
/aosp_15_r20/external/googleapis/google/api/
H A Dsystem_parameter.proto45 // - name: api_key
46 // url_query_parameter: api_key
55 // - name: api_key
57 // - name: api_key
86 // Define the name of the parameter, such as "api_key" . It is case sensitive.
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/api/
H A Dsystem_parameter.proto45 // - name: api_key
46 // url_query_parameter: api_key
55 // - name: api_key
57 // - name: api_key
86 // Define the name of the parameter, such as "api_key" . It is case sensitive.
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ima/src/test/java/com/google/android/exoplayer2/ext/ima/
H A DImaServerSideAdInsertionUriBuilderTest.java37 private static final String API_KEY = "testApiKey"; field in ImaServerSideAdInsertionUriBuilderTest
58 builder.setApiKey(API_KEY); in build_live_correctUriParsing()
70 assertThat(streamRequest.getApiKey()).isEqualTo(API_KEY); in build_live_correctUriParsing()
92 builder.setApiKey(API_KEY); in build_vod_correctUriParsing()
105 assertThat(streamRequest.getApiKey()).isEqualTo(API_KEY); in build_vod_correctUriParsing()
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/impl/
DCobaltPeriodicJobImplTest.java100 private static final String API_KEY = "12345678"; field in CobaltPeriodicJobImplTest
309 ByteString.copyFrom(API_KEY.getBytes(UTF_8)),
407 assertThat(apiKeysOf(sentEnvelopes)).containsExactly(API_KEY);
468 assertThat(apiKeysOf(sentEnvelopes)).containsExactly(API_KEY);
535 assertThat(apiKeysOf(sentEnvelopes)).containsExactly(API_KEY);
617 assertThat(apiKeysOf(sentEnvelopes)).containsExactly(API_KEY, API_KEY);
687 assertThat(apiKeysOf(sentEnvelopes)).containsExactly(API_KEY);
770 assertThat(apiKeysOf(sentEnvelopes)).containsExactly(API_KEY);
835 assertThat(apiKeysOf(sentEnvelopes)).containsExactly(API_KEY);
1236 assertThat(apiKeysOf(sentEnvelopes)).containsExactly(API_KEY);
[all …]
/aosp_15_r20/external/google-cloud-java/java-recommendations-ai/proto-google-cloud-recommendations-ai-v1beta1/src/main/java/com/google/cloud/recommendationengine/v1beta1/
H A DPredictionApiKeyRegistration.java82 * <code>string api_key = 1;</code>
105 * <code>string api_key = 1;</code>
491 * <code>string api_key = 1;</code>
513 * <code>string api_key = 1;</code>
535 * <code>string api_key = 1;</code>
556 * <code>string api_key = 1;</code>
573 * <code>string api_key = 1;</code>
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dgrpc_bidi_stream.cc38 const std::string& api_key, in GrpcBidiStream() argument
43 api_key, population_name, grpc_channel_deadline_seconds) {} in GrpcBidiStream()
47 const std::string& api_key, const std::string& population_name, in GrpcBidiStream() argument
55 client_context_.AddMetadata(kApiKeyHeader, api_key); in GrpcBidiStream()
H A Dgrpc_bidi_stream.h68 * @param api_key The API key of the target endpoint.
77 GrpcBidiStream(const std::string& target, const std::string& api_key,
84 * @param api_key The API of the target endpoint.
92 const std::string& api_key, const std::string& population_name,
/aosp_15_r20/tools/test/mobly_extensions/tools/results_uploader/src/
Dresults_uploader.py352 api_key: str,
367 developerKey=api_key,
434 api_key = _retrieve_api_key(project_id)
435 if api_key is None:
465 api_key,
/aosp_15_r20/external/google-cloud-java/java-translate/google-cloud-translate/src/test/java/com/google/cloud/translate/it/
H A DITTranslateTest.java51 private static final String API_KEY = "api_key"; field in ITTranslateTest
147 TranslateOptions options = RemoteTranslateHelper.create(API_KEY).getOptions(); in testApiKeyOverridesDefaultCredentials()
149 assertEquals(options.getApiKey(), API_KEY); in testApiKeyOverridesDefaultCredentials() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/
Dapi.py131 api_key=self.private_api_key,
145 api_key=self.private_api_key,
186 api_key: Optional[str] = None,
189 if api_key:
190 params['key'] = api_key
/aosp_15_r20/external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v1/src/main/java/com/google/api/servicecontrol/v1/
H A DQuotaOperation.java494 * api_key:&lt;api_key&gt;.
521 * api_key:&lt;api_key&gt;.
1631 * api_key:&lt;api_key&gt;.
1657 * api_key:&lt;api_key&gt;.
1683 * api_key:&lt;api_key&gt;.
1708 * api_key:&lt;api_key&gt;.
1729 * api_key:&lt;api_key&gt;.
H A DQuotaOperationOrBuilder.java112 * api_key:&lt;api_key&gt;.
128 * api_key:&lt;api_key&gt;.
/aosp_15_r20/external/json-schema-validator/src/test/resources/schema/oas/v31/
H A Dpetstore.json336 "api_key": [] array
404 "name": "api_key",
525 "api_key": [] array
1218 "api_key": { object
1220 "name": "api_key",

123456