ReplicaInfoResponse

data class ReplicaInfoResponse(val defaultLeaderLocation: Boolean, val location: String, val type: String)

Constructors

Link copied to clipboard
fun ReplicaInfoResponse(defaultLeaderLocation: Boolean, location: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, this location is designated as the default leader location where leader replicas are placed. See the region types documentation for more details.

Link copied to clipboard

The location of the serving resources, e.g. "us-central1".

Link copied to clipboard

The type of replica.