getAttribute method

ResponseFuture<GetAttributeResponse> getAttribute(
  1. GetAttributeRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetAttributeResponse> getAttribute(
  $0.GetAttributeRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getAttribute, request, options: options);
}