listKeys method

ResponseFuture<ListKeysResponse> listKeys(
  1. ListKeysRequest request, {
  2. CallOptions? options,
})

Lists the API keys owned by a project. The key string of the API key isn't included in the response.

NOTE: Key is a global resource; hence the only supported value for location is global.

Implementation

$grpc.ResponseFuture<$0.ListKeysResponse> listKeys(
  $0.ListKeysRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listKeys, request, options: options);
}