public interface ViewCollectionItemsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getItems(int index)
public abstract CollectionItem getItems(int index)The items from the specified collection.
repeated .google.cloud.visionai.v1.CollectionItem items = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CollectionItem |
|
getItemsCount()
public abstract int getItemsCount()The items from the specified collection.
repeated .google.cloud.visionai.v1.CollectionItem items = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getItemsList()
public abstract List<CollectionItem> getItemsList()The items from the specified collection.
repeated .google.cloud.visionai.v1.CollectionItem items = 1;
| Returns | |
|---|---|
| Type | Description |
List<CollectionItem> |
|
getItemsOrBuilder(int index)
public abstract CollectionItemOrBuilder getItemsOrBuilder(int index)The items from the specified collection.
repeated .google.cloud.visionai.v1.CollectionItem items = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CollectionItemOrBuilder |
|
getItemsOrBuilderList()
public abstract List<? extends CollectionItemOrBuilder> getItemsOrBuilderList()The items from the specified collection.
repeated .google.cloud.visionai.v1.CollectionItem items = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.visionai.v1.CollectionItemOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as 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 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. |