public interface ListApiDeploymentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApiDeployments(int index)
public abstract ApiDeployment getApiDeployments(int index)The deployments from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ApiDeployment |
|
getApiDeploymentsCount()
public abstract int getApiDeploymentsCount()The deployments from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getApiDeploymentsList()
public abstract List<ApiDeployment> getApiDeploymentsList()The deployments from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
| Returns | |
|---|---|
| Type | Description |
List<ApiDeployment> |
|
getApiDeploymentsOrBuilder(int index)
public abstract ApiDeploymentOrBuilder getApiDeploymentsOrBuilder(int index)The deployments from the specified publisher.
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 deployments from the specified publisher.
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, 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |