Class AdvertisingConstraint
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<AdvertisingConstraint,AdvertisingConstraint.Builder>
-
- com.streamlayer.sdkSettings.common.AdvertisingConstraint
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,AdvertisingConstraintOrBuilder
public final class AdvertisingConstraint extends com.google.protobuf.GeneratedMessageLite<AdvertisingConstraint,AdvertisingConstraint.Builder> implements AdvertisingConstraintOrBuilder
Protobuf typestreamlayer.sdkSettings.AdvertisingConstraint
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdvertisingConstraint.BuilderProtobuf typestreamlayer.sdkSettings.AdvertisingConstraint-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intHEIGHT_FIELD_NUMBERstatic intMAX_FILE_SIZE_FIELD_NUMBERstatic intMIME_FIELD_NUMBERstatic intWIDTH_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)static AdvertisingConstraintgetDefaultInstance()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"];static AdvertisingConstraint.BuildernewBuilder()static AdvertisingConstraint.BuildernewBuilder(AdvertisingConstraint prototype)static AdvertisingConstraintparseDelimitedFrom(java.io.InputStream input)static AdvertisingConstraintparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdvertisingConstraintparseFrom(byte[] data)static AdvertisingConstraintparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdvertisingConstraintparseFrom(com.google.protobuf.ByteString data)static AdvertisingConstraintparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdvertisingConstraintparseFrom(com.google.protobuf.CodedInputStream input)static AdvertisingConstraintparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdvertisingConstraintparseFrom(java.io.InputStream input)static AdvertisingConstraintparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdvertisingConstraintparseFrom(java.nio.ByteBuffer data)static AdvertisingConstraintparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<AdvertisingConstraint>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
WIDTH_FIELD_NUMBER
public static final int WIDTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HEIGHT_FIELD_NUMBER
public static final int HEIGHT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAX_FILE_SIZE_FIELD_NUMBER
public static final int MAX_FILE_SIZE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MIME_FIELD_NUMBER
public static final int MIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getWidth
public int getWidth()
int32 width = 1 [json_name = "width"];- Specified by:
getWidthin interfaceAdvertisingConstraintOrBuilder- Returns:
- The width.
-
getHeight
public int getHeight()
int32 height = 2 [json_name = "height"];- Specified by:
getHeightin interfaceAdvertisingConstraintOrBuilder- Returns:
- The height.
-
getMaxFileSize
public double getMaxFileSize()
double max_file_size = 3 [json_name = "maxFileSize"];- Specified by:
getMaxFileSizein interfaceAdvertisingConstraintOrBuilder- Returns:
- The maxFileSize.
-
getMime
public java.lang.String getMime()
string mime = 4 [json_name = "mime"];- Specified by:
getMimein interfaceAdvertisingConstraintOrBuilder- Returns:
- The mime.
-
getMimeBytes
public com.google.protobuf.ByteString getMimeBytes()
string mime = 4 [json_name = "mime"];- Specified by:
getMimeBytesin interfaceAdvertisingConstraintOrBuilder- Returns:
- The bytes for mime.
-
parseFrom
public static AdvertisingConstraint parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AdvertisingConstraint parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AdvertisingConstraint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AdvertisingConstraint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AdvertisingConstraint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AdvertisingConstraint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AdvertisingConstraint parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static AdvertisingConstraint parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static AdvertisingConstraint parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static AdvertisingConstraint parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static AdvertisingConstraint parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static AdvertisingConstraint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static AdvertisingConstraint.Builder newBuilder()
-
newBuilder
public static AdvertisingConstraint.Builder newBuilder(AdvertisingConstraint prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<AdvertisingConstraint,AdvertisingConstraint.Builder>
-
getDefaultInstance
public static AdvertisingConstraint getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AdvertisingConstraint> parser()
-
-