viewEnclaveEnvironmentVariable method
ResponseFuture<EnclaveEnvironmentVariable>
viewEnclaveEnvironmentVariable(
- IdentifierUUID request, {
- CallOptions? options,
View environment variable in enclave represented by the Identifier
Implementation
$grpc.ResponseFuture<$2.EnclaveEnvironmentVariable>
viewEnclaveEnvironmentVariable(
$1.IdentifierUUID request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$viewEnclaveEnvironmentVariable, request,
options: options);
}