public interface ListCollectionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCollections(int index)
public abstract Collection getCollections(int index)The collections from the specified corpus.
 repeated .google.cloud.visionai.v1.Collection collections = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Collection | |
getCollectionsCount()
public abstract int getCollectionsCount()The collections from the specified corpus.
 repeated .google.cloud.visionai.v1.Collection collections = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getCollectionsList()
public abstract List<Collection> getCollectionsList()The collections from the specified corpus.
 repeated .google.cloud.visionai.v1.Collection collections = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<Collection> | |
getCollectionsOrBuilder(int index)
public abstract CollectionOrBuilder getCollectionsOrBuilder(int index)The collections from the specified corpus.
 repeated .google.cloud.visionai.v1.Collection collections = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| CollectionOrBuilder | |
getCollectionsOrBuilderList()
public abstract List<? extends CollectionOrBuilder> getCollectionsOrBuilderList()The collections from the specified corpus.
 repeated .google.cloud.visionai.v1.Collection collections = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.visionai.v1.CollectionOrBuilder> | |
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. |