Package io.envoyproxy.envoy.type.http.v3
Class PathTransformation.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<PathTransformation.Builder>
-
- io.envoyproxy.envoy.type.http.v3.PathTransformation.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PathTransformationOrBuilder
,java.lang.Cloneable
- Enclosing class:
- PathTransformation
public static final class PathTransformation.Builder extends com.google.protobuf.GeneratedMessage.Builder<PathTransformation.Builder> implements PathTransformationOrBuilder
Protobuf typeenvoy.type.http.v3.PathTransformation
-
-
Field Summary
Fields Modifier and Type Field Description private int
bitField0_
private java.util.List<PathTransformation.Operation>
operations_
private com.google.protobuf.RepeatedFieldBuilder<PathTransformation.Operation,PathTransformation.Operation.Builder,PathTransformation.OperationOrBuilder>
operationsBuilder_
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
bitField0_
private int bitField0_
-
operations_
private java.util.List<PathTransformation.Operation> operations_
-
operationsBuilder_
private com.google.protobuf.RepeatedFieldBuilder<PathTransformation.Operation,PathTransformation.Operation.Builder,PathTransformation.OperationOrBuilder> operationsBuilder_
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<PathTransformation.Builder>
-
clear
public PathTransformation.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<PathTransformation.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<PathTransformation.Builder>
-
getDefaultInstanceForType
public PathTransformation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PathTransformation build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PathTransformation buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartialRepeatedFields
private void buildPartialRepeatedFields(PathTransformation result)
-
buildPartial0
private void buildPartial0(PathTransformation result)
-
mergeFrom
public PathTransformation.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PathTransformation.Builder>
-
mergeFrom
public PathTransformation.Builder mergeFrom(PathTransformation other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<PathTransformation.Builder>
-
mergeFrom
public PathTransformation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PathTransformation.Builder>
- Throws:
java.io.IOException
-
ensureOperationsIsMutable
private void ensureOperationsIsMutable()
-
getOperationsList
public java.util.List<PathTransformation.Operation> getOperationsList()
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
- Specified by:
getOperationsList
in interfacePathTransformationOrBuilder
-
getOperationsCount
public int getOperationsCount()
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
- Specified by:
getOperationsCount
in interfacePathTransformationOrBuilder
-
getOperations
public PathTransformation.Operation getOperations(int index)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
- Specified by:
getOperations
in interfacePathTransformationOrBuilder
-
setOperations
public PathTransformation.Builder setOperations(int index, PathTransformation.Operation value)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
setOperations
public PathTransformation.Builder setOperations(int index, PathTransformation.Operation.Builder builderForValue)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
addOperations
public PathTransformation.Builder addOperations(PathTransformation.Operation value)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
addOperations
public PathTransformation.Builder addOperations(int index, PathTransformation.Operation value)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
addOperations
public PathTransformation.Builder addOperations(PathTransformation.Operation.Builder builderForValue)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
addOperations
public PathTransformation.Builder addOperations(int index, PathTransformation.Operation.Builder builderForValue)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
addAllOperations
public PathTransformation.Builder addAllOperations(java.lang.Iterable<? extends PathTransformation.Operation> values)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
clearOperations
public PathTransformation.Builder clearOperations()
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
removeOperations
public PathTransformation.Builder removeOperations(int index)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
getOperationsBuilder
public PathTransformation.Operation.Builder getOperationsBuilder(int index)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
getOperationsOrBuilder
public PathTransformation.OperationOrBuilder getOperationsOrBuilder(int index)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
- Specified by:
getOperationsOrBuilder
in interfacePathTransformationOrBuilder
-
getOperationsOrBuilderList
public java.util.List<? extends PathTransformation.OperationOrBuilder> getOperationsOrBuilderList()
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
- Specified by:
getOperationsOrBuilderList
in interfacePathTransformationOrBuilder
-
addOperationsBuilder
public PathTransformation.Operation.Builder addOperationsBuilder()
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
addOperationsBuilder
public PathTransformation.Operation.Builder addOperationsBuilder(int index)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
getOperationsBuilderList
public java.util.List<PathTransformation.Operation.Builder> getOperationsBuilderList()
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
getOperationsFieldBuilder
private com.google.protobuf.RepeatedFieldBuilder<PathTransformation.Operation,PathTransformation.Operation.Builder,PathTransformation.OperationOrBuilder> getOperationsFieldBuilder()
-
-