public interface ListEnginesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Engine |
getEngines(int index)
All the customer's [Engine][google.cloud.discoveryengine.v1beta.Engine]s.
|
int |
getEnginesCount()
All the customer's [Engine][google.cloud.discoveryengine.v1beta.Engine]s.
|
List<Engine> |
getEnginesList()
All the customer's [Engine][google.cloud.discoveryengine.v1beta.Engine]s.
|
EngineOrBuilder |
getEnginesOrBuilder(int index)
All the customer's [Engine][google.cloud.discoveryengine.v1beta.Engine]s.
|
List<? extends EngineOrBuilder> |
getEnginesOrBuilderList()
All the customer's [Engine][google.cloud.discoveryengine.v1beta.Engine]s.
|
String |
getNextPageToken()
Not supported.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Not supported.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Engine> getEnginesList()
All the customer's [Engine][google.cloud.discoveryengine.v1beta.Engine]s.
repeated .google.cloud.discoveryengine.v1beta.Engine engines = 1;Engine getEngines(int index)
All the customer's [Engine][google.cloud.discoveryengine.v1beta.Engine]s.
repeated .google.cloud.discoveryengine.v1beta.Engine engines = 1;int getEnginesCount()
All the customer's [Engine][google.cloud.discoveryengine.v1beta.Engine]s.
repeated .google.cloud.discoveryengine.v1beta.Engine engines = 1;List<? extends EngineOrBuilder> getEnginesOrBuilderList()
All the customer's [Engine][google.cloud.discoveryengine.v1beta.Engine]s.
repeated .google.cloud.discoveryengine.v1beta.Engine engines = 1;EngineOrBuilder getEnginesOrBuilder(int index)
All the customer's [Engine][google.cloud.discoveryengine.v1beta.Engine]s.
repeated .google.cloud.discoveryengine.v1beta.Engine engines = 1;String getNextPageToken()
Not supported.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Not supported.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.