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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesEntry |
|
getItemsCount()
public abstract int getItemsCount()The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getItemsList()
public abstract List<GuestAttributesEntry> getItemsList()The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GuestAttributesEntryOrBuilder |
|
getItemsOrBuilderList()
public abstract List<? extends GuestAttributesEntryOrBuilder> getItemsOrBuilderList()The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.tpu.v2.GuestAttributesEntryOrBuilder> |
|