public interface ListApiDeploymentRevisionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApiDeployments(int index)
public abstract ApiDeployment getApiDeployments(int index)The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ApiDeployment |
|
getApiDeploymentsCount()
public abstract int getApiDeploymentsCount()The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getApiDeploymentsList()
public abstract List<ApiDeployment> getApiDeploymentsList()The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
| Returns | |
|---|---|
| Type | Description |
List<ApiDeployment> |
|
getApiDeploymentsOrBuilder(int index)
public abstract ApiDeploymentOrBuilder getApiDeploymentsOrBuilder(int index)The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ApiDeploymentOrBuilder |
|
getApiDeploymentsOrBuilderList()
public abstract List<? extends ApiDeploymentOrBuilder> getApiDeploymentsOrBuilderList()The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.apigeeregistry.v1.ApiDeploymentOrBuilder> |
|
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. |