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