public interface ListAssistantsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssistants(int index)
public abstract Assistant getAssistants(int index)All the customer's Assistants.
repeated .google.cloud.discoveryengine.v1beta.Assistant assistants = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Assistant |
|
getAssistantsCount()
public abstract int getAssistantsCount()All the customer's Assistants.
repeated .google.cloud.discoveryengine.v1beta.Assistant assistants = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAssistantsList()
public abstract List<Assistant> getAssistantsList()All the customer's Assistants.
repeated .google.cloud.discoveryengine.v1beta.Assistant assistants = 1;
| Returns | |
|---|---|
| Type | Description |
List<Assistant> |
|
getAssistantsOrBuilder(int index)
public abstract AssistantOrBuilder getAssistantsOrBuilder(int index)All the customer's Assistants.
repeated .google.cloud.discoveryengine.v1beta.Assistant assistants = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AssistantOrBuilder |
|
getAssistantsOrBuilderList()
public abstract List<? extends AssistantOrBuilder> getAssistantsOrBuilderList()All the customer's Assistants.
repeated .google.cloud.discoveryengine.v1beta.Assistant assistants = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.AssistantOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token that can be sent as ListAssistantsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token that can be sent as ListAssistantsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |