public static interface Control.ChannelArgOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue()
int32 int_value = 3; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
String |
getStrValue()
string str_value = 2; |
com.google.protobuf.ByteString |
getStrValueBytes()
string str_value = 2; |
Control.ChannelArg.ValueCase |
getValueCase() |
boolean |
hasIntValue()
int32 int_value = 3; |
boolean |
hasStrValue()
string str_value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;boolean hasStrValue()
string str_value = 2;String getStrValue()
string str_value = 2;com.google.protobuf.ByteString getStrValueBytes()
string str_value = 2;boolean hasIntValue()
int32 int_value = 3;int getIntValue()
int32 int_value = 3;Control.ChannelArg.ValueCase getValueCase()