upsertValue abstract method

Future<ConfigurationValue> upsertValue(
  1. ServiceCall call,
  2. ConfigurationValue request
)

Implementation

$async.Future<$1.ConfigurationValue> upsertValue(
    $grpc.ServiceCall call, $1.ConfigurationValue request);