Interface SearchVersionsResponseOrBuilder (0.43.0)

public interface SearchVersionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A pagination token returned from a previous call to SearchVersions that indicates from where the listing should continue.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A pagination token returned from a previous call to SearchVersions that indicates from where the listing should continue.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getVersions(int index)

public abstract Version getVersions(int index)

The Version resources computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Version versions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Version

getVersionsCount()

public abstract int getVersionsCount()

The Version resources computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Version versions = 1;

Returns
TypeDescription
int

getVersionsList()

public abstract List<Version> getVersionsList()

The Version resources computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Version versions = 1;

Returns
TypeDescription
List<Version>

getVersionsOrBuilder(int index)

public abstract VersionOrBuilder getVersionsOrBuilder(int index)

The Version resources computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Version versions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
VersionOrBuilder

getVersionsOrBuilderList()

public abstract List<? extends VersionOrBuilder> getVersionsOrBuilderList()

The Version resources computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Version versions = 1;

Returns
TypeDescription
List<? extends com.google.cloud.privatecatalog.v1beta1.VersionOrBuilder>