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 |
Required. The name of the connection. |
uid |
Output only. Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted. |
channel |
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 |
create |
Output only. The creation time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. The last-modified time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
activation |
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 a new ChannelConnection in a particular project and location. |
|
Delete a single ChannelConnection. |
|
Get a single ChannelConnection. |
|
Gets the access control policy for a resource. |
|
List channel connections. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |