Interface Http2ProtocolOptions.SettingsParameterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Http2ProtocolOptions.SettingsParameter,Http2ProtocolOptions.SettingsParameter.Builder
- Enclosing class:
- Http2ProtocolOptions
public static interface Http2ProtocolOptions.SettingsParameterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.UInt32ValuegetIdentifier()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.UInt32ValueOrBuildergetValueOrBuilder()The 32 bit parameter value.booleanhasIdentifier()The 16 bit parameter identifier.booleanhasValue()The 32 bit parameter value.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIdentifier
boolean hasIdentifier()
The 16 bit parameter identifier.
.google.protobuf.UInt32Value identifier = 1 [(.validate.rules) = { ... }- Returns:
- Whether the identifier field is set.
-
getIdentifier
com.google.protobuf.UInt32Value getIdentifier()
The 16 bit parameter identifier.
.google.protobuf.UInt32Value identifier = 1 [(.validate.rules) = { ... }- Returns:
- The identifier.
-
getIdentifierOrBuilder
com.google.protobuf.UInt32ValueOrBuilder getIdentifierOrBuilder()
The 16 bit parameter identifier.
.google.protobuf.UInt32Value identifier = 1 [(.validate.rules) = { ... }
-
hasValue
boolean hasValue()
The 32 bit parameter value.
.google.protobuf.UInt32Value value = 2 [(.validate.rules) = { ... }- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.UInt32Value getValue()
The 32 bit parameter value.
.google.protobuf.UInt32Value value = 2 [(.validate.rules) = { ... }- Returns:
- The value.
-
getValueOrBuilder
com.google.protobuf.UInt32ValueOrBuilder getValueOrBuilder()
The 32 bit parameter value.
.google.protobuf.UInt32Value value = 2 [(.validate.rules) = { ... }
-
-