Package com.google.cloud.tpu.v2
Interface GuestAttributesValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GuestAttributesValue
,GuestAttributesValue.Builder
public interface GuestAttributesValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuestAttributesEntry
getItems(int index)
The list of guest attributes entries.int
getItemsCount()
The list of guest attributes entries.List<GuestAttributesEntry>
getItemsList()
The list of guest attributes entries.GuestAttributesEntryOrBuilder
getItemsOrBuilder(int index)
The list of guest attributes entries.List<? extends GuestAttributesEntryOrBuilder>
getItemsOrBuilderList()
The list of guest attributes entries.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getItemsList
List<GuestAttributesEntry> getItemsList()
The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
-
getItems
GuestAttributesEntry getItems(int index)
The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
-
getItemsCount
int getItemsCount()
The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
-
getItemsOrBuilderList
List<? extends GuestAttributesEntryOrBuilder> getItemsOrBuilderList()
The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
-
getItemsOrBuilder
GuestAttributesEntryOrBuilder getItemsOrBuilder(int index)
The list of guest attributes entries.
repeated .google.cloud.tpu.v2.GuestAttributesEntry items = 1;
-
-