Interface CloudEvent.CloudEventAttributeValueOrBuilder

    • Method Detail

      • getCeBoolean

        boolean getCeBoolean()
        bool ce_boolean = 1;
      • getCeInteger

        int getCeInteger()
        int32 ce_integer = 2;
      • getCeString

        String getCeString()
        string ce_string = 3;
      • getCeStringBytes

        com.google.protobuf.ByteString getCeStringBytes()
        string ce_string = 3;
      • getCeBytes

        com.google.protobuf.ByteString getCeBytes()
        bytes ce_bytes = 4;
      • getCeUri

        String getCeUri()
        string ce_uri = 5;
      • getCeUriBytes

        com.google.protobuf.ByteString getCeUriBytes()
        string ce_uri = 5;
      • getCeUriRef

        String getCeUriRef()
        string ce_uri_ref = 6;
      • getCeUriRefBytes

        com.google.protobuf.ByteString getCeUriRefBytes()
        string ce_uri_ref = 6;
      • getCeTimestamp

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

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