Class RouteAction.HashPolicy.CookieAttribute.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<RouteAction.HashPolicy.CookieAttribute.Builder>
-
- io.envoyproxy.envoy.config.route.v3.RouteAction.HashPolicy.CookieAttribute.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,RouteAction.HashPolicy.CookieAttributeOrBuilder,java.lang.Cloneable
- Enclosing class:
- RouteAction.HashPolicy.CookieAttribute
public static final class RouteAction.HashPolicy.CookieAttribute.Builder extends com.google.protobuf.GeneratedMessage.Builder<RouteAction.HashPolicy.CookieAttribute.Builder> implements RouteAction.HashPolicy.CookieAttributeOrBuilder
CookieAttribute defines an API for adding additional attributes for a HTTP cookie.
Protobuf typeenvoy.config.route.v3.RouteAction.HashPolicy.CookieAttribute
-
-
Field Summary
Fields Modifier and Type Field Description private intbitField0_private java.lang.Objectname_private java.lang.Objectvalue_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RouteAction.HashPolicy.CookieAttributebuild()RouteAction.HashPolicy.CookieAttributebuildPartial()private voidbuildPartial0(RouteAction.HashPolicy.CookieAttribute result)RouteAction.HashPolicy.CookieAttribute.Builderclear()RouteAction.HashPolicy.CookieAttribute.BuilderclearName()The name of the cookie attribute.RouteAction.HashPolicy.CookieAttribute.BuilderclearValue()The optional value of the cookie attribute.RouteAction.HashPolicy.CookieAttributegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetName()The name of the cookie attribute.com.google.protobuf.ByteStringgetNameBytes()The name of the cookie attribute.java.lang.StringgetValue()The optional value of the cookie attribute.com.google.protobuf.ByteStringgetValueBytes()The optional value of the cookie attribute.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()RouteAction.HashPolicy.CookieAttribute.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RouteAction.HashPolicy.CookieAttribute.BuildermergeFrom(com.google.protobuf.Message other)RouteAction.HashPolicy.CookieAttribute.BuildermergeFrom(RouteAction.HashPolicy.CookieAttribute other)RouteAction.HashPolicy.CookieAttribute.BuildersetName(java.lang.String value)The name of the cookie attribute.RouteAction.HashPolicy.CookieAttribute.BuildersetNameBytes(com.google.protobuf.ByteString value)The name of the cookie attribute.RouteAction.HashPolicy.CookieAttribute.BuildersetValue(java.lang.String value)The optional value of the cookie attribute.RouteAction.HashPolicy.CookieAttribute.BuildersetValueBytes(com.google.protobuf.ByteString value)The optional value of the cookie attribute.-
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
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<RouteAction.HashPolicy.CookieAttribute.Builder>
-
clear
public RouteAction.HashPolicy.CookieAttribute.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<RouteAction.HashPolicy.CookieAttribute.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.GeneratedMessage.Builder<RouteAction.HashPolicy.CookieAttribute.Builder>
-
getDefaultInstanceForType
public RouteAction.HashPolicy.CookieAttribute getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public RouteAction.HashPolicy.CookieAttribute build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public RouteAction.HashPolicy.CookieAttribute buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
private void buildPartial0(RouteAction.HashPolicy.CookieAttribute result)
-
mergeFrom
public RouteAction.HashPolicy.CookieAttribute.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<RouteAction.HashPolicy.CookieAttribute.Builder>
-
mergeFrom
public RouteAction.HashPolicy.CookieAttribute.Builder mergeFrom(RouteAction.HashPolicy.CookieAttribute other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<RouteAction.HashPolicy.CookieAttribute.Builder>
-
mergeFrom
public RouteAction.HashPolicy.CookieAttribute.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<RouteAction.HashPolicy.CookieAttribute.Builder>- Throws:
java.io.IOException
-
getName
public java.lang.String getName()
The name of the cookie attribute.
string name = 1 [(.validate.rules) = { ... }- Specified by:
getNamein interfaceRouteAction.HashPolicy.CookieAttributeOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The name of the cookie attribute.
string name = 1 [(.validate.rules) = { ... }- Specified by:
getNameBytesin interfaceRouteAction.HashPolicy.CookieAttributeOrBuilder- Returns:
- The bytes for name.
-
setName
public RouteAction.HashPolicy.CookieAttribute.Builder setName(java.lang.String value)
The name of the cookie attribute.
string name = 1 [(.validate.rules) = { ... }- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public RouteAction.HashPolicy.CookieAttribute.Builder clearName()
The name of the cookie attribute.
string name = 1 [(.validate.rules) = { ... }- Returns:
- This builder for chaining.
-
setNameBytes
public RouteAction.HashPolicy.CookieAttribute.Builder setNameBytes(com.google.protobuf.ByteString value)
The name of the cookie attribute.
string name = 1 [(.validate.rules) = { ... }- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getValue
public java.lang.String getValue()
The optional value of the cookie attribute.
string value = 2 [(.validate.rules) = { ... }- Specified by:
getValuein interfaceRouteAction.HashPolicy.CookieAttributeOrBuilder- Returns:
- The value.
-
getValueBytes
public com.google.protobuf.ByteString getValueBytes()
The optional value of the cookie attribute.
string value = 2 [(.validate.rules) = { ... }- Specified by:
getValueBytesin interfaceRouteAction.HashPolicy.CookieAttributeOrBuilder- Returns:
- The bytes for value.
-
setValue
public RouteAction.HashPolicy.CookieAttribute.Builder setValue(java.lang.String value)
The optional value of the cookie attribute.
string value = 2 [(.validate.rules) = { ... }- Parameters:
value- The value to set.- Returns:
- This builder for chaining.
-
clearValue
public RouteAction.HashPolicy.CookieAttribute.Builder clearValue()
The optional value of the cookie attribute.
string value = 2 [(.validate.rules) = { ... }- Returns:
- This builder for chaining.
-
setValueBytes
public RouteAction.HashPolicy.CookieAttribute.Builder setValueBytes(com.google.protobuf.ByteString value)
The optional value of the cookie attribute.
string value = 2 [(.validate.rules) = { ... }- Parameters:
value- The bytes for value to set.- Returns:
- This builder for chaining.
-
-