Interface ListPlaybooksResponseOrBuilder (0.54.0)

public interface ListPlaybooksResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract 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;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getPlaybooks(int index)

public abstract Playbook getPlaybooks(int index)

The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;

Parameter
Name Description
index int
Returns
Type Description
Playbook

getPlaybooksCount()

public abstract int getPlaybooksCount()

The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;

Returns
Type Description
int

getPlaybooksList()

public abstract List<Playbook> getPlaybooksList()

The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;

Returns
Type Description
List<Playbook>

getPlaybooksOrBuilder(int index)

public abstract PlaybookOrBuilder getPlaybooksOrBuilder(int index)

The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;

Parameter
Name Description
index int
Returns
Type Description
PlaybookOrBuilder

getPlaybooksOrBuilderList()

public abstract List<? extends PlaybookOrBuilder> getPlaybooksOrBuilderList()

The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.cx.v3beta1.PlaybookOrBuilder>