Interface CloudEvent.CloudEventAttributeValueOrBuilder (0.54.0)

public static interface CloudEvent.CloudEventAttributeValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttrCase()

public abstract CloudEvent.CloudEventAttributeValue.AttrCase getAttrCase()
Returns
Type Description
CloudEvent.CloudEventAttributeValue.AttrCase

getCeBoolean()

public abstract boolean getCeBoolean()

Boolean value.

bool ce_boolean = 1;

Returns
Type Description
boolean

The ceBoolean.

getCeBytes()

public abstract ByteString getCeBytes()

Bytes value.

bytes ce_bytes = 4;

Returns
Type Description
ByteString

The ceBytes.

getCeInteger()

public abstract int getCeInteger()

Integer value.

int32 ce_integer = 2;

Returns
Type Description
int

The ceInteger.

getCeString()

public abstract String getCeString()

String value.

string ce_string = 3;

Returns
Type Description
String

The ceString.

getCeStringBytes()

public abstract ByteString getCeStringBytes()

String value.

string ce_string = 3;

Returns
Type Description
ByteString

The bytes for ceString.

getCeTimestamp()

public abstract Timestamp getCeTimestamp()

Timestamp value.

.google.protobuf.Timestamp ce_timestamp = 7;

Returns
Type Description
Timestamp

The ceTimestamp.

getCeTimestampOrBuilder()

public abstract TimestampOrBuilder getCeTimestampOrBuilder()

Timestamp value.

.google.protobuf.Timestamp ce_timestamp = 7;

Returns
Type Description
TimestampOrBuilder

getCeUri()

public abstract String getCeUri()

URI value.

string ce_uri = 5;

Returns
Type Description
String

The ceUri.

getCeUriBytes()

public abstract ByteString getCeUriBytes()

URI value.

string ce_uri = 5;

Returns
Type Description
ByteString

The bytes for ceUri.

getCeUriRef()

public abstract String getCeUriRef()

URI-reference value.

string ce_uri_ref = 6;

Returns
Type Description
String

The ceUriRef.

getCeUriRefBytes()

public abstract ByteString getCeUriRefBytes()

URI-reference value.

string ce_uri_ref = 6;

Returns
Type Description
ByteString

The bytes for ceUriRef.

hasCeBoolean()

public abstract boolean hasCeBoolean()

Boolean value.

bool ce_boolean = 1;

Returns
Type Description
boolean

Whether the ceBoolean field is set.

hasCeBytes()

public abstract boolean hasCeBytes()

Bytes value.

bytes ce_bytes = 4;

Returns
Type Description
boolean

Whether the ceBytes field is set.

hasCeInteger()

public abstract boolean hasCeInteger()

Integer value.

int32 ce_integer = 2;

Returns
Type Description
boolean

Whether the ceInteger field is set.

hasCeString()

public abstract boolean hasCeString()

String value.

string ce_string = 3;

Returns
Type Description
boolean

Whether the ceString field is set.

hasCeTimestamp()

public abstract boolean hasCeTimestamp()

Timestamp value.

.google.protobuf.Timestamp ce_timestamp = 7;

Returns
Type Description
boolean

Whether the ceTimestamp field is set.

hasCeUri()

public abstract boolean hasCeUri()

URI value.

string ce_uri = 5;

Returns
Type Description
boolean

Whether the ceUri field is set.

hasCeUriRef()

public abstract boolean hasCeUriRef()

URI-reference value.

string ce_uri_ref = 6;

Returns
Type Description
boolean

Whether the ceUriRef field is set.