Interface GetGuestAttributesResponseOrBuilder (2.42.0)

public interface GetGuestAttributesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGuestAttributes(int index)

public abstract GuestAttributes getGuestAttributes(int index)

The guest attributes for the TPU workers.

repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestAttributes

getGuestAttributesCount()

public abstract int getGuestAttributesCount()

The guest attributes for the TPU workers.

repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;

Returns
TypeDescription
int

getGuestAttributesList()

public abstract List<GuestAttributes> getGuestAttributesList()

The guest attributes for the TPU workers.

repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;

Returns
TypeDescription
List<GuestAttributes>

getGuestAttributesOrBuilder(int index)

public abstract GuestAttributesOrBuilder getGuestAttributesOrBuilder(int index)

The guest attributes for the TPU workers.

repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestAttributesOrBuilder

getGuestAttributesOrBuilderList()

public abstract List<? extends GuestAttributesOrBuilder> getGuestAttributesOrBuilderList()

The guest attributes for the TPU workers.

repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;

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