Interface TagGroupConfigProto.TagGroupConfigPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TagGroupConfigProto.TagGroupConfigPB
,TagGroupConfigProto.TagGroupConfigPB.Builder
- Enclosing class:
- TagGroupConfigProto
public static interface TagGroupConfigProto.TagGroupConfigPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getName
String getName()string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;
- Returns:
- The bytes for name.
-
getIsNew
boolean getIsNew()bool isNew = 2;
- Returns:
- The isNew.
-
hasConfig
boolean hasConfig().common.protobuf.BasicPropertySetPB config = 3;
- Returns:
- Whether the config field is set.
-
getConfig
BasicPropertySetProto.BasicPropertySetPB getConfig().common.protobuf.BasicPropertySetPB config = 3;
- Returns:
- The config.
-
getConfigOrBuilder
BasicPropertySetProto.BasicPropertySetPBOrBuilder getConfigOrBuilder().common.protobuf.BasicPropertySetPB config = 3;
-