Uses of Class
io.dapr.v1.DaprProtos.PublishEventRequest.Builder
Packages that use DaprProtos.PublishEventRequest.Builder
-
Uses of DaprProtos.PublishEventRequest.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.PublishEventRequest.BuilderModifier and TypeMethodDescriptionDaprProtos.PublishEventRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DaprProtos.PublishEventRequest.Builder.clear()
DaprProtos.PublishEventRequest.Builder.clearData()
The data which will be published to topic.DaprProtos.PublishEventRequest.Builder.clearDataContentType()
The content type for the data (optional).DaprProtos.PublishEventRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
DaprProtos.PublishEventRequest.Builder.clearMetadata()
DaprProtos.PublishEventRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
DaprProtos.PublishEventRequest.Builder.clearPubsubName()
The name of the pubsub componentDaprProtos.PublishEventRequest.Builder.clearTopic()
The pubsub topicDaprProtos.PublishEventRequest.Builder.clone()
DaprProtos.PublishEventRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.PublishEventRequest.Builder.mergeFrom(com.google.protobuf.Message other)
DaprProtos.PublishEventRequest.Builder.mergeFrom(DaprProtos.PublishEventRequest other)
DaprProtos.PublishEventRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DaprProtos.PublishEventRequest.newBuilder()
DaprProtos.PublishEventRequest.newBuilder(DaprProtos.PublishEventRequest prototype)
DaprProtos.PublishEventRequest.newBuilderForType()
protected DaprProtos.PublishEventRequest.Builder
DaprProtos.PublishEventRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
DaprProtos.PublishEventRequest.Builder.putAllMetadata(Map<String,String> values)
The metadata passing to pub components metadata property: - key : the key of the message.DaprProtos.PublishEventRequest.Builder.putMetadata(String key, String value)
The metadata passing to pub components metadata property: - key : the key of the message.DaprProtos.PublishEventRequest.Builder.removeMetadata(String key)
The metadata passing to pub components metadata property: - key : the key of the message.DaprProtos.PublishEventRequest.Builder.setData(com.google.protobuf.ByteString value)
The data which will be published to topic.DaprProtos.PublishEventRequest.Builder.setDataContentType(String value)
The content type for the data (optional).DaprProtos.PublishEventRequest.Builder.setDataContentTypeBytes(com.google.protobuf.ByteString value)
The content type for the data (optional).DaprProtos.PublishEventRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DaprProtos.PublishEventRequest.Builder.setPubsubName(String value)
The name of the pubsub componentDaprProtos.PublishEventRequest.Builder.setPubsubNameBytes(com.google.protobuf.ByteString value)
The name of the pubsub componentDaprProtos.PublishEventRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
The pubsub topicDaprProtos.PublishEventRequest.Builder.setTopicBytes(com.google.protobuf.ByteString value)
The pubsub topicDaprProtos.PublishEventRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
DaprProtos.PublishEventRequest.toBuilder()