gcp4s

package gcp4s

Members list

Packages

package gcp4s.auth

Type members

Classlikes

trait ComputeMetadata[F[_]]

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
object
Source
GoogleMiddleware.scala
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
object
Source
ResumableUpload.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

Source
json.scala
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
json.type

Extensions

Extensions

extension [F[_]](client: Client[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
extension [F[_]](client: Client[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