Interface ListApisResponseOrBuilder

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

    public interface ListApisResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getApisList

        List<Api> getApisList()
         APIs.
         
        repeated .google.cloud.apigateway.v1.Api apis = 1;
      • getApis

        Api getApis​(int index)
         APIs.
         
        repeated .google.cloud.apigateway.v1.Api apis = 1;
      • getApisCount

        int getApisCount()
         APIs.
         
        repeated .google.cloud.apigateway.v1.Api apis = 1;
      • getApisOrBuilderList

        List<? extends ApiOrBuilder> getApisOrBuilderList()
         APIs.
         
        repeated .google.cloud.apigateway.v1.Api apis = 1;
      • getApisOrBuilder

        ApiOrBuilder getApisOrBuilder​(int index)
         APIs.
         
        repeated .google.cloud.apigateway.v1.Api apis = 1;
      • getNextPageToken

        String getNextPageToken()
         Next page token.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Next page token.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.
      • getUnreachableLocationsList

        List<String> getUnreachableLocationsList()
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Returns:
        A list containing the unreachableLocations.
      • getUnreachableLocationsCount

        int getUnreachableLocationsCount()
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Returns:
        The count of unreachableLocations.
      • getUnreachableLocations

        String getUnreachableLocations​(int index)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The unreachableLocations at the given index.
      • getUnreachableLocationsBytes

        com.google.protobuf.ByteString getUnreachableLocationsBytes​(int index)
         Locations that could not be reached.
         
        repeated string unreachable_locations = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the unreachableLocations at the given index.