PathTransformation.Builder |
PathTransformation.Builder.addAllOperations(Iterable<? extends PathTransformation.Operation> values) |
A list of operations to apply.
|
PathTransformation.Builder |
PathTransformation.Builder.addOperations(int index,
PathTransformation.Operation value) |
A list of operations to apply.
|
PathTransformation.Builder |
PathTransformation.Builder.addOperations(int index,
PathTransformation.Operation.Builder builderForValue) |
A list of operations to apply.
|
PathTransformation.Builder |
PathTransformation.Builder.addOperations(PathTransformation.Operation value) |
A list of operations to apply.
|
PathTransformation.Builder |
PathTransformation.Builder.addOperations(PathTransformation.Operation.Builder builderForValue) |
A list of operations to apply.
|
PathTransformation.Builder |
PathTransformation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PathTransformation.Builder |
PathTransformation.Builder.clear() |
|
PathTransformation.Builder |
PathTransformation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
PathTransformation.Builder |
PathTransformation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
PathTransformation.Builder |
PathTransformation.Builder.clearOperations() |
A list of operations to apply.
|
PathTransformation.Builder |
PathTransformation.Builder.clone() |
|
PathTransformation.Builder |
PathTransformation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
PathTransformation.Builder |
PathTransformation.Builder.mergeFrom(com.google.protobuf.Message other) |
|
PathTransformation.Builder |
PathTransformation.Builder.mergeFrom(PathTransformation other) |
|
PathTransformation.Builder |
PathTransformation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static PathTransformation.Builder |
PathTransformation.newBuilder() |
|
static PathTransformation.Builder |
PathTransformation.newBuilder(PathTransformation prototype) |
|
PathTransformation.Builder |
PathTransformation.newBuilderForType() |
|
protected PathTransformation.Builder |
PathTransformation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
PathTransformation.Builder |
PathTransformation.Builder.removeOperations(int index) |
A list of operations to apply.
|
PathTransformation.Builder |
PathTransformation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PathTransformation.Builder |
PathTransformation.Builder.setOperations(int index,
PathTransformation.Operation value) |
A list of operations to apply.
|
PathTransformation.Builder |
PathTransformation.Builder.setOperations(int index,
PathTransformation.Operation.Builder builderForValue) |
A list of operations to apply.
|
PathTransformation.Builder |
PathTransformation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
PathTransformation.Builder |
PathTransformation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
PathTransformation.Builder |
PathTransformation.toBuilder() |
|