Interface ListApiDeploymentRevisionsResponseOrBuilder (0.3.1)

public interface ListApiDeploymentRevisionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApiDeployments(int index)

public abstract ApiDeployment getApiDeployments(int index)

The revisions of the deployment.

repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApiDeployment

getApiDeploymentsCount()

public abstract int getApiDeploymentsCount()

The revisions of the deployment.

repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;

Returns
TypeDescription
int

getApiDeploymentsList()

public abstract List<ApiDeployment> getApiDeploymentsList()

The revisions of the deployment.

repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ApiDeploymentOrBuilder

getApiDeploymentsOrBuilderList()

public abstract List<? extends ApiDeploymentOrBuilder> getApiDeploymentsOrBuilderList()

The revisions of the deployment.

repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.