Eventarc Publishing V1 API - Class Google::Cloud::Eventarc::Publishing::V1::CloudEvent::CloudEventAttributeValue (v1.3.0)

Reference documentation and code samples for the Eventarc Publishing V1 API class Google::Cloud::Eventarc::Publishing::V1::CloudEvent::CloudEventAttributeValue.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ce_boolean

def ce_boolean() -> ::Boolean
Returns
  • (::Boolean) — Boolean value.

    Note: The following fields are mutually exclusive: ce_boolean, ce_integer, ce_string, ce_bytes, ce_uri, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_boolean=

def ce_boolean=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Boolean value.

    Note: The following fields are mutually exclusive: ce_boolean, ce_integer, ce_string, ce_bytes, ce_uri, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Boolean) — Boolean value.

    Note: The following fields are mutually exclusive: ce_boolean, ce_integer, ce_string, ce_bytes, ce_uri, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_bytes

def ce_bytes() -> ::String
Returns
  • (::String) — Bytes value.

    Note: The following fields are mutually exclusive: ce_bytes, ce_boolean, ce_integer, ce_string, ce_uri, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_bytes=

def ce_bytes=(value) -> ::String
Parameter
  • value (::String) — Bytes value.

    Note: The following fields are mutually exclusive: ce_bytes, ce_boolean, ce_integer, ce_string, ce_uri, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — Bytes value.

    Note: The following fields are mutually exclusive: ce_bytes, ce_boolean, ce_integer, ce_string, ce_uri, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_integer

def ce_integer() -> ::Integer
Returns
  • (::Integer) — Integer value.

    Note: The following fields are mutually exclusive: ce_integer, ce_boolean, ce_string, ce_bytes, ce_uri, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_integer=

def ce_integer=(value) -> ::Integer
Parameter
  • value (::Integer) — Integer value.

    Note: The following fields are mutually exclusive: ce_integer, ce_boolean, ce_string, ce_bytes, ce_uri, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Integer) — Integer value.

    Note: The following fields are mutually exclusive: ce_integer, ce_boolean, ce_string, ce_bytes, ce_uri, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_string

def ce_string() -> ::String
Returns
  • (::String) — String value.

    Note: The following fields are mutually exclusive: ce_string, ce_boolean, ce_integer, ce_bytes, ce_uri, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_string=

def ce_string=(value) -> ::String
Parameter
  • value (::String) — String value.

    Note: The following fields are mutually exclusive: ce_string, ce_boolean, ce_integer, ce_bytes, ce_uri, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — String value.

    Note: The following fields are mutually exclusive: ce_string, ce_boolean, ce_integer, ce_bytes, ce_uri, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_timestamp

def ce_timestamp() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — Timestamp value.

    Note: The following fields are mutually exclusive: ce_timestamp, ce_boolean, ce_integer, ce_string, ce_bytes, ce_uri, ce_uri_ref. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_timestamp=

def ce_timestamp=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — Timestamp value.

    Note: The following fields are mutually exclusive: ce_timestamp, ce_boolean, ce_integer, ce_string, ce_bytes, ce_uri, ce_uri_ref. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Protobuf::Timestamp) — Timestamp value.

    Note: The following fields are mutually exclusive: ce_timestamp, ce_boolean, ce_integer, ce_string, ce_bytes, ce_uri, ce_uri_ref. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_uri

def ce_uri() -> ::String
Returns
  • (::String) — URI value.

    Note: The following fields are mutually exclusive: ce_uri, ce_boolean, ce_integer, ce_string, ce_bytes, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_uri=

def ce_uri=(value) -> ::String
Parameter
  • value (::String) — URI value.

    Note: The following fields are mutually exclusive: ce_uri, ce_boolean, ce_integer, ce_string, ce_bytes, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — URI value.

    Note: The following fields are mutually exclusive: ce_uri, ce_boolean, ce_integer, ce_string, ce_bytes, ce_uri_ref, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_uri_ref

def ce_uri_ref() -> ::String
Returns
  • (::String) — URI-reference value.

    Note: The following fields are mutually exclusive: ce_uri_ref, ce_boolean, ce_integer, ce_string, ce_bytes, ce_uri, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ce_uri_ref=

def ce_uri_ref=(value) -> ::String
Parameter
  • value (::String) — URI-reference value.

    Note: The following fields are mutually exclusive: ce_uri_ref, ce_boolean, ce_integer, ce_string, ce_bytes, ce_uri, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — URI-reference value.

    Note: The following fields are mutually exclusive: ce_uri_ref, ce_boolean, ce_integer, ce_string, ce_bytes, ce_uri, ce_timestamp. If a field in that set is populated, all other fields in the set will automatically be cleared.