Interface AdImageAssetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdImageAsset,AdImageAsset.Builder
public interface AdImageAssetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAsset
boolean hasAsset()The Asset resource name of this image.
optional string asset = 2;- Returns:
- Whether the asset field is set.
-
getAsset
String getAsset()The Asset resource name of this image.
optional string asset = 2;- Returns:
- The asset.
-
getAssetBytes
com.google.protobuf.ByteString getAssetBytes()The Asset resource name of this image.
optional string asset = 2;- Returns:
- The bytes for asset.
-