Decorator.Builder |
Decorator.Builder.clear() |
|
Decorator.Builder |
Decorator.Builder.clearOperation() |
The operation name associated with the request matched to this route.
|
Decorator.Builder |
Decorator.Builder.clearPropagate() |
Whether the decorated details should be propagated to the other party.
|
Decorator.Builder |
Route.Builder.getDecoratorBuilder() |
Decorator for the matched route.
|
Decorator.Builder |
Decorator.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Decorator.Builder |
Decorator.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Decorator.Builder |
Decorator.Builder.mergeFrom(Decorator other) |
|
Decorator.Builder |
Decorator.Builder.mergePropagate(com.google.protobuf.BoolValue value) |
Whether the decorated details should be propagated to the other party.
|
static Decorator.Builder |
Decorator.newBuilder() |
|
static Decorator.Builder |
Decorator.newBuilder(Decorator prototype) |
|
Decorator.Builder |
Decorator.newBuilderForType() |
|
protected Decorator.Builder |
Decorator.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
Decorator.Builder |
Decorator.Builder.setOperation(java.lang.String value) |
The operation name associated with the request matched to this route.
|
Decorator.Builder |
Decorator.Builder.setOperationBytes(com.google.protobuf.ByteString value) |
The operation name associated with the request matched to this route.
|
Decorator.Builder |
Decorator.Builder.setPropagate(com.google.protobuf.BoolValue value) |
Whether the decorated details should be propagated to the other party.
|
Decorator.Builder |
Decorator.Builder.setPropagate(com.google.protobuf.BoolValue.Builder builderForValue) |
Whether the decorated details should be propagated to the other party.
|
Decorator.Builder |
Decorator.toBuilder() |
|