Package com.streamlayer.triggers
Class SetEntityLimitsRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<SetEntityLimitsRequest,SetEntityLimitsRequest.Builder>
-
- com.streamlayer.triggers.SetEntityLimitsRequest
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,SetEntityLimitsRequestOrBuilder
public final class SetEntityLimitsRequest extends com.google.protobuf.GeneratedMessageLite<SetEntityLimitsRequest,SetEntityLimitsRequest.Builder> implements SetEntityLimitsRequestOrBuilder
Protobuf typestreamlayer.triggers.SetEntityLimitsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetEntityLimitsRequest.BuilderProtobuf typestreamlayer.triggers.SetEntityLimitsRequest-
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 intENABLED_FIELD_NUMBERstatic intENTITY_FIELD_NUMBERstatic intENTITY_ID_FIELD_NUMBERstatic intEVENT_ID_FIELD_NUMBERstatic intLIMITS_FIELD_NUMBERstatic intORGANIZATION_ID_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsLimits(java.lang.String key)map<string, int32> limits = 3 [json_name = "limits"];protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)static SetEntityLimitsRequestgetDefaultInstance()booleangetEnabled()bool enabled = 4 [json_name = "enabled"];java.lang.StringgetEntity()string entity = 1 [json_name = "entity"];com.google.protobuf.ByteStringgetEntityBytes()string entity = 1 [json_name = "entity"];java.lang.StringgetEntityId()string entity_id = 2 [json_name = "entityId"];com.google.protobuf.ByteStringgetEntityIdBytes()string entity_id = 2 [json_name = "entityId"];java.lang.StringgetEventId()required for ModerationSubscriptionResponsecom.google.protobuf.ByteStringgetEventIdBytes()required for ModerationSubscriptionResponsejava.util.Map<java.lang.String,java.lang.Integer>getLimits()Deprecated.intgetLimitsCount()map<string, int32> limits = 3 [json_name = "limits"];java.util.Map<java.lang.String,java.lang.Integer>getLimitsMap()map<string, int32> limits = 3 [json_name = "limits"];intgetLimitsOrDefault(java.lang.String key, int defaultValue)map<string, int32> limits = 3 [json_name = "limits"];intgetLimitsOrThrow(java.lang.String key)map<string, int32> limits = 3 [json_name = "limits"];java.lang.StringgetOrganizationId()required for ModerationSubscriptionResponsecom.google.protobuf.ByteStringgetOrganizationIdBytes()required for ModerationSubscriptionResponsebooleanhasEventId()required for ModerationSubscriptionResponsebooleanhasOrganizationId()required for ModerationSubscriptionResponsestatic SetEntityLimitsRequest.BuildernewBuilder()static SetEntityLimitsRequest.BuildernewBuilder(SetEntityLimitsRequest prototype)static SetEntityLimitsRequestparseDelimitedFrom(java.io.InputStream input)static SetEntityLimitsRequestparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetEntityLimitsRequestparseFrom(byte[] data)static SetEntityLimitsRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetEntityLimitsRequestparseFrom(com.google.protobuf.ByteString data)static SetEntityLimitsRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetEntityLimitsRequestparseFrom(com.google.protobuf.CodedInputStream input)static SetEntityLimitsRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetEntityLimitsRequestparseFrom(java.io.InputStream input)static SetEntityLimitsRequestparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetEntityLimitsRequestparseFrom(java.nio.ByteBuffer data)static SetEntityLimitsRequestparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<SetEntityLimitsRequest>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
-
ENTITY_FIELD_NUMBER
public static final int ENTITY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENTITY_ID_FIELD_NUMBER
public static final int ENTITY_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LIMITS_FIELD_NUMBER
public static final int LIMITS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENABLED_FIELD_NUMBER
public static final int ENABLED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ORGANIZATION_ID_FIELD_NUMBER
public static final int ORGANIZATION_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EVENT_ID_FIELD_NUMBER
public static final int EVENT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntity
public java.lang.String getEntity()
string entity = 1 [json_name = "entity"];- Specified by:
getEntityin interfaceSetEntityLimitsRequestOrBuilder- Returns:
- The entity.
-
getEntityBytes
public com.google.protobuf.ByteString getEntityBytes()
string entity = 1 [json_name = "entity"];- Specified by:
getEntityBytesin interfaceSetEntityLimitsRequestOrBuilder- Returns:
- The bytes for entity.
-
getEntityId
public java.lang.String getEntityId()
string entity_id = 2 [json_name = "entityId"];- Specified by:
getEntityIdin interfaceSetEntityLimitsRequestOrBuilder- Returns:
- The entityId.
-
getEntityIdBytes
public com.google.protobuf.ByteString getEntityIdBytes()
string entity_id = 2 [json_name = "entityId"];- Specified by:
getEntityIdBytesin interfaceSetEntityLimitsRequestOrBuilder- Returns:
- The bytes for entityId.
-
getLimitsCount
public int getLimitsCount()
Description copied from interface:SetEntityLimitsRequestOrBuildermap<string, int32> limits = 3 [json_name = "limits"];- Specified by:
getLimitsCountin interfaceSetEntityLimitsRequestOrBuilder
-
containsLimits
public boolean containsLimits(java.lang.String key)
map<string, int32> limits = 3 [json_name = "limits"];- Specified by:
containsLimitsin interfaceSetEntityLimitsRequestOrBuilder
-
getLimits
@Deprecated public java.util.Map<java.lang.String,java.lang.Integer> getLimits()
Deprecated.UsegetLimitsMap()instead.- Specified by:
getLimitsin interfaceSetEntityLimitsRequestOrBuilder
-
getLimitsMap
public java.util.Map<java.lang.String,java.lang.Integer> getLimitsMap()
map<string, int32> limits = 3 [json_name = "limits"];- Specified by:
getLimitsMapin interfaceSetEntityLimitsRequestOrBuilder
-
getLimitsOrDefault
public int getLimitsOrDefault(java.lang.String key, int defaultValue)map<string, int32> limits = 3 [json_name = "limits"];- Specified by:
getLimitsOrDefaultin interfaceSetEntityLimitsRequestOrBuilder
-
getLimitsOrThrow
public int getLimitsOrThrow(java.lang.String key)
map<string, int32> limits = 3 [json_name = "limits"];- Specified by:
getLimitsOrThrowin interfaceSetEntityLimitsRequestOrBuilder
-
getEnabled
public boolean getEnabled()
bool enabled = 4 [json_name = "enabled"];- Specified by:
getEnabledin interfaceSetEntityLimitsRequestOrBuilder- Returns:
- The enabled.
-
hasOrganizationId
public boolean hasOrganizationId()
required for ModerationSubscriptionResponse
optional string organization_id = 5 [json_name = "organizationId"];- Specified by:
hasOrganizationIdin interfaceSetEntityLimitsRequestOrBuilder- Returns:
- Whether the organizationId field is set.
-
getOrganizationId
public java.lang.String getOrganizationId()
required for ModerationSubscriptionResponse
optional string organization_id = 5 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceSetEntityLimitsRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
required for ModerationSubscriptionResponse
optional string organization_id = 5 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceSetEntityLimitsRequestOrBuilder- Returns:
- The bytes for organizationId.
-
hasEventId
public boolean hasEventId()
required for ModerationSubscriptionResponse
optional string event_id = 6 [json_name = "eventId"];- Specified by:
hasEventIdin interfaceSetEntityLimitsRequestOrBuilder- Returns:
- Whether the eventId field is set.
-
getEventId
public java.lang.String getEventId()
required for ModerationSubscriptionResponse
optional string event_id = 6 [json_name = "eventId"];- Specified by:
getEventIdin interfaceSetEntityLimitsRequestOrBuilder- Returns:
- The eventId.
-
getEventIdBytes
public com.google.protobuf.ByteString getEventIdBytes()
required for ModerationSubscriptionResponse
optional string event_id = 6 [json_name = "eventId"];- Specified by:
getEventIdBytesin interfaceSetEntityLimitsRequestOrBuilder- Returns:
- The bytes for eventId.
-
parseFrom
public static SetEntityLimitsRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SetEntityLimitsRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SetEntityLimitsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SetEntityLimitsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SetEntityLimitsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SetEntityLimitsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SetEntityLimitsRequest parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SetEntityLimitsRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SetEntityLimitsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SetEntityLimitsRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SetEntityLimitsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SetEntityLimitsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static SetEntityLimitsRequest.Builder newBuilder()
-
newBuilder
public static SetEntityLimitsRequest.Builder newBuilder(SetEntityLimitsRequest 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<SetEntityLimitsRequest,SetEntityLimitsRequest.Builder>
-
getDefaultInstance
public static SetEntityLimitsRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SetEntityLimitsRequest> parser()
-
-