Interface ListOSImagesResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListOSImagesResponse, ListOSImagesResponse.Builder

    public interface ListOSImagesResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNextPageToken()
      Token to retrieve the next page of results, or empty if there are no more results in the list.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      Token to retrieve the next page of results, or empty if there are no more results in the list.
      OSImage getOsImages​(int index)
      The OS images available.
      int getOsImagesCount()
      The OS images available.
      List<OSImage> getOsImagesList()
      The OS images available.
      OSImageOrBuilder getOsImagesOrBuilder​(int index)
      The OS images available.
      List<? extends OSImageOrBuilder> getOsImagesOrBuilderList()
      The OS images available.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOsImagesList

        List<OSImage> getOsImagesList()
         The OS images available.
         
        repeated .google.cloud.baremetalsolution.v2.OSImage os_images = 1;
      • getOsImages

        OSImage getOsImages​(int index)
         The OS images available.
         
        repeated .google.cloud.baremetalsolution.v2.OSImage os_images = 1;
      • getOsImagesCount

        int getOsImagesCount()
         The OS images available.
         
        repeated .google.cloud.baremetalsolution.v2.OSImage os_images = 1;
      • getOsImagesOrBuilderList

        List<? extends OSImageOrBuilder> getOsImagesOrBuilderList()
         The OS images available.
         
        repeated .google.cloud.baremetalsolution.v2.OSImage os_images = 1;
      • getOsImagesOrBuilder

        OSImageOrBuilder getOsImagesOrBuilder​(int index)
         The OS images available.
         
        repeated .google.cloud.baremetalsolution.v2.OSImage os_images = 1;
      • getNextPageToken

        String getNextPageToken()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.