Class: Google::Cloud::Ces::V1::Event

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

Overview

Event input.

Instance Attribute Summary collapse

Instance Attribute Details

#event::String

Returns Required. The name of the event.

Returns:

  • (::String)

    Required. The name of the event.



194
195
196
197
# File 'proto_docs/google/cloud/ces/v1/session_service.rb', line 194

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