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 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;