Package io.cloudevents.v1.proto
Interface CloudEvent.CloudEventAttributeValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CloudEvent.CloudEventAttributeValue,CloudEvent.CloudEventAttributeValue.Builder
- Enclosing class:
- CloudEvent
public static interface CloudEvent.CloudEventAttributeValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool ce_boolean = 1;com.google.protobuf.ByteStringbytes ce_bytes = 4;intint32 ce_integer = 2;string ce_string = 3;com.google.protobuf.ByteStringstring ce_string = 3;com.google.protobuf.Timestamp.google.protobuf.Timestamp ce_timestamp = 7;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp ce_timestamp = 7;getCeUri()string ce_uri = 5;com.google.protobuf.ByteStringstring ce_uri = 5;string ce_uri_ref = 6;com.google.protobuf.ByteStringstring ce_uri_ref = 6;booleanbool ce_boolean = 1;booleanbytes ce_bytes = 4;booleanint32 ce_integer = 2;booleanstring ce_string = 3;boolean.google.protobuf.Timestamp ce_timestamp = 7;booleanhasCeUri()string ce_uri = 5;booleanstring ce_uri_ref = 6;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
-
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
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
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
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; -
getAttrCase
CloudEvent.CloudEventAttributeValue.AttrCase getAttrCase()
-