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