CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.clear() |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.clearAttr() |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.clearCeBoolean()
bool ce_boolean = 1;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.clearCeBytes()
bytes ce_bytes = 4;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.clearCeInteger()
int32 ce_integer = 2;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.clearCeString()
string ce_string = 3;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.clearCeTimestamp()
.google.protobuf.Timestamp ce_timestamp = 7;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.clearCeUri()
string ce_uri = 5;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.clearCeUriRef()
string ce_uri_ref = 6;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.clone() |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.mergeCeTimestamp(com.google.protobuf.Timestamp value)
.google.protobuf.Timestamp ce_timestamp = 7;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.mergeFrom(CloudEvent.CloudEventAttributeValue other) |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.mergeFrom(com.google.protobuf.Message other) |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.newBuilder() |
static CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.newBuilder(CloudEvent.CloudEventAttributeValue prototype) |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.newBuilderForType() |
protected CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setCeBoolean(boolean value)
bool ce_boolean = 1;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setCeBytes(com.google.protobuf.ByteString value)
bytes ce_bytes = 4;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setCeInteger(int value)
int32 ce_integer = 2;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setCeString(String value)
string ce_string = 3;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setCeStringBytes(com.google.protobuf.ByteString value)
string ce_string = 3;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setCeTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
.google.protobuf.Timestamp ce_timestamp = 7;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setCeTimestamp(com.google.protobuf.Timestamp value)
.google.protobuf.Timestamp ce_timestamp = 7;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setCeUri(String value)
string ce_uri = 5;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setCeUriBytes(com.google.protobuf.ByteString value)
string ce_uri = 5;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setCeUriRef(String value)
string ce_uri_ref = 6;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setCeUriRefBytes(com.google.protobuf.ByteString value)
string ce_uri_ref = 6;
|
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CloudEvent.CloudEventAttributeValue.Builder |
CloudEvent.CloudEventAttributeValue.toBuilder() |