Home
last modified time | relevance | path

Searched refs:DeleteHmacKey (Results 1 – 25 of 74) sorted by relevance

123

/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/
H A Dclient_service_account_test.cc140 TEST_F(ServiceAccountTest, DeleteHmacKey) { in TEST_F() argument
141 EXPECT_CALL(*mock_, DeleteHmacKey(_)) in TEST_F()
149 Status actual = client_->DeleteHmacKey( in TEST_F()
156 mock_, EXPECT_CALL(*mock_, DeleteHmacKey(_)), in TEST_F()
157 [](Client& client) { return client.DeleteHmacKey("test-access-id"); }, in TEST_F()
163 *client_, EXPECT_CALL(*mock_, DeleteHmacKey(_)), in TEST_F()
164 [](Client& client) { return client.DeleteHmacKey("test-access-id"); }, in TEST_F()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/
H A Dclient_service_account_test.cc142 TEST_F(ServiceAccountTest, DeleteHmacKey) { in TEST_F() argument
143 EXPECT_CALL(*mock_, DeleteHmacKey(_)) in TEST_F()
151 Status actual = client_->DeleteHmacKey( in TEST_F()
158 mock_, EXPECT_CALL(*mock_, DeleteHmacKey(_)), in TEST_F()
159 [](Client& client) { return client.DeleteHmacKey("test-access-id"); }, in TEST_F()
165 *client_, EXPECT_CALL(*mock_, DeleteHmacKey(_)), in TEST_F()
166 [](Client& client) { return client.DeleteHmacKey("test-access-id"); }, in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/tests/
H A Dservice_account_integration_test.cc80 Status deleted_key = client.DeleteHmacKey(key->first.access_id()); in TEST_F()
131 Status deleted_key = client.DeleteHmacKey(key->first.access_id()); in TEST_F()
150 client.DeleteHmacKey("invalid-access-id", OverrideDefaultProject("")); in TEST_F()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/tests/
H A Dservice_account_integration_test.cc80 Status deleted_key = client.DeleteHmacKey(key->first.access_id()); in TEST_F()
131 Status deleted_key = client.DeleteHmacKey(key->first.access_id()); in TEST_F()
150 client.DeleteHmacKey("invalid-access-id", OverrideDefaultProject("")); in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/examples/
H A Dstorage_service_account_samples.cc145 void DeleteHmacKey(google::cloud::storage::Client client, in DeleteHmacKey() function
150 google::cloud::Status status = client.DeleteHmacKey(access_id); in DeleteHmacKey()
298 DeleteHmacKey(client, {key_info.first.access_id()}); in RunAll()
304 (void)client.DeleteHmacKey(access_id); in RunAll()
328 DeleteHmacKey), in main()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/examples/
H A Dstorage_service_account_samples.cc145 void DeleteHmacKey(google::cloud::storage::Client client, in DeleteHmacKey() function
150 google::cloud::Status status = client.DeleteHmacKey(access_id); in DeleteHmacKey()
298 DeleteHmacKey(client, {key_info.first.access_id()}); in RunAll()
304 (void)client.DeleteHmacKey(access_id); in RunAll()
328 DeleteHmacKey), in main()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/internal/
H A Dhybrid_client.cc262 StatusOr<EmptyResponse> HybridClient::DeleteHmacKey( in DeleteHmacKey() function in google::cloud::storage::STORAGE_CLIENT_NS::internal::HybridClient
264 return curl_->DeleteHmacKey(request); in DeleteHmacKey()
H A Dlogging_client.cc338 StatusOr<EmptyResponse> LoggingClient::DeleteHmacKey( in DeleteHmacKey() function in google::cloud::storage::STORAGE_CLIENT_NS::internal::LoggingClient
340 return MakeCall(*client_, &RawClient::DeleteHmacKey, request, __func__); in DeleteHmacKey()
H A Dlogging_client.h130 StatusOr<EmptyResponse> DeleteHmacKey(DeleteHmacKeyRequest const&) override;
H A Draw_client.h162 virtual StatusOr<EmptyResponse> DeleteHmacKey(
H A Dhybrid_client.h132 StatusOr<EmptyResponse> DeleteHmacKey(DeleteHmacKeyRequest const&) override;
H A Dretry_client.h151 StatusOr<EmptyResponse> DeleteHmacKey(DeleteHmacKeyRequest const&) override;
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/internal/
H A Dhybrid_client.cc269 StatusOr<EmptyResponse> HybridClient::DeleteHmacKey( in DeleteHmacKey() function in google::cloud::storage::STORAGE_CLIENT_NS::internal::HybridClient
271 return curl_->DeleteHmacKey(request); in DeleteHmacKey()
H A Dlogging_client.cc338 StatusOr<EmptyResponse> LoggingClient::DeleteHmacKey( in DeleteHmacKey() function in google::cloud::storage::STORAGE_CLIENT_NS::internal::LoggingClient
340 return MakeCall(*client_, &RawClient::DeleteHmacKey, request, __func__); in DeleteHmacKey()
H A Dhybrid_client.h132 StatusOr<EmptyResponse> DeleteHmacKey(DeleteHmacKeyRequest const&) override;
H A Dlogging_client.h130 StatusOr<EmptyResponse> DeleteHmacKey(DeleteHmacKeyRequest const&) override;
H A Draw_client.h162 virtual StatusOr<EmptyResponse> DeleteHmacKey(
H A Dretry_client.h151 StatusOr<EmptyResponse> DeleteHmacKey(DeleteHmacKeyRequest const&) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Dcloud_api_delegator.py524 def DeleteHmacKey(self, project_id, access_id, provider=None): member in CloudApiDelegator
525 return self._GetApi(provider).DeleteHmacKey(project_id, access_id)
H A Dcloud_api.py855 def DeleteHmacKey(self, project_id, access_id): member in CloudApi
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Dcloud_api_delegator.py537 def DeleteHmacKey(self, project_id, access_id, provider=None): member in CloudApiDelegator
538 return self._GetApi(provider).DeleteHmacKey(project_id, access_id)
H A Dcloud_api.py886 def DeleteHmacKey(self, project_id, access_id): member in CloudApi
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/commands/
H A Dhmac.py269 gsutil_api.DeleteHmacKey(self.project_id, access_id, provider='gs')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/commands/
H A Dhmac.py269 gsutil_api.DeleteHmacKey(self.project_id, access_id, provider='gs')
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/testing/
H A Dmock_client.h145 MOCK_METHOD1(DeleteHmacKey, StatusOr<internal::EmptyResponse>(

123