Interface CloudEventOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CloudEvent, CloudEvent.Builder

public interface CloudEventOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      String getId()
       Required Attributes
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Required Attributes
       
      string id = 1;
      Returns:
      The bytes for id.
    • getSource

      String getSource()
       URI-reference
       
      string source = 2;
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
       URI-reference
       
      string source = 2;
      Returns:
      The bytes for source.
    • getSpecVersion

      String getSpecVersion()
      string spec_version = 3;
      Returns:
      The specVersion.
    • getSpecVersionBytes

      com.google.protobuf.ByteString getSpecVersionBytes()
      string spec_version = 3;
      Returns:
      The bytes for specVersion.
    • getType

      String getType()
      string type = 4;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 4;
      Returns:
      The bytes for type.
    • getAttributesCount

      int getAttributesCount()
       Optional & Extension Attributes
       
      map<string, .io.cloudevents.v1.CloudEvent.CloudEventAttributeValue> attributes = 5;
    • containsAttributes

      boolean containsAttributes(String key)
       Optional & Extension Attributes
       
      map<string, .io.cloudevents.v1.CloudEvent.CloudEventAttributeValue> attributes = 5;
    • getAttributes

      Deprecated.
      Use getAttributesMap() instead.
    • getAttributesMap

       Optional & Extension Attributes
       
      map<string, .io.cloudevents.v1.CloudEvent.CloudEventAttributeValue> attributes = 5;
    • getAttributesOrDefault

       Optional & Extension Attributes
       
      map<string, .io.cloudevents.v1.CloudEvent.CloudEventAttributeValue> attributes = 5;
    • getAttributesOrThrow

      CloudEvent.CloudEventAttributeValue getAttributesOrThrow(String key)
       Optional & Extension Attributes
       
      map<string, .io.cloudevents.v1.CloudEvent.CloudEventAttributeValue> attributes = 5;
    • hasBinaryData

      boolean hasBinaryData()
      bytes binary_data = 6;
      Returns:
      Whether the binaryData field is set.
    • getBinaryData

      com.google.protobuf.ByteString getBinaryData()
      bytes binary_data = 6;
      Returns:
      The binaryData.
    • hasTextData

      boolean hasTextData()
      string text_data = 7;
      Returns:
      Whether the textData field is set.
    • getTextData

      String getTextData()
      string text_data = 7;
      Returns:
      The textData.
    • getTextDataBytes

      com.google.protobuf.ByteString getTextDataBytes()
      string text_data = 7;
      Returns:
      The bytes for textData.
    • hasProtoData

      boolean hasProtoData()
      .google.protobuf.Any proto_data = 8;
      Returns:
      Whether the protoData field is set.
    • getProtoData

      com.google.protobuf.Any getProtoData()
      .google.protobuf.Any proto_data = 8;
      Returns:
      The protoData.
    • getProtoDataOrBuilder

      com.google.protobuf.AnyOrBuilder getProtoDataOrBuilder()
      .google.protobuf.Any proto_data = 8;
    • getDataCase

      CloudEvent.DataCase getDataCase()