Class: Google::Cloud::Eventarc::V1::ChannelConnection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/eventarc/v1/channel_connection.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#activation_token::String

Returns 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.

Returns:

  • (::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.



52
53
54
55
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 52

class ChannelConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#channel::String

Returns 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/{channel_id} format.

Returns:

  • (::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/{channel_id} format.



52
53
54
55
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 52

class ChannelConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The creation time.

Returns:



52
53
54
55
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 52

class ChannelConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. The name of the connection.

Returns:

  • (::String)

    Required. The name of the connection.



52
53
54
55
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 52

class ChannelConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uid::String (readonly)

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

Returns:

  • (::String)

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



52
53
54
55
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 52

class ChannelConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The last-modified time.

Returns:



52
53
54
55
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 52

class ChannelConnection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end