public interface GetGuestAttributesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| GuestAttributes |
getGuestAttributesCount()
public abstract int getGuestAttributesCount()The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
| Type | Description |
| int |
getGuestAttributesList()
public abstract List<GuestAttributes> getGuestAttributesList()The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| GuestAttributesOrBuilder |
getGuestAttributesOrBuilderList()
public abstract List<? extends GuestAttributesOrBuilder> getGuestAttributesOrBuilderList()The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2.GuestAttributes guest_attributes = 1;
| Type | Description |
| List<? extends com.google.cloud.tpu.v2.GuestAttributesOrBuilder> |