public interface ListAuthorizedCertificatesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| AuthorizedCertificate |
getCertificatesCount()
public abstract int getCertificatesCount()The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
| Type | Description |
| int |
getCertificatesList()
public abstract List<AuthorizedCertificate> getCertificatesList()The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| AuthorizedCertificateOrBuilder |
getCertificatesOrBuilderList()
public abstract List<? extends AuthorizedCertificateOrBuilder> getCertificatesOrBuilderList()The SSL certificates the user is authorized to administer.
repeated .google.appengine.v1.AuthorizedCertificate certificates = 1;
| Type | Description |
| 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Continuation token for fetching the next page of results.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |