Interface Points.GroupIdOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.GroupId,Points.GroupId.Builder
- Enclosing class:
Points
public static interface Points.GroupIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongRepresents an integer valueRepresents a string value.com.google.protobuf.ByteStringRepresents a string value.longRepresents a double value.booleanRepresents an integer valuebooleanRepresents a string value.booleanRepresents a double value.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
-
hasUnsignedValue
boolean hasUnsignedValue()Represents a double value.
uint64 unsigned_value = 1;- Returns:
- Whether the unsignedValue field is set.
-
getUnsignedValue
long getUnsignedValue()Represents a double value.
uint64 unsigned_value = 1;- Returns:
- The unsignedValue.
-
hasIntegerValue
boolean hasIntegerValue()Represents an integer value
int64 integer_value = 2;- Returns:
- Whether the integerValue field is set.
-
getIntegerValue
long getIntegerValue()Represents an integer value
int64 integer_value = 2;- Returns:
- The integerValue.
-
hasStringValue
boolean hasStringValue()Represents a string value.
string string_value = 3;- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()Represents a string value.
string string_value = 3;- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()Represents a string value.
string string_value = 3;- Returns:
- The bytes for stringValue.
-
getKindCase
Points.GroupId.KindCase getKindCase()
-