Interface Http2ProtocolOptions.SettingsParameterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.UInt32Value getIdentifier()
      The 16 bit parameter identifier.
      com.google.protobuf.UInt32ValueOrBuilder getIdentifierOrBuilder()
      The 16 bit parameter identifier.
      com.google.protobuf.UInt32Value getValue()
      The 32 bit parameter value.
      com.google.protobuf.UInt32ValueOrBuilder getValueOrBuilder()
      The 32 bit parameter value.
      boolean hasIdentifier()
      The 16 bit parameter identifier.
      boolean hasValue()
      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 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) = { ... }