Interface ListDomainMappingsResponseOrBuilder

    • Method Detail

      • getDomainMappingsList

        List<DomainMapping> getDomainMappingsList()
         The domain mappings for the application.
         
        repeated .google.appengine.v1.DomainMapping domain_mappings = 1;
      • getDomainMappings

        DomainMapping getDomainMappings​(int index)
         The domain mappings for the application.
         
        repeated .google.appengine.v1.DomainMapping domain_mappings = 1;
      • getDomainMappingsCount

        int getDomainMappingsCount()
         The domain mappings for the application.
         
        repeated .google.appengine.v1.DomainMapping domain_mappings = 1;
      • getDomainMappingsOrBuilderList

        List<? extends DomainMappingOrBuilder> getDomainMappingsOrBuilderList()
         The domain mappings for the application.
         
        repeated .google.appengine.v1.DomainMapping domain_mappings = 1;
      • getDomainMappingsOrBuilder

        DomainMappingOrBuilder getDomainMappingsOrBuilder​(int index)
         The domain mappings for the application.
         
        repeated .google.appengine.v1.DomainMapping domain_mappings = 1;
      • getNextPageToken

        String getNextPageToken()
         Continuation token for fetching the next page of results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Continuation token for fetching the next page of results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.