Package inference

Interface GrpcService.LogSettingsResponse.SettingValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GrpcService.LogSettingsResponse.SettingValue, GrpcService.LogSettingsResponse.SettingValue.Builder
Enclosing class:
GrpcService.LogSettingsResponse

public static interface GrpcService.LogSettingsResponse.SettingValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasBoolParam

      boolean hasBoolParam()
      @@    .. cpp:var:: bool bool_param
      @@
      @@       A boolean parameter value.
      @@
       
      bool bool_param = 1;
      Returns:
      Whether the boolParam field is set.
    • getBoolParam

      boolean getBoolParam()
      @@    .. cpp:var:: bool bool_param
      @@
      @@       A boolean parameter value.
      @@
       
      bool bool_param = 1;
      Returns:
      The boolParam.
    • hasUint32Param

      boolean hasUint32Param()
      @@    .. cpp:var:: uint32 uint32_param
      @@
      @@       An int32 parameter value.
      @@
       
      uint32 uint32_param = 2;
      Returns:
      Whether the uint32Param field is set.
    • getUint32Param

      int getUint32Param()
      @@    .. cpp:var:: uint32 uint32_param
      @@
      @@       An int32 parameter value.
      @@
       
      uint32 uint32_param = 2;
      Returns:
      The uint32Param.
    • hasStringParam

      boolean hasStringParam()
      @@    .. cpp:var:: string string_param
      @@
      @@       A string parameter value.
      @@
       
      string string_param = 3;
      Returns:
      Whether the stringParam field is set.
    • getStringParam

      String getStringParam()
      @@    .. cpp:var:: string string_param
      @@
      @@       A string parameter value.
      @@
       
      string string_param = 3;
      Returns:
      The stringParam.
    • getStringParamBytes

      com.google.protobuf.ByteString getStringParamBytes()
      @@    .. cpp:var:: string string_param
      @@
      @@       A string parameter value.
      @@
       
      string string_param = 3;
      Returns:
      The bytes for stringParam.
    • getParameterChoiceCase