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;
| Name | Description |
| index | int |
| Type | Description |
| ApiDeployment |
getApiDeploymentsCount()
public abstract int getApiDeploymentsCount()The deployments from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
| Type | Description |
| int |
getApiDeploymentsList()
public abstract List<ApiDeployment> getApiDeploymentsList()The deployments from the specified publisher.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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. |