Uses of Class
io.cloudevents.v1.proto.CloudEvent.CloudEventAttributeValue.Builder
Packages that use CloudEvent.CloudEventAttributeValue.Builder
-
Uses of CloudEvent.CloudEventAttributeValue.Builder in io.cloudevents.v1.proto
Methods in io.cloudevents.v1.proto that return CloudEvent.CloudEventAttributeValue.BuilderModifier and TypeMethodDescriptionCloudEvent.CloudEventAttributeValue.Builder.clear()CloudEvent.CloudEventAttributeValue.Builder.clearAttr()CloudEvent.CloudEventAttributeValue.Builder.clearCeBoolean()bool ce_boolean = 1;CloudEvent.CloudEventAttributeValue.Builder.clearCeBytes()bytes ce_bytes = 4;CloudEvent.CloudEventAttributeValue.Builder.clearCeInteger()int32 ce_integer = 2;CloudEvent.CloudEventAttributeValue.Builder.clearCeString()string ce_string = 3;CloudEvent.CloudEventAttributeValue.Builder.clearCeTimestamp().google.protobuf.Timestamp ce_timestamp = 7;CloudEvent.CloudEventAttributeValue.Builder.clearCeUri()string ce_uri = 5;CloudEvent.CloudEventAttributeValue.Builder.clearCeUriRef()string ce_uri_ref = 6;CloudEvent.CloudEventAttributeValue.Builder.mergeCeTimestamp(com.google.protobuf.Timestamp value) .google.protobuf.Timestamp ce_timestamp = 7;CloudEvent.CloudEventAttributeValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CloudEvent.CloudEventAttributeValue.Builder.mergeFrom(com.google.protobuf.Message other) CloudEvent.CloudEventAttributeValue.Builder.mergeFrom(CloudEvent.CloudEventAttributeValue other) CloudEvent.CloudEventAttributeValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CloudEvent.CloudEventAttributeValue.newBuilder()CloudEvent.CloudEventAttributeValue.newBuilder(CloudEvent.CloudEventAttributeValue prototype) CloudEvent.CloudEventAttributeValue.newBuilderForType()CloudEvent.CloudEventAttributeValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CloudEvent.CloudEventAttributeValue.Builder.setCeBoolean(boolean value) bool ce_boolean = 1;CloudEvent.CloudEventAttributeValue.Builder.setCeBytes(com.google.protobuf.ByteString value) bytes ce_bytes = 4;CloudEvent.CloudEventAttributeValue.Builder.setCeInteger(int value) int32 ce_integer = 2;CloudEvent.CloudEventAttributeValue.Builder.setCeString(String value) string ce_string = 3;CloudEvent.CloudEventAttributeValue.Builder.setCeStringBytes(com.google.protobuf.ByteString value) string ce_string = 3;CloudEvent.CloudEventAttributeValue.Builder.setCeTimestamp(com.google.protobuf.Timestamp value) .google.protobuf.Timestamp ce_timestamp = 7;CloudEvent.CloudEventAttributeValue.Builder.setCeTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) .google.protobuf.Timestamp ce_timestamp = 7;string ce_uri = 5;CloudEvent.CloudEventAttributeValue.Builder.setCeUriBytes(com.google.protobuf.ByteString value) string ce_uri = 5;CloudEvent.CloudEventAttributeValue.Builder.setCeUriRef(String value) string ce_uri_ref = 6;CloudEvent.CloudEventAttributeValue.Builder.setCeUriRefBytes(com.google.protobuf.ByteString value) string ce_uri_ref = 6;CloudEvent.CloudEventAttributeValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CloudEvent.CloudEventAttributeValue.toBuilder()