Class: Google::Cloud::Developerconnect::V1::AppHubService
- Inherits:
-
Object
- Object
- Google::Cloud::Developerconnect::V1::AppHubService
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/insights_config.rb
Overview
AppHubService represents the App Hub Service.
Instance Attribute Summary collapse
-
#apphub_service ⇒ ::String
readonly
Required.
-
#criticality ⇒ ::String
readonly
Output only.
-
#environment ⇒ ::String
readonly
Output only.
Instance Attribute Details
#apphub_service ⇒ ::String (readonly)
Returns Required. Output only. Immutable. The name of the App Hub Service.
Format:
projects/{project}/locations/{location}/applications/{application}/services/{service}.
233 234 235 236 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 233 class AppHubService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#criticality ⇒ ::String (readonly)
Returns Output only. The criticality of the App Hub Service.
233 234 235 236 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 233 class AppHubService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment ⇒ ::String (readonly)
Returns Output only. The environment of the App Hub Service.
233 234 235 236 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 233 class AppHubService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |