Uses of Class
io.dapr.v1.CommonProtos.StreamPayload.Builder
Packages that use CommonProtos.StreamPayload.Builder
-
Uses of CommonProtos.StreamPayload.Builder in io.dapr.v1
Methods in io.dapr.v1 that return CommonProtos.StreamPayload.BuilderModifier and TypeMethodDescriptionCommonProtos.StreamPayload.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommonProtos.StreamPayload.Builder.clear()CommonProtos.StreamPayload.Builder.clearData()Data sent in the chunk.CommonProtos.StreamPayload.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CommonProtos.StreamPayload.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommonProtos.StreamPayload.Builder.clearSeq()Sequence number.CommonProtos.StreamPayload.Builder.clone()DaprProtos.DecryptRequest.Builder.getPayloadBuilder()Chunk of data of arbitrary size.DaprProtos.DecryptResponse.Builder.getPayloadBuilder()Chunk of data.DaprProtos.EncryptRequest.Builder.getPayloadBuilder()Chunk of data of arbitrary size.DaprProtos.EncryptResponse.Builder.getPayloadBuilder()Chunk of data.CommonProtos.StreamPayload.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommonProtos.StreamPayload.Builder.mergeFrom(com.google.protobuf.Message other) CommonProtos.StreamPayload.Builder.mergeFrom(CommonProtos.StreamPayload other) CommonProtos.StreamPayload.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CommonProtos.StreamPayload.newBuilder()CommonProtos.StreamPayload.newBuilder(CommonProtos.StreamPayload prototype) CommonProtos.StreamPayload.newBuilderForType()protected CommonProtos.StreamPayload.BuilderCommonProtos.StreamPayload.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CommonProtos.StreamPayload.Builder.setData(com.google.protobuf.ByteString value) Data sent in the chunk.CommonProtos.StreamPayload.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommonProtos.StreamPayload.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommonProtos.StreamPayload.Builder.setSeq(long value) Sequence number.CommonProtos.StreamPayload.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CommonProtos.StreamPayload.toBuilder()Methods in io.dapr.v1 with parameters of type CommonProtos.StreamPayload.BuilderModifier and TypeMethodDescriptionDaprProtos.DecryptRequest.Builder.setPayload(CommonProtos.StreamPayload.Builder builderForValue) Chunk of data of arbitrary size.DaprProtos.DecryptResponse.Builder.setPayload(CommonProtos.StreamPayload.Builder builderForValue) Chunk of data.DaprProtos.EncryptRequest.Builder.setPayload(CommonProtos.StreamPayload.Builder builderForValue) Chunk of data of arbitrary size.DaprProtos.EncryptResponse.Builder.setPayload(CommonProtos.StreamPayload.Builder builderForValue) Chunk of data.