public static interface CloudEvent.CloudEventAttributeValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CloudEvent.CloudEventAttributeValue.AttrCase |
getAttrCase() |
boolean |
getCeBoolean()
bool ce_boolean = 1; |
com.google.protobuf.ByteString |
getCeBytes()
bytes ce_bytes = 4; |
int |
getCeInteger()
int32 ce_integer = 2; |
String |
getCeString()
string ce_string = 3; |
com.google.protobuf.ByteString |
getCeStringBytes()
string ce_string = 3; |
com.google.protobuf.Timestamp |
getCeTimestamp()
.google.protobuf.Timestamp ce_timestamp = 7; |
com.google.protobuf.TimestampOrBuilder |
getCeTimestampOrBuilder()
.google.protobuf.Timestamp ce_timestamp = 7; |
String |
getCeUri()
string ce_uri = 5; |
com.google.protobuf.ByteString |
getCeUriBytes()
string ce_uri = 5; |
String |
getCeUriRef()
string ce_uri_ref = 6; |
com.google.protobuf.ByteString |
getCeUriRefBytes()
string ce_uri_ref = 6; |
boolean |
hasCeBoolean()
bool ce_boolean = 1; |
boolean |
hasCeBytes()
bytes ce_bytes = 4; |
boolean |
hasCeInteger()
int32 ce_integer = 2; |
boolean |
hasCeString()
string ce_string = 3; |
boolean |
hasCeTimestamp()
.google.protobuf.Timestamp ce_timestamp = 7; |
boolean |
hasCeUri()
string ce_uri = 5; |
boolean |
hasCeUriRef()
string ce_uri_ref = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCeBoolean()
bool ce_boolean = 1;boolean getCeBoolean()
bool ce_boolean = 1;boolean hasCeInteger()
int32 ce_integer = 2;int getCeInteger()
int32 ce_integer = 2;boolean hasCeString()
string ce_string = 3;String getCeString()
string ce_string = 3;com.google.protobuf.ByteString getCeStringBytes()
string ce_string = 3;boolean hasCeBytes()
bytes ce_bytes = 4;com.google.protobuf.ByteString getCeBytes()
bytes ce_bytes = 4;boolean hasCeUri()
string ce_uri = 5;String getCeUri()
string ce_uri = 5;com.google.protobuf.ByteString getCeUriBytes()
string ce_uri = 5;boolean hasCeUriRef()
string ce_uri_ref = 6;String getCeUriRef()
string ce_uri_ref = 6;com.google.protobuf.ByteString getCeUriRefBytes()
string ce_uri_ref = 6;boolean hasCeTimestamp()
.google.protobuf.Timestamp ce_timestamp = 7;com.google.protobuf.Timestamp getCeTimestamp()
.google.protobuf.Timestamp ce_timestamp = 7;com.google.protobuf.TimestampOrBuilder getCeTimestampOrBuilder()
.google.protobuf.Timestamp ce_timestamp = 7;CloudEvent.CloudEventAttributeValue.AttrCase getAttrCase()
Copyright © 2023. All rights reserved.