Interface ListAuthorizedCertificatesResponseOrBuilder

    • Method Detail

      • getCertificatesList

        List<AuthorizedCertificate> getCertificatesList()
         The SSL certificates the user is authorized to administer.
         
        repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
      • getCertificates

        AuthorizedCertificate getCertificates​(int index)
         The SSL certificates the user is authorized to administer.
         
        repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
      • getCertificatesCount

        int getCertificatesCount()
         The SSL certificates the user is authorized to administer.
         
        repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
      • getCertificatesOrBuilderList

        List<? extends AuthorizedCertificateOrBuilder> getCertificatesOrBuilderList()
         The SSL certificates the user is authorized to administer.
         
        repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
      • getCertificatesOrBuilder

        AuthorizedCertificateOrBuilder getCertificatesOrBuilder​(int index)
         The SSL certificates the user is authorized to administer.
         
        repeated .google.appengine.v1.AuthorizedCertificate certificates = 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.