gcp4s

package gcp4s

Members list

Concise view

Type members

Classlikes

trait ComputeMetadata[F[_]]

Attributes

Companion:
object
Source:
ComputeMetadata.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
ComputeMetadata.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source:
GoogleMiddleware.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Source:
GoogleMiddleware.scala
Graph
Supertypes
trait Enum
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
enum
Source:
GoogleMiddleware.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

See also:
Source:
GoogleMiddleware.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait Paginated[A]

Attributes

Source:
Paginated.scala
Graph
Supertypes
class Object
trait Matchable
class Any
final case class X-Upload-Content-Type(mediaType: MediaType)

Attributes

Companion:
object
Source:
ResumableUpload.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
ResumableUpload.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Source:
json.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
json.type

Extensions

Extensions

extension [F[_]](client: Client[F])
def resumableUpload[A](req: Request[F], chunkSize: Int)(using F: Concurrent[F], decoder: EntityDecoder[F, A]): (F, Byte) => A

Initializes and runs a resumable upload to a media endpoint.

Initializes and runs a resumable upload to a media endpoint.

Attributes

See also:
Source:
ResumableUpload.scala
extension [F[_]](client: Client[F])
def pageThrough[A](req: Request[F])(using evidence$1: Paginated[A], MonadThrow[F], EntityDecoder[F, A]): Stream[F, A]

Attributes

Source:
Paginated.scala