Class: Google::Cloud::Eventarc::Publishing::V1::CloudEvent::CloudEventAttributeValue

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

Overview

The following abstract data types are available for use in attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#ce_boolean::Boolean

Returns Boolean value.

Returns:

  • (::Boolean)

    Boolean value.



81
82
83
84
# File 'proto_docs/google/cloud/eventarc/publishing/v1/cloud_event.rb', line 81

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

#ce_bytes::String

Returns Bytes value.

Returns:

  • (::String)

    Bytes value.



81
82
83
84
# File 'proto_docs/google/cloud/eventarc/publishing/v1/cloud_event.rb', line 81

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

#ce_integer::Integer

Returns Integer value.

Returns:

  • (::Integer)

    Integer value.



81
82
83
84
# File 'proto_docs/google/cloud/eventarc/publishing/v1/cloud_event.rb', line 81

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

#ce_string::String

Returns String value.

Returns:

  • (::String)

    String value.



81
82
83
84
# File 'proto_docs/google/cloud/eventarc/publishing/v1/cloud_event.rb', line 81

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

#ce_timestamp::Google::Protobuf::Timestamp

Returns Timestamp value.

Returns:



81
82
83
84
# File 'proto_docs/google/cloud/eventarc/publishing/v1/cloud_event.rb', line 81

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

#ce_uri::String

Returns URI value.

Returns:

  • (::String)

    URI value.



81
82
83
84
# File 'proto_docs/google/cloud/eventarc/publishing/v1/cloud_event.rb', line 81

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

#ce_uri_ref::String

Returns URI-reference value.

Returns:

  • (::String)

    URI-reference value.



81
82
83
84
# File 'proto_docs/google/cloud/eventarc/publishing/v1/cloud_event.rb', line 81

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