Class: Google::Cloud::AppHub::V1::DiscoveredService
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::DiscoveredService
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/service.rb
Overview
DiscoveredService is a network or API interface that exposes some functionality to clients for consumption over the network. A discovered service can be registered to a App Hub service.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Identifier.
-
#service_properties ⇒ ::Google::Cloud::AppHub::V1::ServiceProperties
readonly
Output only.
-
#service_reference ⇒ ::Google::Cloud::AppHub::V1::ServiceReference
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String
132 133 134 135 |
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 132 class DiscoveredService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_properties ⇒ ::Google::Cloud::AppHub::V1::ServiceProperties (readonly)
132 133 134 135 |
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 132 class DiscoveredService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_reference ⇒ ::Google::Cloud::AppHub::V1::ServiceReference (readonly)
132 133 134 135 |
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 132 class DiscoveredService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |