public interface GuestAttributesValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getItems(int index)
public abstract GuestAttributesEntry getItems(int index)The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
| Name | Description |
| index | int |
| Type | Description |
| GuestAttributesEntry |
getItemsCount()
public abstract int getItemsCount()The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
| Type | Description |
| int |
getItemsList()
public abstract List<GuestAttributesEntry> getItemsList()The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
| Type | Description |
| List<GuestAttributesEntry> |
getItemsOrBuilder(int index)
public abstract GuestAttributesEntryOrBuilder getItemsOrBuilder(int index)The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
| Name | Description |
| index | int |
| Type | Description |
| GuestAttributesEntryOrBuilder |
getItemsOrBuilderList()
public abstract List<? extends GuestAttributesEntryOrBuilder> getItemsOrBuilderList()The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
| Type | Description |
| List<? extends com.google.cloud.tpu.v2.GuestAttributesEntryOrBuilder> |