Class: Google::Cloud::CloudSecurityCompliance::V1::Trend
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::Trend
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb
Overview
The trend of a compliance metric.
Instance Attribute Summary collapse
-
#duration ⇒ ::Google::Protobuf::Duration
readonly
Output only.
-
#value_percent ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#duration ⇒ ::Google::Protobuf::Duration (readonly)
Returns Output only. The duration for the trend.
490 491 492 493 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 490 class Trend include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value_percent ⇒ ::Float (readonly)
Returns Output only. The trend value as a percentage. The value can be positive or negative.
490 491 492 493 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 490 class Trend include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |