public interface TagsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getItems(int index)
public abstract String getItems(int index)
Optional. An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The items at the given index. |
getItemsBytes(int index)
public abstract ByteString getItemsBytes(int index)
Optional. An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the items at the given index. |
getItemsCount()
public abstract int getItemsCount()
Optional. An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of items. |
getItemsList()
public abstract List<String> getItemsList()
Optional. An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
repeated string items = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the items. |