Package com.google.cloud.tpu.v2alpha1
Interface GetGuestAttributesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetGuestAttributesResponse
,GetGuestAttributesResponse.Builder
public interface GetGuestAttributesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuestAttributes
getGuestAttributes(int index)
The guest attributes for the TPU workers.int
getGuestAttributesCount()
The guest attributes for the TPU workers.List<GuestAttributes>
getGuestAttributesList()
The guest attributes for the TPU workers.GuestAttributesOrBuilder
getGuestAttributesOrBuilder(int index)
The guest attributes for the TPU workers.List<? extends GuestAttributesOrBuilder>
getGuestAttributesOrBuilderList()
The guest attributes for the TPU workers.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGuestAttributesList
List<GuestAttributes> getGuestAttributesList()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
getGuestAttributes
GuestAttributes getGuestAttributes(int index)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
getGuestAttributesCount
int getGuestAttributesCount()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
getGuestAttributesOrBuilderList
List<? extends GuestAttributesOrBuilder> getGuestAttributesOrBuilderList()
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
getGuestAttributesOrBuilder
GuestAttributesOrBuilder getGuestAttributesOrBuilder(int index)
The guest attributes for the TPU workers.
repeated .google.cloud.tpu.v2alpha1.GuestAttributes guest_attributes = 1;
-
-