Interface StaticAdResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StaticAdResource
,StaticAdResource.Builder
public interface StaticAdResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCreativeType()
Describes the MIME type of the ad resource.com.google.protobuf.ByteString
getCreativeTypeBytes()
Describes the MIME type of the ad resource.String
getUri()
URI to the static file for the ad resource.com.google.protobuf.ByteString
getUriBytes()
URI to the static file for the ad resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUri
String getUri()
URI to the static file for the ad resource.
string uri = 1;
- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
URI to the static file for the ad resource.
string uri = 1;
- Returns:
- The bytes for uri.
-
getCreativeType
String getCreativeType()
Describes the MIME type of the ad resource.
string creative_type = 2;
- Returns:
- The creativeType.
-
getCreativeTypeBytes
com.google.protobuf.ByteString getCreativeTypeBytes()
Describes the MIME type of the ad resource.
string creative_type = 2;
- Returns:
- The bytes for creativeType.
-
-