upsertValue method
ResponseFuture<ConfigurationValue>
upsertValue(
- ConfigurationValue request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.ConfigurationValue> upsertValue(
$1.ConfigurationValue request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$upsertValue, request, options: options);
}