public interface ListControlsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Control |
getControls(int index)
All the Controls for a given data store.
|
int |
getControlsCount()
All the Controls for a given data store.
|
List<Control> |
getControlsList()
All the Controls for a given data store.
|
ControlOrBuilder |
getControlsOrBuilder(int index)
All the Controls for a given data store.
|
List<? extends ControlOrBuilder> |
getControlsOrBuilderList()
All the Controls for a given data store.
|
String |
getNextPageToken()
Pagination token, if not returned indicates the last page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Pagination token, if not returned indicates the last page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Control> getControlsList()
All the Controls for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Control controls = 1;Control getControls(int index)
All the Controls for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Control controls = 1;int getControlsCount()
All the Controls for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Control controls = 1;List<? extends ControlOrBuilder> getControlsOrBuilderList()
All the Controls for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Control controls = 1;ControlOrBuilder getControlsOrBuilder(int index)
All the Controls for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Control controls = 1;String getNextPageToken()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.