Interface LookupEnvironmentHistoryResponseOrBuilder (0.52.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.v3.Environment environments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v3.Environment environments = 1;

Returns
TypeDescription
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.v3.Environment environments = 1;

Returns
TypeDescription
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.v3.Environment environments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v3.Environment environments = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.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
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.