public interface ListVersionsRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Maximum results to return per page.
|
java.lang.String |
getPageToken()
Continuation token for fetching the next page of results.
|
ByteString |
getPageTokenBytes()
Continuation token for fetching the next page of results.
|
java.lang.String |
getParent()
Name of the parent Service resource.
|
ByteString |
getParentBytes()
Name of the parent Service resource.
|
VersionView |
getView()
Controls the set of fields returned in the `List` response.
|
int |
getViewValue()
Controls the set of fields returned in the `List` response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getParent()
Name of the parent Service resource. Example: `apps/myapp/services/default`.
string parent = 1;ByteString getParentBytes()
Name of the parent Service resource. Example: `apps/myapp/services/default`.
string parent = 1;int getViewValue()
Controls the set of fields returned in the `List` response.
.google.appengine.v1.VersionView view = 2;VersionView getView()
Controls the set of fields returned in the `List` response.
.google.appengine.v1.VersionView view = 2;int getPageSize()
Maximum results to return per page.
int32 page_size = 3;java.lang.String getPageToken()
Continuation token for fetching the next page of results.
string page_token = 4;ByteString getPageTokenBytes()
Continuation token for fetching the next page of results.
string page_token = 4;