public interface ListAuthorizedCertificatesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPageSize()
public abstract int getPageSize()Maximum results to return per page.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken()Continuation token for fetching the next page of results.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()Continuation token for fetching the next page of results.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public abstract String getParent() Name of the parent Application resource. Example: apps/myapp.
string parent = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Name of the parent Application resource. Example: apps/myapp.
string parent = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getView()
public abstract AuthorizedCertificateView getView() Controls the set of fields returned in the LIST response.
.google.appengine.v1.AuthorizedCertificateView view = 4;
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificateView |
The view. |
getViewValue()
public abstract int getViewValue() Controls the set of fields returned in the LIST response.
.google.appengine.v1.AuthorizedCertificateView view = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |