createLocationSecret method

ResponseFuture<CreateLocationSecretResponse> createLocationSecret(
  1. CreateLocationSecretRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$10.CreateLocationSecretResponse> createLocationSecret($10.CreateLocationSecretRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createLocationSecret, request, options: options);
}