Interface AdvertisingVideoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AdvertisingVideo,AdvertisingVideo.Builder
public interface AdvertisingVideoOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBackgroundColor()string background_color = 4 [json_name = "backgroundColor"];com.google.protobuf.ByteStringgetBackgroundColorBytes()string background_color = 4 [json_name = "backgroundColor"];java.lang.StringgetFileUrl()string file_url = 3 [json_name = "fileUrl"];com.google.protobuf.ByteStringgetFileUrlBytes()string file_url = 3 [json_name = "fileUrl"];java.lang.StringgetName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 1 [json_name = "name"];java.lang.StringgetPreviewUrl()string preview_url = 2 [json_name = "previewUrl"];com.google.protobuf.ByteStringgetPreviewUrlBytes()string preview_url = 2 [json_name = "previewUrl"];
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
-
getPreviewUrl
java.lang.String getPreviewUrl()
string preview_url = 2 [json_name = "previewUrl"];- Returns:
- The previewUrl.
-
getPreviewUrlBytes
com.google.protobuf.ByteString getPreviewUrlBytes()
string preview_url = 2 [json_name = "previewUrl"];- Returns:
- The bytes for previewUrl.
-
getFileUrl
java.lang.String getFileUrl()
string file_url = 3 [json_name = "fileUrl"];- Returns:
- The fileUrl.
-
getFileUrlBytes
com.google.protobuf.ByteString getFileUrlBytes()
string file_url = 3 [json_name = "fileUrl"];- Returns:
- The bytes for fileUrl.
-
getBackgroundColor
java.lang.String getBackgroundColor()
string background_color = 4 [json_name = "backgroundColor"];- Returns:
- The backgroundColor.
-
getBackgroundColorBytes
com.google.protobuf.ByteString getBackgroundColorBytes()
string background_color = 4 [json_name = "backgroundColor"];- Returns:
- The bytes for backgroundColor.
-
-