Interface AdVideoAssetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdVideoAsset,AdVideoAsset.Builder
public interface AdVideoAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsset()The Asset resource name of this video.com.google.protobuf.ByteStringgetAssetBytes()The Asset resource name of this video.booleanhasAsset()The Asset resource name of this video.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAsset
boolean hasAsset()
The Asset resource name of this video.
optional string asset = 2;- Returns:
- Whether the asset field is set.
-
getAsset
java.lang.String getAsset()
The Asset resource name of this video.
optional string asset = 2;- Returns:
- The asset.
-
getAssetBytes
com.google.protobuf.ByteString getAssetBytes()
The Asset resource name of this video.
optional string asset = 2;- Returns:
- The bytes for asset.
-
-