public interface EnvironmentHistoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EnvironmentHistory.Entry |
getEntries(int index)
Output only.
|
int |
getEntriesCount()
Output only.
|
List<EnvironmentHistory.Entry> |
getEntriesList()
Output only.
|
EnvironmentHistory.EntryOrBuilder |
getEntriesOrBuilder(int index)
Output only.
|
List<? extends EnvironmentHistory.EntryOrBuilder> |
getEntriesOrBuilderList()
Output only.
|
String |
getNextPageToken()
Output only.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Output only.
|
String |
getParent()
Output only.
|
com.google.protobuf.ByteString |
getParentBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Output only. The name of the environment this history is for.
Supported formats:
- `projects/<Project Number / ID>/agent/environments/<Environment ID>`
- `projects/<Project Number / ID>/locations/<Location
ID>/agent/environments/<Environment ID>`
string parent = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getParentBytes()
Output only. The name of the environment this history is for.
Supported formats:
- `projects/<Project Number / ID>/agent/environments/<Environment ID>`
- `projects/<Project Number / ID>/locations/<Location
ID>/agent/environments/<Environment ID>`
string parent = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];List<EnvironmentHistory.Entry> getEntriesList()
Output only. The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.EnvironmentHistory.Entry entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
EnvironmentHistory.Entry getEntries(int index)
Output only. The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.EnvironmentHistory.Entry entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getEntriesCount()
Output only. The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.EnvironmentHistory.Entry entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends EnvironmentHistory.EntryOrBuilder> getEntriesOrBuilderList()
Output only. The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.EnvironmentHistory.Entry entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
EnvironmentHistory.EntryOrBuilder getEntriesOrBuilder(int index)
Output only. The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.EnvironmentHistory.Entry entries = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getNextPageToken()
Output only. Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNextPageTokenBytes()
Output only. Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2023 Google LLC. All rights reserved.