Interface ListAppProfilesResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AppProfile getAppProfiles​(int index)
      The list of requested app profiles.
      int getAppProfilesCount()
      The list of requested app profiles.
      List<AppProfile> getAppProfilesList()
      The list of requested app profiles.
      AppProfileOrBuilder getAppProfilesOrBuilder​(int index)
      The list of requested app profiles.
      List<? extends AppProfileOrBuilder> getAppProfilesOrBuilderList()
      The list of requested app profiles.
      String getFailedLocations​(int index)
      Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition.
      com.google.protobuf.ByteString getFailedLocationsBytes​(int index)
      Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition.
      int getFailedLocationsCount()
      Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition.
      List<String> getFailedLocationsList()
      Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition.
      String getNextPageToken()
      Set if not all app profiles could be returned in a single response.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      Set if not all app profiles could be returned in a single response.
      • 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

      • getAppProfilesList

        List<AppProfile> getAppProfilesList()
         The list of requested app profiles.
         
        repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
      • getAppProfiles

        AppProfile getAppProfiles​(int index)
         The list of requested app profiles.
         
        repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
      • getAppProfilesCount

        int getAppProfilesCount()
         The list of requested app profiles.
         
        repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
      • getAppProfilesOrBuilderList

        List<? extends AppProfileOrBuilder> getAppProfilesOrBuilderList()
         The list of requested app profiles.
         
        repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
      • getAppProfilesOrBuilder

        AppProfileOrBuilder getAppProfilesOrBuilder​(int index)
         The list of requested app profiles.
         
        repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
      • getNextPageToken

        String getNextPageToken()
         Set if not all app profiles could be returned in a single response.
         Pass this value to `page_token` in another request to get the next
         page of results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Set if not all app profiles could be returned in a single response.
         Pass this value to `page_token` in another request to get the next
         page of results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.
      • getFailedLocationsList

        List<String> getFailedLocationsList()
         Locations from which AppProfile information could not be retrieved,
         due to an outage or some other transient condition.
         AppProfiles from these locations may be missing from `app_profiles`.
         Values are of the form `projects/<project>/locations/<zone_id>`
         
        repeated string failed_locations = 3;
        Returns:
        A list containing the failedLocations.
      • getFailedLocationsCount

        int getFailedLocationsCount()
         Locations from which AppProfile information could not be retrieved,
         due to an outage or some other transient condition.
         AppProfiles from these locations may be missing from `app_profiles`.
         Values are of the form `projects/<project>/locations/<zone_id>`
         
        repeated string failed_locations = 3;
        Returns:
        The count of failedLocations.
      • getFailedLocations

        String getFailedLocations​(int index)
         Locations from which AppProfile information could not be retrieved,
         due to an outage or some other transient condition.
         AppProfiles from these locations may be missing from `app_profiles`.
         Values are of the form `projects/<project>/locations/<zone_id>`
         
        repeated string failed_locations = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The failedLocations at the given index.
      • getFailedLocationsBytes

        com.google.protobuf.ByteString getFailedLocationsBytes​(int index)
         Locations from which AppProfile information could not be retrieved,
         due to an outage or some other transient condition.
         AppProfiles from these locations may be missing from `app_profiles`.
         Values are of the form `projects/<project>/locations/<zone_id>`
         
        repeated string failed_locations = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the failedLocations at the given index.