| Package | Description |
|---|---|
| io.cloudevents.v1.proto |
| Modifier and Type | Method and Description |
|---|---|
CloudEvent.Builder |
CloudEvent.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CloudEvent.Builder |
CloudEvent.Builder.clear() |
CloudEvent.Builder |
CloudEvent.Builder.clearAttributes() |
CloudEvent.Builder |
CloudEvent.Builder.clearBinaryData()
bytes binary_data = 6; |
CloudEvent.Builder |
CloudEvent.Builder.clearData() |
CloudEvent.Builder |
CloudEvent.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CloudEvent.Builder |
CloudEvent.Builder.clearId()
Required Attributes
|
CloudEvent.Builder |
CloudEvent.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CloudEvent.Builder |
CloudEvent.Builder.clearProtoData()
.google.protobuf.Any proto_data = 8; |
CloudEvent.Builder |
CloudEvent.Builder.clearSource()
URI-reference
|
CloudEvent.Builder |
CloudEvent.Builder.clearSpecVersion()
string spec_version = 3; |
CloudEvent.Builder |
CloudEvent.Builder.clearTextData()
string text_data = 7; |
CloudEvent.Builder |
CloudEvent.Builder.clearType()
string type = 4; |
CloudEvent.Builder |
CloudEvent.Builder.clone() |
CloudEvent.Builder |
CloudEvent.Builder.mergeFrom(CloudEvent other) |
CloudEvent.Builder |
CloudEvent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CloudEvent.Builder |
CloudEvent.Builder.mergeFrom(com.google.protobuf.Message other) |
CloudEvent.Builder |
CloudEvent.Builder.mergeProtoData(com.google.protobuf.Any value)
.google.protobuf.Any proto_data = 8; |
CloudEvent.Builder |
CloudEvent.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CloudEvent.Builder |
CloudEvent.newBuilder() |
static CloudEvent.Builder |
CloudEvent.newBuilder(CloudEvent prototype) |
CloudEvent.Builder |
CloudEvent.newBuilderForType() |
protected CloudEvent.Builder |
CloudEvent.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CloudEvent.Builder |
CloudEvent.Builder.putAllAttributes(Map<String,CloudEvent.CloudEventAttributeValue> values)
Optional & Extension Attributes
|
CloudEvent.Builder |
CloudEvent.Builder.putAttributes(String key,
CloudEvent.CloudEventAttributeValue value)
Optional & Extension Attributes
|
CloudEvent.Builder |
CloudEvent.Builder.removeAttributes(String key)
Optional & Extension Attributes
|
CloudEvent.Builder |
CloudEvent.Builder.setBinaryData(com.google.protobuf.ByteString value)
bytes binary_data = 6; |
CloudEvent.Builder |
CloudEvent.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CloudEvent.Builder |
CloudEvent.Builder.setId(String value)
Required Attributes
|
CloudEvent.Builder |
CloudEvent.Builder.setIdBytes(com.google.protobuf.ByteString value)
Required Attributes
|
CloudEvent.Builder |
CloudEvent.Builder.setProtoData(com.google.protobuf.Any.Builder builderForValue)
.google.protobuf.Any proto_data = 8; |
CloudEvent.Builder |
CloudEvent.Builder.setProtoData(com.google.protobuf.Any value)
.google.protobuf.Any proto_data = 8; |
CloudEvent.Builder |
CloudEvent.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CloudEvent.Builder |
CloudEvent.Builder.setSource(String value)
URI-reference
|
CloudEvent.Builder |
CloudEvent.Builder.setSourceBytes(com.google.protobuf.ByteString value)
URI-reference
|
CloudEvent.Builder |
CloudEvent.Builder.setSpecVersion(String value)
string spec_version = 3; |
CloudEvent.Builder |
CloudEvent.Builder.setSpecVersionBytes(com.google.protobuf.ByteString value)
string spec_version = 3; |
CloudEvent.Builder |
CloudEvent.Builder.setTextData(String value)
string text_data = 7; |
CloudEvent.Builder |
CloudEvent.Builder.setTextDataBytes(com.google.protobuf.ByteString value)
string text_data = 7; |
CloudEvent.Builder |
CloudEvent.Builder.setType(String value)
string type = 4; |
CloudEvent.Builder |
CloudEvent.Builder.setTypeBytes(com.google.protobuf.ByteString value)
string type = 4; |
CloudEvent.Builder |
CloudEvent.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CloudEvent.Builder |
CloudEvent.toBuilder() |
Copyright © 2023. All rights reserved.