updateEnclaveEnvironmentVariable method

ResponseFuture<EnclaveEnvironmentVariable> updateEnclaveEnvironmentVariable(
  1. EnclaveEnvironmentVariableUpdateRequest request, {
  2. CallOptions? options,
})

Update environment variable in enclave

Implementation

$grpc.ResponseFuture<$2.EnclaveEnvironmentVariable>
    updateEnclaveEnvironmentVariable(
  $2.EnclaveEnvironmentVariableUpdateRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateEnclaveEnvironmentVariable, request,
      options: options);
}