Class: Google::Cloud::AppHub::V1::ServiceReference
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::ServiceReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/service.rb
Overview
Reference to an underlying networking resource that can comprise a Service.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#uri ⇒ ::String (readonly)
Returns Output only. The underlying resource URI (For example, URI of Forwarding Rule, URL Map, and Backend Service).
94 95 96 97 |
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 94 class ServiceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |