Package io.cloudevents.v1.proto
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 Summary
Modifier and TypeMethodDescriptionbooleancontainsAttributes(String key) Optional & Extension AttributesDeprecated.intOptional & Extension AttributesOptional & Extension AttributesgetAttributesOrDefault(String key, CloudEvent.CloudEventAttributeValue defaultValue) Optional & Extension AttributesOptional & Extension Attributescom.google.protobuf.ByteStringbytes binary_data = 6;getId()Required Attributescom.google.protobuf.ByteStringRequired Attributescom.google.protobuf.Any.google.protobuf.Any proto_data = 8;com.google.protobuf.AnyOrBuilder.google.protobuf.Any proto_data = 8;URI-referencecom.google.protobuf.ByteStringURI-referencestring spec_version = 3;com.google.protobuf.ByteStringstring spec_version = 3;string text_data = 7;com.google.protobuf.ByteStringstring text_data = 7;getType()string type = 4;com.google.protobuf.ByteStringstring type = 4;booleanbytes binary_data = 6;boolean.google.protobuf.Any proto_data = 8;booleanstring text_data = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
Optional & Extension Attributes
map<string, .io.cloudevents.v1.CloudEvent.CloudEventAttributeValue> attributes = 5; -
getAttributes
Deprecated.UsegetAttributesMap()instead. -
getAttributesMap
Map<String,CloudEvent.CloudEventAttributeValue> getAttributesMap()Optional & Extension Attributes
map<string, .io.cloudevents.v1.CloudEvent.CloudEventAttributeValue> attributes = 5; -
getAttributesOrDefault
CloudEvent.CloudEventAttributeValue getAttributesOrDefault(String key, CloudEvent.CloudEventAttributeValue defaultValue) Optional & Extension Attributes
map<string, .io.cloudevents.v1.CloudEvent.CloudEventAttributeValue> attributes = 5; -
getAttributesOrThrow
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()
-