Interface ListAuthorizedCertificatesResponseOrBuilder (2.3.3)

public interface ListAuthorizedCertificatesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertificates(int index)

public abstract AuthorizedCertificate getCertificates(int index)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AuthorizedCertificate

getCertificatesCount()

public abstract int getCertificatesCount()

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Returns
TypeDescription
int

getCertificatesList()

public abstract List<AuthorizedCertificate> getCertificatesList()

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Returns
TypeDescription
List<AuthorizedCertificate>

getCertificatesOrBuilder(int index)

public abstract AuthorizedCertificateOrBuilder getCertificatesOrBuilder(int index)

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AuthorizedCertificateOrBuilder

getCertificatesOrBuilderList()

public abstract List<? extends AuthorizedCertificateOrBuilder> getCertificatesOrBuilderList()

The SSL certificates the user is authorized to administer.

repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;

Returns
TypeDescription
List<? extends com.google.appengine.v1.AuthorizedCertificateOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.