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