createLocationSecret method

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

Implementation

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