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