GetChannelConnectionResult

data class GetChannelConnectionResult(val activationToken: String, val channel: String, val createTime: String, val name: String, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetChannelConnectionResult(activationToken: String, channel: String, createTime: String, name: String, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Input only. Activation token for the channel. The token will be used during the creation of ChannelConnection to bind the channel with the provider project. This field will not be stored in the provider resource.

Link copied to clipboard

The name of the connected subscriber Channel. This is a weak reference to avoid cross project and cross accounts references. This must be in projects/{project}/location/{location}/channels/{channel_id} format.

Link copied to clipboard

The creation time.

Link copied to clipboard

The name of the connection.

Link copied to clipboard
val uid: String

Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.

Link copied to clipboard

The last-modified time.