Class: Google::Cloud::Eventarc::Publishing::V1::CloudEvent::CloudEventAttributeValue
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::Publishing::V1::CloudEvent::CloudEventAttributeValue
- 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
-
#ce_boolean ⇒ ::Boolean
Boolean value.
-
#ce_bytes ⇒ ::String
Bytes value.
-
#ce_integer ⇒ ::Integer
Integer value.
-
#ce_string ⇒ ::String
String value.
-
#ce_timestamp ⇒ ::Google::Protobuf::Timestamp
Timestamp value.
-
#ce_uri ⇒ ::String
URI value.
-
#ce_uri_ref ⇒ ::String
URI-reference value.
Instance Attribute Details
#ce_boolean ⇒ ::Boolean
Returns 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.
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.
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.
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.
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.
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.
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 |