public interface EnvironmentHistoryOrBuilder extends 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.
|
ByteString |
getNextPageTokenBytes()
Output only.
|
String |
getParent()
Output only.
|
ByteString |
getParentBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String 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];
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];
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 © 2022 Google LLC. All rights reserved.