Interface CloudEvent.CloudEventAttributeValueOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CloudEvent.CloudEventAttributeValue.AttrCase getAttrCase()  
      boolean getCeBoolean()
      bool ce_boolean = 1;
      com.google.protobuf.ByteString getCeBytes()
      bytes ce_bytes = 4;
      int getCeInteger()
      int32 ce_integer = 2;
      java.lang.String getCeString()
      string ce_string = 3;
      com.google.protobuf.ByteString getCeStringBytes()
      string ce_string = 3;
      com.google.protobuf.Timestamp getCeTimestamp()
      .google.protobuf.Timestamp ce_timestamp = 7;
      com.google.protobuf.TimestampOrBuilder getCeTimestampOrBuilder()
      .google.protobuf.Timestamp ce_timestamp = 7;
      java.lang.String getCeUri()
      string ce_uri = 5;
      com.google.protobuf.ByteString getCeUriBytes()
      string ce_uri = 5;
      java.lang.String getCeUriRef()
      string ce_uri_ref = 6;
      com.google.protobuf.ByteString getCeUriRefBytes()
      string ce_uri_ref = 6;
      boolean hasCeBoolean()
      bool ce_boolean = 1;
      boolean hasCeBytes()
      bytes ce_bytes = 4;
      boolean hasCeInteger()
      int32 ce_integer = 2;
      boolean hasCeString()
      string ce_string = 3;
      boolean hasCeTimestamp()
      .google.protobuf.Timestamp ce_timestamp = 7;
      boolean hasCeUri()
      string ce_uri = 5;
      boolean hasCeUriRef()
      string ce_uri_ref = 6;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasCeBoolean

        boolean hasCeBoolean()
        bool ce_boolean = 1;
        Returns:
        Whether the ceBoolean field is set.
      • getCeBoolean

        boolean getCeBoolean()
        bool ce_boolean = 1;
        Returns:
        The ceBoolean.
      • hasCeInteger

        boolean hasCeInteger()
        int32 ce_integer = 2;
        Returns:
        Whether the ceInteger field is set.
      • getCeInteger

        int getCeInteger()
        int32 ce_integer = 2;
        Returns:
        The ceInteger.
      • hasCeString

        boolean hasCeString()
        string ce_string = 3;
        Returns:
        Whether the ceString field is set.
      • getCeString

        java.lang.String getCeString()
        string ce_string = 3;
        Returns:
        The ceString.
      • getCeStringBytes

        com.google.protobuf.ByteString getCeStringBytes()
        string ce_string = 3;
        Returns:
        The bytes for ceString.
      • hasCeBytes

        boolean hasCeBytes()
        bytes ce_bytes = 4;
        Returns:
        Whether the ceBytes field is set.
      • getCeBytes

        com.google.protobuf.ByteString getCeBytes()
        bytes ce_bytes = 4;
        Returns:
        The ceBytes.
      • hasCeUri

        boolean hasCeUri()
        string ce_uri = 5;
        Returns:
        Whether the ceUri field is set.
      • getCeUri

        java.lang.String getCeUri()
        string ce_uri = 5;
        Returns:
        The ceUri.
      • getCeUriBytes

        com.google.protobuf.ByteString getCeUriBytes()
        string ce_uri = 5;
        Returns:
        The bytes for ceUri.
      • hasCeUriRef

        boolean hasCeUriRef()
        string ce_uri_ref = 6;
        Returns:
        Whether the ceUriRef field is set.
      • getCeUriRef

        java.lang.String getCeUriRef()
        string ce_uri_ref = 6;
        Returns:
        The ceUriRef.
      • getCeUriRefBytes

        com.google.protobuf.ByteString getCeUriRefBytes()
        string ce_uri_ref = 6;
        Returns:
        The bytes for ceUriRef.
      • hasCeTimestamp

        boolean hasCeTimestamp()
        .google.protobuf.Timestamp ce_timestamp = 7;
        Returns:
        Whether the ceTimestamp field is set.
      • getCeTimestamp

        com.google.protobuf.Timestamp getCeTimestamp()
        .google.protobuf.Timestamp ce_timestamp = 7;
        Returns:
        The ceTimestamp.
      • getCeTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getCeTimestampOrBuilder()
        .google.protobuf.Timestamp ce_timestamp = 7;