Interface AdvertisingConstraintOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AdvertisingConstraint,AdvertisingConstraint.Builder
public interface AdvertisingConstraintOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHeight()int32 height = 2 [json_name = "height"];doublegetMaxFileSize()double max_file_size = 3 [json_name = "maxFileSize"];java.lang.StringgetMime()string mime = 4 [json_name = "mime"];com.google.protobuf.ByteStringgetMimeBytes()string mime = 4 [json_name = "mime"];intgetWidth()int32 width = 1 [json_name = "width"];
-
-
-
Method Detail
-
getWidth
int getWidth()
int32 width = 1 [json_name = "width"];- Returns:
- The width.
-
getHeight
int getHeight()
int32 height = 2 [json_name = "height"];- Returns:
- The height.
-
getMaxFileSize
double getMaxFileSize()
double max_file_size = 3 [json_name = "maxFileSize"];- Returns:
- The maxFileSize.
-
getMime
java.lang.String getMime()
string mime = 4 [json_name = "mime"];- Returns:
- The mime.
-
getMimeBytes
com.google.protobuf.ByteString getMimeBytes()
string mime = 4 [json_name = "mime"];- Returns:
- The bytes for mime.
-
-