REST Resource: projects.locations.channelConnections

Resource: ChannelConnection

A representation of the ChannelConnection resource. A ChannelConnection is a resource which event providers create during the activation process to establish a connection between the provider and the subscriber channel.

JSON representation
{
  "name": string,
  "uid": string,
  "channel": string,
  "createTime": string,
  "updateTime": string,
  "activationToken": string
}
Fields
name

string

Required. The name of the connection.

uid

string

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

channel

string

Required. 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/{channelId} format.

createTime

string (Timestamp format)

Output only. The creation time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. The last-modified time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

activationToken

string

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.

Methods

create

Create a new ChannelConnection in a particular project and location.

delete

Delete a single ChannelConnection.

get

Get a single ChannelConnection.

getIamPolicy

Gets the access control policy for a resource.

list

List channel connections.

setIamPolicy

Sets the access control policy on the specified resource.

testIamPermissions

Returns permissions that a caller has on the specified resource.