Class Http2ProtocolOptions.SettingsParameter.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<Http2ProtocolOptions.SettingsParameter.Builder>
-
- io.envoyproxy.envoy.config.core.v3.Http2ProtocolOptions.SettingsParameter.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Http2ProtocolOptions.SettingsParameterOrBuilder,java.lang.Cloneable
- Enclosing class:
- Http2ProtocolOptions.SettingsParameter
public static final class Http2ProtocolOptions.SettingsParameter.Builder extends com.google.protobuf.GeneratedMessage.Builder<Http2ProtocolOptions.SettingsParameter.Builder> implements Http2ProtocolOptions.SettingsParameterOrBuilder
Defines a parameter to be sent in the SETTINGS frame. See `RFC7540, sec. 6.5.1 <https://tools.ietf.org/html/rfc7540#section-6.5.1>`_ for details.
Protobuf typeenvoy.config.core.v3.Http2ProtocolOptions.SettingsParameter
-
-
Field Summary
Fields Modifier and Type Field Description private intbitField0_private com.google.protobuf.UInt32Valueidentifier_private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value,com.google.protobuf.UInt32Value.Builder,com.google.protobuf.UInt32ValueOrBuilder>identifierBuilder_private com.google.protobuf.UInt32Valuevalue_private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value,com.google.protobuf.UInt32Value.Builder,com.google.protobuf.UInt32ValueOrBuilder>valueBuilder_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Http2ProtocolOptions.SettingsParameterbuild()Http2ProtocolOptions.SettingsParameterbuildPartial()private voidbuildPartial0(Http2ProtocolOptions.SettingsParameter result)Http2ProtocolOptions.SettingsParameter.Builderclear()Http2ProtocolOptions.SettingsParameter.BuilderclearIdentifier()The 16 bit parameter identifier.Http2ProtocolOptions.SettingsParameter.BuilderclearValue()The 32 bit parameter value.Http2ProtocolOptions.SettingsParametergetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.UInt32ValuegetIdentifier()The 16 bit parameter identifier.com.google.protobuf.UInt32Value.BuildergetIdentifierBuilder()The 16 bit parameter identifier.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value,com.google.protobuf.UInt32Value.Builder,com.google.protobuf.UInt32ValueOrBuilder>getIdentifierFieldBuilder()The 16 bit parameter identifier.com.google.protobuf.UInt32ValueOrBuildergetIdentifierOrBuilder()The 16 bit parameter identifier.com.google.protobuf.UInt32ValuegetValue()The 32 bit parameter value.com.google.protobuf.UInt32Value.BuildergetValueBuilder()The 32 bit parameter value.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value,com.google.protobuf.UInt32Value.Builder,com.google.protobuf.UInt32ValueOrBuilder>getValueFieldBuilder()The 32 bit parameter value.com.google.protobuf.UInt32ValueOrBuildergetValueOrBuilder()The 32 bit parameter value.booleanhasIdentifier()The 16 bit parameter identifier.booleanhasValue()The 32 bit parameter value.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()private voidmaybeForceBuilderInitialization()Http2ProtocolOptions.SettingsParameter.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Http2ProtocolOptions.SettingsParameter.BuildermergeFrom(com.google.protobuf.Message other)Http2ProtocolOptions.SettingsParameter.BuildermergeFrom(Http2ProtocolOptions.SettingsParameter other)Http2ProtocolOptions.SettingsParameter.BuildermergeIdentifier(com.google.protobuf.UInt32Value value)The 16 bit parameter identifier.Http2ProtocolOptions.SettingsParameter.BuildermergeValue(com.google.protobuf.UInt32Value value)The 32 bit parameter value.Http2ProtocolOptions.SettingsParameter.BuildersetIdentifier(com.google.protobuf.UInt32Value value)The 16 bit parameter identifier.Http2ProtocolOptions.SettingsParameter.BuildersetIdentifier(com.google.protobuf.UInt32Value.Builder builderForValue)The 16 bit parameter identifier.Http2ProtocolOptions.SettingsParameter.BuildersetValue(com.google.protobuf.UInt32Value value)The 32 bit parameter value.Http2ProtocolOptions.SettingsParameter.BuildersetValue(com.google.protobuf.UInt32Value.Builder builderForValue)The 32 bit parameter value.-
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_
-
identifier_
private com.google.protobuf.UInt32Value identifier_
-
identifierBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value,com.google.protobuf.UInt32Value.Builder,com.google.protobuf.UInt32ValueOrBuilder> identifierBuilder_
-
value_
private com.google.protobuf.UInt32Value value_
-
valueBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value,com.google.protobuf.UInt32Value.Builder,com.google.protobuf.UInt32ValueOrBuilder> valueBuilder_
-
-
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<Http2ProtocolOptions.SettingsParameter.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public Http2ProtocolOptions.SettingsParameter.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<Http2ProtocolOptions.SettingsParameter.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<Http2ProtocolOptions.SettingsParameter.Builder>
-
getDefaultInstanceForType
public Http2ProtocolOptions.SettingsParameter getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Http2ProtocolOptions.SettingsParameter build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Http2ProtocolOptions.SettingsParameter buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
private void buildPartial0(Http2ProtocolOptions.SettingsParameter result)
-
mergeFrom
public Http2ProtocolOptions.SettingsParameter.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Http2ProtocolOptions.SettingsParameter.Builder>
-
mergeFrom
public Http2ProtocolOptions.SettingsParameter.Builder mergeFrom(Http2ProtocolOptions.SettingsParameter other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<Http2ProtocolOptions.SettingsParameter.Builder>
-
mergeFrom
public Http2ProtocolOptions.SettingsParameter.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<Http2ProtocolOptions.SettingsParameter.Builder>- Throws:
java.io.IOException
-
hasIdentifier
public boolean hasIdentifier()
The 16 bit parameter identifier.
.google.protobuf.UInt32Value identifier = 1 [(.validate.rules) = { ... }- Specified by:
hasIdentifierin interfaceHttp2ProtocolOptions.SettingsParameterOrBuilder- Returns:
- Whether the identifier field is set.
-
getIdentifier
public com.google.protobuf.UInt32Value getIdentifier()
The 16 bit parameter identifier.
.google.protobuf.UInt32Value identifier = 1 [(.validate.rules) = { ... }- Specified by:
getIdentifierin interfaceHttp2ProtocolOptions.SettingsParameterOrBuilder- Returns:
- The identifier.
-
setIdentifier
public Http2ProtocolOptions.SettingsParameter.Builder setIdentifier(com.google.protobuf.UInt32Value value)
The 16 bit parameter identifier.
.google.protobuf.UInt32Value identifier = 1 [(.validate.rules) = { ... }
-
setIdentifier
public Http2ProtocolOptions.SettingsParameter.Builder setIdentifier(com.google.protobuf.UInt32Value.Builder builderForValue)
The 16 bit parameter identifier.
.google.protobuf.UInt32Value identifier = 1 [(.validate.rules) = { ... }
-
mergeIdentifier
public Http2ProtocolOptions.SettingsParameter.Builder mergeIdentifier(com.google.protobuf.UInt32Value value)
The 16 bit parameter identifier.
.google.protobuf.UInt32Value identifier = 1 [(.validate.rules) = { ... }
-
clearIdentifier
public Http2ProtocolOptions.SettingsParameter.Builder clearIdentifier()
The 16 bit parameter identifier.
.google.protobuf.UInt32Value identifier = 1 [(.validate.rules) = { ... }
-
getIdentifierBuilder
public com.google.protobuf.UInt32Value.Builder getIdentifierBuilder()
The 16 bit parameter identifier.
.google.protobuf.UInt32Value identifier = 1 [(.validate.rules) = { ... }
-
getIdentifierOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getIdentifierOrBuilder()
The 16 bit parameter identifier.
.google.protobuf.UInt32Value identifier = 1 [(.validate.rules) = { ... }- Specified by:
getIdentifierOrBuilderin interfaceHttp2ProtocolOptions.SettingsParameterOrBuilder
-
getIdentifierFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value,com.google.protobuf.UInt32Value.Builder,com.google.protobuf.UInt32ValueOrBuilder> getIdentifierFieldBuilder()
The 16 bit parameter identifier.
.google.protobuf.UInt32Value identifier = 1 [(.validate.rules) = { ... }
-
hasValue
public boolean hasValue()
The 32 bit parameter value.
.google.protobuf.UInt32Value value = 2 [(.validate.rules) = { ... }- Specified by:
hasValuein interfaceHttp2ProtocolOptions.SettingsParameterOrBuilder- Returns:
- Whether the value field is set.
-
getValue
public com.google.protobuf.UInt32Value getValue()
The 32 bit parameter value.
.google.protobuf.UInt32Value value = 2 [(.validate.rules) = { ... }- Specified by:
getValuein interfaceHttp2ProtocolOptions.SettingsParameterOrBuilder- Returns:
- The value.
-
setValue
public Http2ProtocolOptions.SettingsParameter.Builder setValue(com.google.protobuf.UInt32Value value)
The 32 bit parameter value.
.google.protobuf.UInt32Value value = 2 [(.validate.rules) = { ... }
-
setValue
public Http2ProtocolOptions.SettingsParameter.Builder setValue(com.google.protobuf.UInt32Value.Builder builderForValue)
The 32 bit parameter value.
.google.protobuf.UInt32Value value = 2 [(.validate.rules) = { ... }
-
mergeValue
public Http2ProtocolOptions.SettingsParameter.Builder mergeValue(com.google.protobuf.UInt32Value value)
The 32 bit parameter value.
.google.protobuf.UInt32Value value = 2 [(.validate.rules) = { ... }
-
clearValue
public Http2ProtocolOptions.SettingsParameter.Builder clearValue()
The 32 bit parameter value.
.google.protobuf.UInt32Value value = 2 [(.validate.rules) = { ... }
-
getValueBuilder
public com.google.protobuf.UInt32Value.Builder getValueBuilder()
The 32 bit parameter value.
.google.protobuf.UInt32Value value = 2 [(.validate.rules) = { ... }
-
getValueOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getValueOrBuilder()
The 32 bit parameter value.
.google.protobuf.UInt32Value value = 2 [(.validate.rules) = { ... }- Specified by:
getValueOrBuilderin interfaceHttp2ProtocolOptions.SettingsParameterOrBuilder
-
getValueFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.UInt32Value,com.google.protobuf.UInt32Value.Builder,com.google.protobuf.UInt32ValueOrBuilder> getValueFieldBuilder()
The 32 bit parameter value.
.google.protobuf.UInt32Value value = 2 [(.validate.rules) = { ... }
-
-