Interface ListEnvironmentsResponseOrBuilder (0.54.0)

public interface ListEnvironmentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnvironments(int index)

public abstract Environment getEnvironments(int index)

The list of environments. 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.v3beta1.Environment environments = 1;

Parameter
Name Description
index int
Returns
Type Description
Environment

getEnvironmentsCount()

public abstract int getEnvironmentsCount()

The list of environments. 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.v3beta1.Environment environments = 1;

Returns
Type Description
int

getEnvironmentsList()

public abstract List<Environment> getEnvironmentsList()

The list of environments. 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.v3beta1.Environment environments = 1;

Returns
Type Description
List<Environment>

getEnvironmentsOrBuilder(int index)

public abstract EnvironmentOrBuilder getEnvironmentsOrBuilder(int index)

The list of environments. 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.v3beta1.Environment environments = 1;

Parameter
Name Description
index int
Returns
Type Description
EnvironmentOrBuilder

getEnvironmentsOrBuilderList()

public abstract List<? extends EnvironmentOrBuilder> getEnvironmentsOrBuilderList()

The list of environments. 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.v3beta1.Environment environments = 1;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.cx.v3beta1.EnvironmentOrBuilder>

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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.