Interface GetGuestAttributesResponseOrBuilder

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