Class: Google::Cloud::SecurityCenter::V2::InvocationReference
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::InvocationReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/agent_anomaly.rb
Overview
Represents a reference to a specific OpenTelemetry invocation.
Instance Attribute Summary collapse
-
#invocation_id ⇒ ::String
The unique identifier of the invocation.
Instance Attribute Details
#invocation_id ⇒ ::String
Returns The unique identifier of the invocation.
91 92 93 94 |
# File 'proto_docs/google/cloud/securitycenter/v2/agent_anomaly.rb', line 91 class InvocationReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |