viewEnclaveEnvironmentVariable method

ResponseFuture<EnclaveEnvironmentVariable> viewEnclaveEnvironmentVariable(
  1. IdentifierUUID request, {
  2. 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);
}