Interface FigureDescriptor.StringMapWithDefaultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FigureDescriptor.StringMapWithDefault
,FigureDescriptor.StringMapWithDefault.Builder
- Enclosing class:
- FigureDescriptor
public static interface FigureDescriptor.StringMapWithDefaultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string default_string = 1;
com.google.protobuf.ByteString
optional string default_string = 1;
getKeys
(int index) repeated string keys = 2;
com.google.protobuf.ByteString
getKeysBytes
(int index) repeated string keys = 2;
int
repeated string keys = 2;
repeated string keys = 2;
getValues
(int index) repeated string values = 3;
com.google.protobuf.ByteString
getValuesBytes
(int index) repeated string values = 3;
int
repeated string values = 3;
repeated string values = 3;
boolean
optional string default_string = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDefaultString
boolean hasDefaultString()optional string default_string = 1;
- Returns:
- Whether the defaultString field is set.
-
getDefaultString
String getDefaultString()optional string default_string = 1;
- Returns:
- The defaultString.
-
getDefaultStringBytes
com.google.protobuf.ByteString getDefaultStringBytes()optional string default_string = 1;
- Returns:
- The bytes for defaultString.
-
getKeysList
repeated string keys = 2;
- Returns:
- A list containing the keys.
-
getKeysCount
int getKeysCount()repeated string keys = 2;
- Returns:
- The count of keys.
-
getKeys
repeated string keys = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The keys at the given index.
-
getKeysBytes
com.google.protobuf.ByteString getKeysBytes(int index) repeated string keys = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the keys at the given index.
-
getValuesList
repeated string values = 3;
- Returns:
- A list containing the values.
-
getValuesCount
int getValuesCount()repeated string values = 3;
- Returns:
- The count of values.
-
getValues
repeated string values = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The values at the given index.
-
getValuesBytes
com.google.protobuf.ByteString getValuesBytes(int index) repeated string values = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the values at the given index.
-