com.google.appengine.v1.ListVersionsRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-appengine-v1 Show documentation
Show all versions of proto-google-appengine-v1 Show documentation
PROTO library for proto-google-appengine-v1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/appengine/v1/appengine.proto
package com.google.appengine.v1;
public interface ListVersionsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.appengine.v1.ListVersionsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Name of the parent Service resource. Example:
* `apps/myapp/services/default`.
*
*
* string parent = 1;
*/
java.lang.String getParent();
/**
*
* Name of the parent Service resource. Example:
* `apps/myapp/services/default`.
*
*
* string parent = 1;
*/
com.google.protobuf.ByteString
getParentBytes();
/**
*
* Controls the set of fields returned in the `List` response.
*
*
* .google.appengine.v1.VersionView view = 2;
*/
int getViewValue();
/**
*
* Controls the set of fields returned in the `List` response.
*
*
* .google.appengine.v1.VersionView view = 2;
*/
com.google.appengine.v1.VersionView getView();
/**
*
* Maximum results to return per page.
*
*
* int32 page_size = 3;
*/
int getPageSize();
/**
*
* Continuation token for fetching the next page of results.
*
*
* string page_token = 4;
*/
java.lang.String getPageToken();
/**
*
* Continuation token for fetching the next page of results.
*
*
* string page_token = 4;
*/
com.google.protobuf.ByteString
getPageTokenBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy