Interface ListDeploymentsResponseOrBuilder (0.52.0)

public interface ListDeploymentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployments(int index)

public abstract Deployment getDeployments(int index)

The list of deployments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.

repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Deployment

getDeploymentsCount()

public abstract int getDeploymentsCount()

The list of deployments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.

repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;

Returns
TypeDescription
int

getDeploymentsList()

public abstract List<Deployment> getDeploymentsList()

The list of deployments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.

repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;

Returns
TypeDescription
List<Deployment>

getDeploymentsOrBuilder(int index)

public abstract DeploymentOrBuilder getDeploymentsOrBuilder(int index)

The list of deployments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.

repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DeploymentOrBuilder

getDeploymentsOrBuilderList()

public abstract List<? extends DeploymentOrBuilder> getDeploymentsOrBuilderList()

The list of deployments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.

repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.DeploymentOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.