Interface NetworkTagsOrBuilder (2.40.0)

public interface NetworkTagsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTags(int index)

public abstract String getTags(int index)

List of network tags.

repeated string tags = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The tags at the given index.

getTagsBytes(int index)

public abstract ByteString getTagsBytes(int index)

List of network tags.

repeated string tags = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the tags at the given index.

getTagsCount()

public abstract int getTagsCount()

List of network tags.

repeated string tags = 1;

Returns
TypeDescription
int

The count of tags.

getTagsList()

public abstract List<String> getTagsList()

List of network tags.

repeated string tags = 1;

Returns
TypeDescription
List<String>

A list containing the tags.