Package io.envoyproxy.envoy.type.http.v3
Class PathTransformation.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.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,Cloneable
- Enclosing class:
- PathTransformation
public static final class PathTransformation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder> implements PathTransformationOrBuilder
Protobuf typeenvoy.type.http.v3.PathTransformation
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, 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
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
-
clear
public PathTransformation.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
-
getDefaultInstanceForType
public PathTransformation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PathTransformation build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PathTransformation buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PathTransformation.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
-
setField
public PathTransformation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
-
clearField
public PathTransformation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
-
clearOneof
public PathTransformation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
-
setRepeatedField
public PathTransformation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
-
addRepeatedField
public PathTransformation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
-
mergeFrom
public PathTransformation.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PathTransformation.Builder>
-
mergeFrom
public PathTransformation.Builder mergeFrom(PathTransformation other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
-
mergeFrom
public PathTransformation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PathTransformation.Builder>- Throws:
IOException
-
getOperationsList
public 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:
getOperationsListin 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:
getOperationsCountin 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:
getOperationsin 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(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:
getOperationsOrBuilderin interfacePathTransformationOrBuilder
-
getOperationsOrBuilderList
public 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:
getOperationsOrBuilderListin 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 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;
-
setUnknownFields
public final PathTransformation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
-
mergeUnknownFields
public final PathTransformation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
-
-