Interface GrpcService.GoogleGrpc.ChannelArgs.ValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.GoogleGrpc.ChannelArgs.Value
,GrpcService.GoogleGrpc.ChannelArgs.Value.Builder
- Enclosing class:
- GrpcService.GoogleGrpc.ChannelArgs
public static interface GrpcService.GoogleGrpc.ChannelArgs.ValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getIntValue()
int64 int_value = 2;
java.lang.String
getStringValue()
string string_value = 1;
com.google.protobuf.ByteString
getStringValueBytes()
string string_value = 1;
GrpcService.GoogleGrpc.ChannelArgs.Value.ValueSpecifierCase
getValueSpecifierCase()
boolean
hasIntValue()
int64 int_value = 2;
boolean
hasStringValue()
string string_value = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStringValue
boolean hasStringValue()
string string_value = 1;
- Returns:
- Whether the stringValue field is set.
-
getStringValue
java.lang.String getStringValue()
string string_value = 1;
- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()
string string_value = 1;
- Returns:
- The bytes for stringValue.
-
hasIntValue
boolean hasIntValue()
int64 int_value = 2;
- Returns:
- Whether the intValue field is set.
-
getIntValue
long getIntValue()
int64 int_value = 2;
- Returns:
- The intValue.
-
getValueSpecifierCase
GrpcService.GoogleGrpc.ChannelArgs.Value.ValueSpecifierCase getValueSpecifierCase()
-
-