public interface LookupEnvironmentHistoryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Environment |
getEnvironments(int index)
Represents a list of snapshots for an environment.
|
int |
getEnvironmentsCount()
Represents a list of snapshots for an environment.
|
List<Environment> |
getEnvironmentsList()
Represents a list of snapshots for an environment.
|
EnvironmentOrBuilder |
getEnvironmentsOrBuilder(int index)
Represents a list of snapshots for an environment.
|
List<? extends EnvironmentOrBuilder> |
getEnvironmentsOrBuilderList()
Represents a list of snapshots for an environment.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Environment> getEnvironmentsList()
Represents a list of snapshots for an environment. Time of the snapshots is stored in [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;Environment getEnvironments(int index)
Represents a list of snapshots for an environment. Time of the snapshots is stored in [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;int getEnvironmentsCount()
Represents a list of snapshots for an environment. Time of the snapshots is stored in [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;List<? extends EnvironmentOrBuilder> getEnvironmentsOrBuilderList()
Represents a list of snapshots for an environment. Time of the snapshots is stored in [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;EnvironmentOrBuilder getEnvironmentsOrBuilder(int index)
Represents a list of snapshots for an environment. Time of the snapshots is stored in [`update_time`][google.cloud.dialogflow.cx.v3.Environment.update_time].
repeated .google.cloud.dialogflow.cx.v3.Environment environments = 1;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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.