Package io.grpc.benchmarks.proto
Interface Control.ChannelArgOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Control.ChannelArg,Control.ChannelArg.Builder
- Enclosing class:
- Control
public static interface Control.ChannelArgOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIntValue()int32 int_value = 3;java.lang.StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;java.lang.StringgetStrValue()string str_value = 2;com.google.protobuf.ByteStringgetStrValueBytes()string str_value = 2;Control.ChannelArg.ValueCasegetValueCase()booleanhasIntValue()int32 int_value = 3;booleanhasStrValue()string str_value = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
hasStrValue
boolean hasStrValue()
string str_value = 2;- Returns:
- Whether the strValue field is set.
-
getStrValue
java.lang.String getStrValue()
string str_value = 2;- Returns:
- The strValue.
-
getStrValueBytes
com.google.protobuf.ByteString getStrValueBytes()
string str_value = 2;- Returns:
- The bytes for strValue.
-
hasIntValue
boolean hasIntValue()
int32 int_value = 3;- Returns:
- Whether the intValue field is set.
-
getIntValue
int getIntValue()
int32 int_value = 3;- Returns:
- The intValue.
-
getValueCase
Control.ChannelArg.ValueCase getValueCase()
-
-