Package gauge.messages
Interface Spec.ProtoTagsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Spec.ProtoTags,Spec.ProtoTags.Builder
- Enclosing class:
- Spec
public static interface Spec.ProtoTagsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTags(int index)/ A collection of Tagscom.google.protobuf.ByteStringgetTagsBytes(int index)/ A collection of TagsintgetTagsCount()/ A collection of TagsList<String>getTagsList()/ A collection of Tags-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTagsCount
int getTagsCount()
/ A collection of Tags
repeated string tags = 1;
-
getTags
String getTags(int index)
/ A collection of Tags
repeated string tags = 1;
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index)
/ A collection of Tags
repeated string tags = 1;
-
-