Interface ListSpecsResponseOrBuilder (0.2.0)

public interface ListSpecsResponseOrBuilder 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.

getSpecs(int index)

public abstract Spec getSpecs(int index)

The specs corresponding to an API.

repeated .google.cloud.apihub.v1.Spec specs = 1;

Parameter
Name Description
index int
Returns
Type Description
Spec

getSpecsCount()

public abstract int getSpecsCount()

The specs corresponding to an API.

repeated .google.cloud.apihub.v1.Spec specs = 1;

Returns
Type Description
int

getSpecsList()

public abstract List<Spec> getSpecsList()

The specs corresponding to an API.

repeated .google.cloud.apihub.v1.Spec specs = 1;

Returns
Type Description
List<Spec>

getSpecsOrBuilder(int index)

public abstract SpecOrBuilder getSpecsOrBuilder(int index)

The specs corresponding to an API.

repeated .google.cloud.apihub.v1.Spec specs = 1;

Parameter
Name Description
index int
Returns
Type Description
SpecOrBuilder

getSpecsOrBuilderList()

public abstract List<? extends SpecOrBuilder> getSpecsOrBuilderList()

The specs corresponding to an API.

repeated .google.cloud.apihub.v1.Spec specs = 1;

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