Interface ListApiSpecRevisionsResponseOrBuilder (0.3.1)

public interface ListApiSpecRevisionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApiSpecs(int index)

public abstract ApiSpec getApiSpecs(int index)

The revisions of the spec.

repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApiSpec

getApiSpecsCount()

public abstract int getApiSpecsCount()

The revisions of the spec.

repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;

Returns
TypeDescription
int

getApiSpecsList()

public abstract List<ApiSpec> getApiSpecsList()

The revisions of the spec.

repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;

Returns
TypeDescription
List<ApiSpec>

getApiSpecsOrBuilder(int index)

public abstract ApiSpecOrBuilder getApiSpecsOrBuilder(int index)

The revisions of the spec.

repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApiSpecOrBuilder

getApiSpecsOrBuilderList()

public abstract List<? extends ApiSpecOrBuilder> getApiSpecsOrBuilderList()

The revisions of the spec.

repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;

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

getNextPageToken()

public abstract String getNextPageToken()

A token that 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 that 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.