Interface LocalizedStringProto.LocalizedStringPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocalizedStringProto.LocalizedStringPB,LocalizedStringProto.LocalizedStringPB.Builder
- Enclosing class:
- LocalizedStringProto
public static interface LocalizedStringProto.LocalizedStringPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string defaultVal = 2;com.google.protobuf.ByteStringoptional string defaultVal = 2;getKey()optional string key = 1;com.google.protobuf.ByteStringoptional string key = 1;getParams(int index) repeated .common.protobuf.AnyObjectPB params = 3;intrepeated .common.protobuf.AnyObjectPB params = 3;repeated .common.protobuf.AnyObjectPB params = 3;getParamsOrBuilder(int index) repeated .common.protobuf.AnyObjectPB params = 3;List<? extends AnyObjectProto.AnyObjectPBOrBuilder>repeated .common.protobuf.AnyObjectPB params = 3;booleanoptional string defaultVal = 2;booleanhasKey()optional string key = 1;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
-
hasKey
boolean hasKey()optional string key = 1;- Returns:
- Whether the key field is set.
-
getKey
String getKey()optional string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()optional string key = 1;- Returns:
- The bytes for key.
-
hasDefaultVal
boolean hasDefaultVal()optional string defaultVal = 2;- Returns:
- Whether the defaultVal field is set.
-
getDefaultVal
String getDefaultVal()optional string defaultVal = 2;- Returns:
- The defaultVal.
-
getDefaultValBytes
com.google.protobuf.ByteString getDefaultValBytes()optional string defaultVal = 2;- Returns:
- The bytes for defaultVal.
-
getParamsList
List<AnyObjectProto.AnyObjectPB> getParamsList()repeated .common.protobuf.AnyObjectPB params = 3; -
getParams
repeated .common.protobuf.AnyObjectPB params = 3; -
getParamsCount
int getParamsCount()repeated .common.protobuf.AnyObjectPB params = 3; -
getParamsOrBuilderList
List<? extends AnyObjectProto.AnyObjectPBOrBuilder> getParamsOrBuilderList()repeated .common.protobuf.AnyObjectPB params = 3; -
getParamsOrBuilder
repeated .common.protobuf.AnyObjectPB params = 3;
-