Interface ListVersionsResponseOrBuilder (2.24.0)

publicinterface ListVersionsResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

publicabstractStringgetNextPageToken()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getVersions(int index)

publicabstractVersiongetVersions(intindex)

The versions belonging to the requested service.

repeated .google.appengine.v1.Version versions = 1;

Parameter
Name Description
index int
Returns
Type Description
Version

getVersionsCount()

publicabstractintgetVersionsCount()

The versions belonging to the requested service.

repeated .google.appengine.v1.Version versions = 1;

Returns
Type Description
int

getVersionsList()

publicabstractList<Version>getVersionsList()

The versions belonging to the requested service.

repeated .google.appengine.v1.Version versions = 1;

Returns
Type Description
List<Version>

getVersionsOrBuilder(int index)

publicabstractVersionOrBuildergetVersionsOrBuilder(intindex)

The versions belonging to the requested service.

repeated .google.appengine.v1.Version versions = 1;

Parameter
Name Description
index int
Returns
Type Description
VersionOrBuilder

getVersionsOrBuilderList()

publicabstractList<?extendsVersionOrBuilder>getVersionsOrBuilderList()

The versions belonging to the requested service.

repeated .google.appengine.v1.Version versions = 1;

Returns
Type Description
List<? extends com.google.appengine.v1.VersionOrBuilder>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.