Interface ListVersionsResponseOrBuilder (0.2.0)

public interface ListVersionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getVersions(int index)

public abstract Version getVersions(int index)

The versions corresponding to an API.

repeated .google.cloud.apihub.v1.Version versions = 1;

Parameter
Name Description
index int
Returns
Type Description
Version

getVersionsCount()

public abstract int getVersionsCount()

The versions corresponding to an API.

repeated .google.cloud.apihub.v1.Version versions = 1;

Returns
Type Description
int

getVersionsList()

public abstract List<Version> getVersionsList()

The versions corresponding to an API.

repeated .google.cloud.apihub.v1.Version versions = 1;

Returns
Type Description
List<Version>

getVersionsOrBuilder(int index)

public abstract VersionOrBuilder getVersionsOrBuilder(int index)

The versions corresponding to an API.

repeated .google.cloud.apihub.v1.Version versions = 1;

Parameter
Name Description
index int
Returns
Type Description
VersionOrBuilder

getVersionsOrBuilderList()

public abstract List<? extends VersionOrBuilder> getVersionsOrBuilderList()

The versions corresponding to an API.

repeated .google.cloud.apihub.v1.Version versions = 1;

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