Class: Google::Cloud::AppHub::V1::ServiceProperties
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::ServiceProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/service.rb
Overview
Properties of an underlying cloud resource that can comprise a Service.
Instance Attribute Summary collapse
-
#gcp_project ⇒ ::String
readonly
Output only.
-
#location ⇒ ::String
readonly
Output only.
-
#zone ⇒ ::String
readonly
Output only.
Instance Attribute Details
#gcp_project ⇒ ::String (readonly)
Returns Output only. The service project identifier that the underlying cloud resource resides in.
112 113 114 115 |
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 112 class ServiceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String (readonly)
Returns Output only. The location that the underlying resource resides in, for example, us-west1.
112 113 114 115 |
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 112 class ServiceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String (readonly)
Returns Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).
112 113 114 115 |
# File 'proto_docs/google/cloud/apphub/v1/service.rb', line 112 class ServiceProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |