updateEnclaveEnvironmentVariable method
ResponseFuture<EnclaveEnvironmentVariable>
updateEnclaveEnvironmentVariable(
- EnclaveEnvironmentVariableUpdateRequest request, {
- 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);
}