public interface ListPlaybookVersionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
PlaybookVersion |
getPlaybookVersions(int index)
The list of playbook version.
|
int |
getPlaybookVersionsCount()
The list of playbook version.
|
List<PlaybookVersion> |
getPlaybookVersionsList()
The list of playbook version.
|
PlaybookVersionOrBuilder |
getPlaybookVersionsOrBuilder(int index)
The list of playbook version.
|
List<? extends PlaybookVersionOrBuilder> |
getPlaybookVersionsOrBuilderList()
The list of playbook version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PlaybookVersion> getPlaybookVersionsList()
The list of playbook version. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.PlaybookVersion playbook_versions = 1;
PlaybookVersion getPlaybookVersions(int index)
The list of playbook version. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.PlaybookVersion playbook_versions = 1;
int getPlaybookVersionsCount()
The list of playbook version. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.PlaybookVersion playbook_versions = 1;
List<? extends PlaybookVersionOrBuilder> getPlaybookVersionsOrBuilderList()
The list of playbook version. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.PlaybookVersion playbook_versions = 1;
PlaybookVersionOrBuilder getPlaybookVersionsOrBuilder(int index)
The list of playbook version. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.PlaybookVersion playbook_versions = 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.