ProjectsWebAppsClient

googleapis.firebase.ProjectsWebAppsClient
See theProjectsWebAppsClient companion object
class ProjectsWebAppsClient[F[_]](client: Client[F])(implicit evidence$1: Concurrent[F]) extends AbstractClient[F]

Attributes

Companion
object
Source
ProjectsWebAppsClient.scala
Graph
Supertypes
class AbstractClient[F]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def create(parent: String)(input: WebApp): F[Operation]

Attributes

Source
ProjectsWebAppsClient.scala
def get(name: String): F[WebApp]

Attributes

Source
ProjectsWebAppsClient.scala
def getConfig(name: String): F[WebAppConfig]

Attributes

Source
ProjectsWebAppsClient.scala
def list(parent: String, query: ListParams): F[ListWebAppsResponse]

Attributes

Source
ProjectsWebAppsClient.scala
def patch(name: String, query: PatchParams)(input: WebApp): F[WebApp]

Attributes

Source
ProjectsWebAppsClient.scala
def remove(name: String)(input: RemoveWebAppRequest): F[Operation]

Attributes

Source
ProjectsWebAppsClient.scala

Inherited methods

def expectJson[A : Decoder](req: Request[F]): F[A]

Attributes

Inherited from:
AbstractClient
Source
AbstractClient.scala
protected def request(uri: Uri, method: Method): Request[F]

Attributes

Inherited from:
AbstractClient
Source
AbstractClient.scala
protected def requestWithBody[A : Encoder](uri: Uri, method: Method)(input: A): Request[F]#Self

Attributes

Inherited from:
AbstractClient
Source
AbstractClient.scala

Concrete fields

val baseUri: Uri

Attributes

Source
ProjectsWebAppsClient.scala