public interface ListApiSpecRevisionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApiSpecs(int index)
public abstract ApiSpec getApiSpecs(int index)The revisions of the spec.
repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ApiSpec |
|
getApiSpecsCount()
public abstract int getApiSpecsCount()The revisions of the spec.
repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getApiSpecsList()
public abstract List<ApiSpec> getApiSpecsList()The revisions of the spec.
repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ApiSpecOrBuilder |
|
getApiSpecsOrBuilderList()
public abstract List<? extends ApiSpecOrBuilder> getApiSpecsOrBuilderList()The revisions of the spec.
repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |