Interface LookupEnvironmentHistoryResponseOrBuilder (0.54.0)

public interface LookupEnvironmentHistoryResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnvironments(int index)

public abstract Environment getEnvironments(int index)

Represents a list of snapshots for an environment. Time of the snapshots is stored in update_time.

repeated .google.cloud.dialogflow.cx.v3beta1.Environment environments = 1;

Parameter
Name Description
index int
Returns
Type Description
Environment

getEnvironmentsCount()

public abstract int getEnvironmentsCount()

Represents a list of snapshots for an environment. Time of the snapshots is stored in update_time.

repeated .google.cloud.dialogflow.cx.v3beta1.Environment environments = 1;

Returns
Type Description
int

getEnvironmentsList()

public abstract List<Environment> getEnvironmentsList()

Represents a list of snapshots for an environment. Time of the snapshots is stored in update_time.

repeated .google.cloud.dialogflow.cx.v3beta1.Environment environments = 1;

Returns
Type Description
List<Environment>

getEnvironmentsOrBuilder(int index)

public abstract EnvironmentOrBuilder getEnvironmentsOrBuilder(int index)

Represents a list of snapshots for an environment. Time of the snapshots is stored in update_time.

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()

Represents a list of snapshots for an environment. Time of the snapshots is stored in update_time.

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.