Class: Google::Cloud::ApigeeConnect::V1::Connection

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

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::Google::Cloud::ApigeeConnect::V1::Cluster

Returns Cluster information.

Returns:



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

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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