Package com.streamlayer.files
Interface FileMetaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
FileMeta,FileMeta.Builder
public interface FileMetaOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAlias()string alias = 3 [json_name = "alias"];com.google.protobuf.ByteStringgetAliasBytes()string alias = 3 [json_name = "alias"];java.lang.StringgetName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 1 [json_name = "name"];java.lang.StringgetTags(int index)repeated string tags = 4 [json_name = "tags"];com.google.protobuf.ByteStringgetTagsBytes(int index)repeated string tags = 4 [json_name = "tags"];intgetTagsCount()repeated string tags = 4 [json_name = "tags"];java.util.List<java.lang.String>getTagsList()repeated string tags = 4 [json_name = "tags"];java.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
-
getType
java.lang.String getType()
string type = 2 [json_name = "type"];- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Returns:
- The bytes for type.
-
getAlias
java.lang.String getAlias()
string alias = 3 [json_name = "alias"];- Returns:
- The alias.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()
string alias = 3 [json_name = "alias"];- Returns:
- The bytes for alias.
-
getTagsList
java.util.List<java.lang.String> getTagsList()
repeated string tags = 4 [json_name = "tags"];- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()
repeated string tags = 4 [json_name = "tags"];- Returns:
- The count of tags.
-
getTags
java.lang.String getTags(int index)
repeated string tags = 4 [json_name = "tags"];- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index)
repeated string tags = 4 [json_name = "tags"];- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
-