Interface ListApisResponseOrBuilder (0.3.1)

public interface ListApisResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApis(int index)

public abstract Api getApis(int index)

The APIs from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.Api apis = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Api

getApisCount()

public abstract int getApisCount()

The APIs from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.Api apis = 1;

Returns
TypeDescription
int

getApisList()

public abstract List<Api> getApisList()

The APIs from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.Api apis = 1;

Returns
TypeDescription
List<Api>

getApisOrBuilder(int index)

public abstract ApiOrBuilder getApisOrBuilder(int index)

The APIs from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.Api apis = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApiOrBuilder

getApisOrBuilderList()

public abstract List<? extends ApiOrBuilder> getApisOrBuilderList()

The APIs from the specified publisher.

repeated .google.cloud.apigeeregistry.v1.Api apis = 1;

Returns
TypeDescription
List<? extends com.google.cloud.apigeeregistry.v1.ApiOrBuilder>

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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.