public interface ListApiVersionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApiVersions(int index)
public abstract ApiVersion getApiVersions(int index)The versions from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.ApiVersion api_versions = 1;
| Name | Description |
| index | int |
| Type | Description |
| ApiVersion |
getApiVersionsCount()
public abstract int getApiVersionsCount()The versions from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.ApiVersion api_versions = 1;
| Type | Description |
| int |
getApiVersionsList()
public abstract List<ApiVersion> getApiVersionsList()The versions from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.ApiVersion api_versions = 1;
| Type | Description |
| List<ApiVersion> |
getApiVersionsOrBuilder(int index)
public abstract ApiVersionOrBuilder getApiVersionsOrBuilder(int index)The versions from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.ApiVersion api_versions = 1;
| Name | Description |
| index | int |
| Type | Description |
| ApiVersionOrBuilder |
getApiVersionsOrBuilderList()
public abstract List<? extends ApiVersionOrBuilder> getApiVersionsOrBuilderList()The versions from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.ApiVersion api_versions = 1;
| Type | Description |
| List<? extends com.google.cloud.apigeeregistry.v1.ApiVersionOrBuilder> |
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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |