GetGatewayResult

data class GetGatewayResult(val apiConfig: String, val createTime: String, val defaultHostname: String, val displayName: String, val labels: Map<String, String>, val name: String, val state: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetGatewayResult(apiConfig: String, createTime: String, defaultHostname: String, displayName: String, labels: Map<String, String>, name: String, state: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Resource name of the API Config for this Gateway. Format: projects/{project}/locations/global/apis/{api}/configs/{apiConfig}

Link copied to clipboard

Created time.

Link copied to clipboard

The default API Gateway host name of the form {gateway_id}-{hash}.{region_code}.gateway.dev.

Link copied to clipboard

Optional. Display name.

Link copied to clipboard

Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

Link copied to clipboard

Resource name of the Gateway. Format: projects/{project}/locations/{location}/gateways/{gateway}

Link copied to clipboard

The current state of the Gateway.

Link copied to clipboard

Updated time.