Interface ListCurationsResponseOrBuilder (0.28.0)

public interface ListCurationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCurations(int index)

public abstract Curation getCurations(int index)

The curation resources present in the API hub.

repeated .google.cloud.apihub.v1.Curation curations = 1;

Parameter
Name Description
index int
Returns
Type Description
Curation

getCurationsCount()

public abstract int getCurationsCount()

The curation resources present in the API hub.

repeated .google.cloud.apihub.v1.Curation curations = 1;

Returns
Type Description
int

getCurationsList()

public abstract List<Curation> getCurationsList()

The curation resources present in the API hub.

repeated .google.cloud.apihub.v1.Curation curations = 1;

Returns
Type Description
List<Curation>

getCurationsOrBuilder(int index)

public abstract CurationOrBuilder getCurationsOrBuilder(int index)

The curation resources present in the API hub.

repeated .google.cloud.apihub.v1.Curation curations = 1;

Parameter
Name Description
index int
Returns
Type Description
CurationOrBuilder

getCurationsOrBuilderList()

public abstract List<? extends CurationOrBuilder> getCurationsOrBuilderList()

The curation resources present in the API hub.

repeated .google.cloud.apihub.v1.Curation curations = 1;

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

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.