public static interface IngestAssetRequest.ConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAsset()
public abstract String getAsset()Required. The resource name of the asset that the ingested data belongs to.
 
 string asset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The asset.  | 
      
getAssetBytes()
public abstract ByteString getAssetBytes()Required. The resource name of the asset that the ingested data belongs to.
 
 string asset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for asset.  | 
      
getDataTypeCase()
public abstract IngestAssetRequest.Config.DataTypeCase getDataTypeCase()| Returns | |
|---|---|
| Type | Description | 
IngestAssetRequest.Config.DataTypeCase | 
        |
getVideoType()
public abstract IngestAssetRequest.Config.VideoType getVideoType()Type information for video data.
 .google.cloud.visionai.v1.IngestAssetRequest.Config.VideoType video_type = 2;
| Returns | |
|---|---|
| Type | Description | 
IngestAssetRequest.Config.VideoType | 
        The videoType.  | 
      
getVideoTypeOrBuilder()
public abstract IngestAssetRequest.Config.VideoTypeOrBuilder getVideoTypeOrBuilder()Type information for video data.
 .google.cloud.visionai.v1.IngestAssetRequest.Config.VideoType video_type = 2;
| Returns | |
|---|---|
| Type | Description | 
IngestAssetRequest.Config.VideoTypeOrBuilder | 
        |
hasVideoType()
public abstract boolean hasVideoType()Type information for video data.
 .google.cloud.visionai.v1.IngestAssetRequest.Config.VideoType video_type = 2;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the videoType field is set.  |