public interface CollectionItemOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCollection()
public abstract String getCollection() Required. The collection name that this item belongs to. Format:
 projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}
 
 string collection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The collection.  | 
      
getCollectionBytes()
public abstract ByteString getCollectionBytes() Required. The collection name that this item belongs to. Format:
 projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}
 
 string collection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for collection.  | 
      
getItemResource()
public abstract String getItemResource() Required. The name of the CollectionItem. Its format depends on the type
 above. For ASSET:
 projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}
 string item_resource = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The itemResource.  | 
      
getItemResourceBytes()
public abstract ByteString getItemResourceBytes() Required. The name of the CollectionItem. Its format depends on the type
 above. For ASSET:
 projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}
 string item_resource = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for itemResource.  | 
      
getType()
public abstract CollectionItem.Type getType()Required. The type of item.
 
 .google.cloud.visionai.v1.CollectionItem.Type type = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
CollectionItem.Type | 
        The type.  | 
      
getTypeValue()
public abstract int getTypeValue()Required. The type of item.
 
 .google.cloud.visionai.v1.CollectionItem.Type type = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for type.  |