getKeyString method
ResponseFuture<GetKeyStringResponse>
getKeyString(
- GetKeyStringRequest request, {
- CallOptions? options,
Get the key string for an API key.
NOTE: Key is a global resource; hence the only supported value for
location is global.
Implementation
$grpc.ResponseFuture<$0.GetKeyStringResponse> getKeyString(
$0.GetKeyStringRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getKeyString, request, options: options);
}