Uses of Class
io.dapr.v1.DaprProtos.InvokeBindingRequest.Builder
Packages that use DaprProtos.InvokeBindingRequest.Builder
-
Uses of DaprProtos.InvokeBindingRequest.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.InvokeBindingRequest.BuilderModifier and TypeMethodDescriptionDaprProtos.InvokeBindingRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.InvokeBindingRequest.Builder.clear()DaprProtos.InvokeBindingRequest.Builder.clearData()The data which will be sent to output binding.DaprProtos.InvokeBindingRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DaprProtos.InvokeBindingRequest.Builder.clearMetadata()DaprProtos.InvokeBindingRequest.Builder.clearName()The name of the output binding to invoke.DaprProtos.InvokeBindingRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DaprProtos.InvokeBindingRequest.Builder.clearOperation()The name of the operation type for the binding to invokeDaprProtos.InvokeBindingRequest.Builder.clone()DaprProtos.InvokeBindingRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeBindingRequest.Builder.mergeFrom(com.google.protobuf.Message other) DaprProtos.InvokeBindingRequest.Builder.mergeFrom(DaprProtos.InvokeBindingRequest other) DaprProtos.InvokeBindingRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.InvokeBindingRequest.newBuilder()DaprProtos.InvokeBindingRequest.newBuilder(DaprProtos.InvokeBindingRequest prototype) DaprProtos.InvokeBindingRequest.newBuilderForType()protected DaprProtos.InvokeBindingRequest.BuilderDaprProtos.InvokeBindingRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DaprProtos.InvokeBindingRequest.Builder.putAllMetadata(Map<String, String> values) The metadata passing to output binding components Common metadata property: - ttlInSeconds : the time to live in seconds for the message.DaprProtos.InvokeBindingRequest.Builder.putMetadata(String key, String value) The metadata passing to output binding components Common metadata property: - ttlInSeconds : the time to live in seconds for the message.DaprProtos.InvokeBindingRequest.Builder.removeMetadata(String key) The metadata passing to output binding components Common metadata property: - ttlInSeconds : the time to live in seconds for the message.DaprProtos.InvokeBindingRequest.Builder.setData(com.google.protobuf.ByteString value) The data which will be sent to output binding.DaprProtos.InvokeBindingRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The name of the output binding to invoke.DaprProtos.InvokeBindingRequest.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the output binding to invoke.DaprProtos.InvokeBindingRequest.Builder.setOperation(String value) The name of the operation type for the binding to invokeDaprProtos.InvokeBindingRequest.Builder.setOperationBytes(com.google.protobuf.ByteString value) The name of the operation type for the binding to invokeDaprProtos.InvokeBindingRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DaprProtos.InvokeBindingRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.InvokeBindingRequest.toBuilder()