Class: Google::Cloud::Eventarc::V1::ChannelConnection
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::ChannelConnection
- 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.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#activation_token ⇒ ::String
Input only.
-
#channel ⇒ ::String
Required.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Required.
-
#uid ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
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.
55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 55 class ChannelConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end 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.
55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 55 class ChannelConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The creation time.
55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 55 class ChannelConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Resource labels.
55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 55 class ChannelConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Required. The name of the connection.
55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 55 class ChannelConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#uid ⇒ ::String (readonly)
Returns Output only. Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 55 class ChannelConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The last-modified time.
55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'proto_docs/google/cloud/eventarc/v1/channel_connection.rb', line 55 class ChannelConnection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |