Interface ListEntityTypesResponseOrBuilder (3.42.0)

public interface ListEntityTypesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntityTypes(int index)

public abstract EntityType getEntityTypes(int index)

The EntityTypes matching the request.

repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EntityType

getEntityTypesCount()

public abstract int getEntityTypesCount()

The EntityTypes matching the request.

repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;

Returns
TypeDescription
int

getEntityTypesList()

public abstract List<EntityType> getEntityTypesList()

The EntityTypes matching the request.

repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;

Returns
TypeDescription
List<EntityType>

getEntityTypesOrBuilder(int index)

public abstract EntityTypeOrBuilder getEntityTypesOrBuilder(int index)

The EntityTypes matching the request.

repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EntityTypeOrBuilder

getEntityTypesOrBuilderList()

public abstract List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()

The EntityTypes matching the request.

repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.EntityTypeOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as ListEntityTypesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as ListEntityTypesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.