public interface ListChangelogsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Changelog |
getChangelogs(int index)
The list of changelogs.
|
int |
getChangelogsCount()
The list of changelogs.
|
List<Changelog> |
getChangelogsList()
The list of changelogs.
|
ChangelogOrBuilder |
getChangelogsOrBuilder(int index)
The list of changelogs.
|
List<? extends ChangelogOrBuilder> |
getChangelogsOrBuilderList()
The list of changelogs.
|
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<Changelog> getChangelogsList()
The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.
repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;Changelog getChangelogs(int index)
The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.
repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;int getChangelogsCount()
The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.
repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;List<? extends ChangelogOrBuilder> getChangelogsOrBuilderList()
The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.
repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;ChangelogOrBuilder getChangelogsOrBuilder(int index)
The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.
repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 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 © 2022 Google LLC. All rights reserved.