public interface ListEntityTypesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EntityType |
getEntityTypes(int index)
The EntityTypes matching the request.
|
int |
getEntityTypesCount()
The EntityTypes matching the request.
|
List<EntityType> |
getEntityTypesList()
The EntityTypes matching the request.
|
EntityTypeOrBuilder |
getEntityTypesOrBuilder(int index)
The EntityTypes matching the request.
|
List<? extends EntityTypeOrBuilder> |
getEntityTypesOrBuilderList()
The EntityTypes matching the request.
|
String |
getNextPageToken()
A token, which can be sent as
[ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1beta1.ListEntityTypesRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1beta1.ListEntityTypesRequest.page_token]
to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<EntityType> getEntityTypesList()
The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1beta1.EntityType entity_types = 1;EntityType getEntityTypes(int index)
The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1beta1.EntityType entity_types = 1;int getEntityTypesCount()
The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1beta1.EntityType entity_types = 1;List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()
The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1beta1.EntityType entity_types = 1;EntityTypeOrBuilder getEntityTypesOrBuilder(int index)
The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1beta1.EntityType entity_types = 1;String getNextPageToken()
A token, which can be sent as [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1beta1.ListEntityTypesRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1beta1.ListEntityTypesRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.