Package com.google.cloud.aiplatform.v1
Interface ListEntityTypesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListEntityTypesResponse,ListEntityTypesResponse.Builder
@Generated
public interface ListEntityTypesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntityTypes(int index) The EntityTypes matching the request.intThe EntityTypes matching the request.The EntityTypes matching the request.getEntityTypesOrBuilder(int index) The EntityTypes matching the request.List<? extends EntityTypeOrBuilder>The EntityTypes matching the request.A token, which can be sent as [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token] to retrieve the next page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEntityTypesList
List<EntityType> getEntityTypesList()The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1; -
getEntityTypes
The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1; -
getEntityTypesCount
int getEntityTypesCount()The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1; -
getEntityTypesOrBuilderList
List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1; -
getEntityTypesOrBuilder
The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1; -
getNextPageToken
String getNextPageToken()A token, which can be sent as [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token, which can be sent as [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-