addEnclaveEnvironmentVariable method
ResponseFuture<EnclaveEnvironmentVariable>
addEnclaveEnvironmentVariable(
- EnclaveEnvironmentVariableAddRequest request, {
- CallOptions? options,
Add environment variable to enclave
Implementation
$grpc.ResponseFuture<$2.EnclaveEnvironmentVariable>
addEnclaveEnvironmentVariable(
$2.EnclaveEnvironmentVariableAddRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$addEnclaveEnvironmentVariable, request,
options: options);
}