findFromObject method

ResponseFuture<Container> findFromObject(
  1. StoredObjectId request, {
  2. CallOptions? options,
})

Containers: Find From Object Id

Implementation

$grpc.ResponseFuture<$1.Container> findFromObject(
  $0.StoredObjectId request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$findFromObject, request, options: options);
}