Home
last modified time | relevance | path

Searched refs:api_key (Results 1 – 25 of 56) sorted by relevance

123

/external/google-breakpad/src/common/linux/
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()
Dsymbol_collector_client.h64 const string& api_key,
70 const string& api_key,
79 const string& api_key,
Dsymbol_upload.cc180 options.api_key, in SymUploadV2Start()
197 options.api_key, in SymUploadV2Start()
232 options.api_key, in SymUploadV2Start()
Dsymbol_upload.h61 string api_key; member
/external/python/python-api-core/google/api_core/
Dclient_options.py113 api_key: Optional[str] = None,
121 if api_key and credentials_file:
129 self.api_key = api_key
/external/google-breakpad/src/common/windows/
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()
Dsymbol_collector_client.h65 wstring& api_key,
72 wstring& api_key,
84 wstring& api_key,
Dsym_upload_v2_protocol.cc50 const wchar_t* api_key, in SymUploadV2ProtocolSend() argument
59 wstring key(api_key); in SymUploadV2ProtocolSend()
Dsym_upload_v2_protocol.h55 const wchar_t* api_key,
/external/python/python-api-core/tests/unit/
Dtest_client_options.py86 api_key="api-key",
96 assert options.api_key == "api-key"
106 api_key="api-key",
136 assert options.api_key is None
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Dupload_rbe_results.py114 def _get_resultstore_data(api_key, invocation_id): argument
129 % (invocation_id, api_key, page_token),
177 api_key = args.api_key or _get_api_key() variable
179 resultstore_actions = _get_resultstore_data(api_key, invocation_id)
/external/grpc-grpc/tools/run_tests/python_utils/
Dupload_rbe_results.py123 def _get_resultstore_data(api_key, invocation_id): argument
137 % (invocation_id, api_key, page_token),
201 api_key = args.api_key or _get_api_key() variable
203 resultstore_actions = _get_resultstore_data(api_key, invocation_id)
/external/federated-compute/fcp/client/
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()
Dgrpc_bidi_stream.h77 GrpcBidiStream(const std::string& target, const std::string& api_key,
92 const std::string& api_key, const std::string& population_name,
Dfl_runner.h79 const std::string& federated_service_uri, const std::string& api_key,
/external/google-breakpad/src/tools/windows/converter_exe/
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()
824 if (!WindowsStringUtils::safe_mbstowcs(value, &options.api_key)) { in main()
[all …]
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/api/
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.
/external/googleapis/google/api/
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.
/external/federated-compute/fcp/client/http/
Dprotocol_request_helper.cc184 absl::string_view request_base_uri, absl::string_view api_key, in ProtocolRequestCreator() argument
187 api_key_(api_key), in ProtocolRequestCreator()
254 ProtocolRequestCreator::Create(absl::string_view api_key, in Create() argument
264 forwarding_info.target_uri_prefix(), api_key, in Create()
Dhttp_secagg_send_to_server_impl.h46 absl::string_view api_key, Clock* clock,
72 absl::string_view api_key, Clock* clock, in HttpSecAggSendToServerImpl() argument
89 : api_key_(api_key), in HttpSecAggSendToServerImpl()
Dprotocol_request_helper.h41 absl::string_view api_key, HeaderList request_headers,
48 absl::string_view api_key,
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()
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc200 const wchar_t* api_key = nullptr; in wmain() local
255 api_key = argv[currentarg++]; in wmain()
259 api_url, api_key, timeout == -1 ? nullptr : &timeout, in wmain()
/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
/external/python/google-api-python-client/docs/
Dmocks.md21 api_key = 'your_api_key'
22 service = build('books', 'v1', http=http, developerKey=api_key)
100 api_key = 'your_api_key'

123