CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.clear() |
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.clearContentType() |
content_type is the type of data content.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.clearData() |
data conveys bytes value or Protobuf message which caller sent.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.clearHttpExtension() |
http_extension includes http specific fields if request conveys
http-compatible request.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.clearMethod() |
method is a method name which will be invoked by caller.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.clone() |
|
CommonProtos.InvokeRequest.Builder |
DaprProtos.InvokeServiceRequest.Builder.getMessageBuilder() |
message which will be delivered to callee.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.mergeData(com.google.protobuf.Any value) |
data conveys bytes value or Protobuf message which caller sent.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.mergeFrom(CommonProtos.InvokeRequest other) |
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.mergeHttpExtension(CommonProtos.HTTPExtension value) |
http_extension includes http specific fields if request conveys
http-compatible request.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.newBuilder() |
|
static CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.newBuilder(CommonProtos.InvokeRequest prototype) |
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.newBuilderForType() |
|
protected CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.setContentType(java.lang.String value) |
content_type is the type of data content.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.setContentTypeBytes(com.google.protobuf.ByteString value) |
content_type is the type of data content.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.setData(com.google.protobuf.Any value) |
data conveys bytes value or Protobuf message which caller sent.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.setData(com.google.protobuf.Any.Builder builderForValue) |
data conveys bytes value or Protobuf message which caller sent.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.setHttpExtension(CommonProtos.HTTPExtension value) |
http_extension includes http specific fields if request conveys
http-compatible request.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.setHttpExtension(CommonProtos.HTTPExtension.Builder builderForValue) |
http_extension includes http specific fields if request conveys
http-compatible request.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.setMethod(java.lang.String value) |
method is a method name which will be invoked by caller.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.setMethodBytes(com.google.protobuf.ByteString value) |
method is a method name which will be invoked by caller.
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
CommonProtos.InvokeRequest.Builder |
CommonProtos.InvokeRequest.toBuilder() |
|