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