Interface NetworkTagsOrBuilder (2.46.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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the tags at the given index.

getTagsCount()

public abstract int getTagsCount()

List of network tags.

repeated string tags = 1;

Returns
Type Description
int

The count of tags.

getTagsList()

public abstract List<String> getTagsList()

List of network tags.

repeated string tags = 1;

Returns
Type Description
List<String>

A list containing the tags.