Class: Google::Cloud::SecurityCenter::V1::InvocationReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/agent_anomaly.rb

Overview

Represents a reference to a specific OpenTelemetry invocation.

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_id::String

Returns The unique identifier of the invocation.

Returns:

  • (::String)

    The unique identifier of the invocation.



91
92
93
94
# File 'proto_docs/google/cloud/securitycenter/v1/agent_anomaly.rb', line 91

class InvocationReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end