public interface ListControlsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getControls(int index)
public abstract Control getControls(int index)All the Controls for a given data store.
repeated .google.cloud.discoveryengine.v1.Control controls = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Control |
|
getControlsCount()
public abstract int getControlsCount()All the Controls for a given data store.
repeated .google.cloud.discoveryengine.v1.Control controls = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getControlsList()
public abstract List<Control> getControlsList()All the Controls for a given data store.
repeated .google.cloud.discoveryengine.v1.Control controls = 1;
| Returns | |
|---|---|
| Type | Description |
List<Control> |
|
getControlsOrBuilder(int index)
public abstract ControlOrBuilder getControlsOrBuilder(int index)All the Controls for a given data store.
repeated .google.cloud.discoveryengine.v1.Control controls = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ControlOrBuilder |
|
getControlsOrBuilderList()
public abstract List<? extends ControlOrBuilder> getControlsOrBuilderList()All the Controls for a given data store.
repeated .google.cloud.discoveryengine.v1.Control controls = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.ControlOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()Pagination token, if not returned indicates the last page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Pagination token, if not returned indicates the last page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |