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