DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.clear() |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.clearData() |
The data which will be sent to output binding.
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.clearMetadata() |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.clearName() |
The name of the output binding to invoke.
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.clearOperation() |
The name of the operation type for the binding to invoke
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.clone() |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.mergeFrom(DaprProtos.InvokeBindingRequest other) |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.newBuilder() |
|
static DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.newBuilder(DaprProtos.InvokeBindingRequest prototype) |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.newBuilderForType() |
|
protected DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
DaprProtos.InvokeBindingRequest.Builder |
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 |
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 |
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 |
DaprProtos.InvokeBindingRequest.Builder.setData(com.google.protobuf.ByteString value) |
The data which will be sent to output binding.
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.setName(String value) |
The name of the output binding to invoke.
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The name of the output binding to invoke.
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.setOperation(String value) |
The name of the operation type for the binding to invoke
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.setOperationBytes(com.google.protobuf.ByteString value) |
The name of the operation type for the binding to invoke
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DaprProtos.InvokeBindingRequest.Builder |
DaprProtos.InvokeBindingRequest.toBuilder() |
|