Class: Google::Cloud::ApigeeConnect::V1::Connection
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeConnect::V1::Connection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeconnect/v1/connection.rb
Instance Attribute Summary collapse
-
#cluster ⇒ ::Google::Cloud::ApigeeConnect::V1::Cluster
Cluster information.
-
#endpoint ⇒ ::String
The endpoint that the connection is made against.
-
#stream_count ⇒ ::Integer
The count of streams.
Instance Attribute Details
#cluster ⇒ ::Google::Cloud::ApigeeConnect::V1::Cluster
Returns Cluster information.
70 71 72 73 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/connection.rb', line 70 class Connection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpoint ⇒ ::String
Returns The endpoint that the connection is made against.
Format: projects/{project_number}/endpoints/{endpoint}
.
70 71 72 73 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/connection.rb', line 70 class Connection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stream_count ⇒ ::Integer
Returns The count of streams.
70 71 72 73 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/connection.rb', line 70 class Connection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |