Package inference
Interface GrpcService.LogSettingsRequest.SettingValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.LogSettingsRequest.SettingValue,GrpcService.LogSettingsRequest.SettingValue.Builder
- Enclosing class:
GrpcService.LogSettingsRequest
public static interface GrpcService.LogSettingsRequest.SettingValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean@@ ..@@ ..com.google.protobuf.ByteString@@ ..int@@ ..boolean@@ ..boolean@@ ..boolean@@ ..Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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 uint32 parameter value. @@
uint32 uint32_param = 2;- Returns:
- Whether the uint32Param field is set.
-
getUint32Param
int getUint32Param()@@ .. cpp:var:: uint32 uint32_param @@ @@ An uint32 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
GrpcService.LogSettingsRequest.SettingValue.ParameterChoiceCase getParameterChoiceCase()
-