public interface ListEntityTypesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntityTypes(int index)
public abstract EntityType getEntityTypes(int index)The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1beta1.EntityType entity_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntityType |
|
getEntityTypesCount()
public abstract int getEntityTypesCount()The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1beta1.EntityType entity_types = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEntityTypesList()
public abstract List<EntityType> getEntityTypesList()The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1beta1.EntityType entity_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<EntityType> |
|
getEntityTypesOrBuilder(int index)
public abstract EntityTypeOrBuilder getEntityTypesOrBuilder(int index)The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1beta1.EntityType entity_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntityTypeOrBuilder |
|
getEntityTypesOrBuilderList()
public abstract List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()The EntityTypes matching the request.
repeated .google.cloud.aiplatform.v1beta1.EntityType entity_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |