Interface BackgroundImageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BackgroundImage,BackgroundImage.Builder
public interface BackgroundImageOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLandscapeUrl()string landscape_url = 1 [json_name = "landscapeUrl"];com.google.protobuf.ByteStringgetLandscapeUrlBytes()string landscape_url = 1 [json_name = "landscapeUrl"];java.lang.StringgetPortraitUrl()string portrait_url = 2 [json_name = "portraitUrl"];com.google.protobuf.ByteStringgetPortraitUrlBytes()string portrait_url = 2 [json_name = "portraitUrl"];
-
-
-
Method Detail
-
getLandscapeUrl
java.lang.String getLandscapeUrl()
string landscape_url = 1 [json_name = "landscapeUrl"];- Returns:
- The landscapeUrl.
-
getLandscapeUrlBytes
com.google.protobuf.ByteString getLandscapeUrlBytes()
string landscape_url = 1 [json_name = "landscapeUrl"];- Returns:
- The bytes for landscapeUrl.
-
getPortraitUrl
java.lang.String getPortraitUrl()
string portrait_url = 2 [json_name = "portraitUrl"];- Returns:
- The portraitUrl.
-
getPortraitUrlBytes
com.google.protobuf.ByteString getPortraitUrlBytes()
string portrait_url = 2 [json_name = "portraitUrl"];- Returns:
- The bytes for portraitUrl.
-
-