Interface GuestAttributesValueOrBuilder (2.36.0)

public interface GuestAttributesValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getItems(int index)

public abstract GuestAttributesEntry getItems(int index)

The list of guest attributes entries.

repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestAttributesEntry

getItemsCount()

public abstract int getItemsCount()

The list of guest attributes entries.

repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;

Returns
TypeDescription
int

getItemsList()

public abstract List<GuestAttributesEntry> getItemsList()

The list of guest attributes entries.

repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
GuestAttributesEntryOrBuilder

getItemsOrBuilderList()

public abstract List<? extends GuestAttributesEntryOrBuilder> getItemsOrBuilderList()

The list of guest attributes entries.

repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;

Returns
TypeDescription
List<? extends com.google.cloud.tpu.v2.GuestAttributesEntryOrBuilder>