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

    Modifier and Type
    Method
    Description
    com.google.protobuf.UInt32Value
    The 16 bit parameter identifier.
    com.google.protobuf.UInt32ValueOrBuilder
    The 16 bit parameter identifier.
    com.google.protobuf.UInt32Value
    The 32 bit parameter value.
    com.google.protobuf.UInt32ValueOrBuilder
    The 32 bit parameter value.
    boolean
    The 16 bit parameter identifier.
    boolean
    The 32 bit parameter value.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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) = { ... }