Interface ListVersionsRequestOrBuilder (2.2.0)

public interface ListVersionsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPageSize()

public abstract int getPageSize()

Maximum results to return per page.

int32 page_size = 3;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public abstract String getPageToken()

Continuation token for fetching the next page of results.

string page_token = 4;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

Continuation token for fetching the next page of results.

string page_token = 4;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public abstract String getParent()

Name of the parent Service resource. Example: apps/myapp/services/default.

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Name of the parent Service resource. Example: apps/myapp/services/default.

string parent = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
VersionView

The view.

getViewValue()

public abstract int getViewValue()

Controls the set of fields returned in the List response.

.google.appengine.v1.VersionView view = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for view.