Package com.streamlayer.triggers
Interface SetEntityLimitsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SetEntityLimitsRequest,SetEntityLimitsRequest.Builder
public interface SetEntityLimitsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsLimits(java.lang.String key)map<string, int32> limits = 3 [json_name = "limits"];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 ModerationSubscriptionResponse
-
-
-
Method Detail
-
getEntity
java.lang.String getEntity()
string entity = 1 [json_name = "entity"];- Returns:
- The entity.
-
getEntityBytes
com.google.protobuf.ByteString getEntityBytes()
string entity = 1 [json_name = "entity"];- Returns:
- The bytes for entity.
-
getEntityId
java.lang.String getEntityId()
string entity_id = 2 [json_name = "entityId"];- Returns:
- The entityId.
-
getEntityIdBytes
com.google.protobuf.ByteString getEntityIdBytes()
string entity_id = 2 [json_name = "entityId"];- Returns:
- The bytes for entityId.
-
getLimitsCount
int getLimitsCount()
map<string, int32> limits = 3 [json_name = "limits"];
-
containsLimits
boolean containsLimits(java.lang.String key)
map<string, int32> limits = 3 [json_name = "limits"];
-
getLimits
@Deprecated java.util.Map<java.lang.String,java.lang.Integer> getLimits()
Deprecated.UsegetLimitsMap()instead.
-
getLimitsMap
java.util.Map<java.lang.String,java.lang.Integer> getLimitsMap()
map<string, int32> limits = 3 [json_name = "limits"];
-
getLimitsOrDefault
int getLimitsOrDefault(java.lang.String key, int defaultValue)map<string, int32> limits = 3 [json_name = "limits"];
-
getLimitsOrThrow
int getLimitsOrThrow(java.lang.String key)
map<string, int32> limits = 3 [json_name = "limits"];
-
getEnabled
boolean getEnabled()
bool enabled = 4 [json_name = "enabled"];- Returns:
- The enabled.
-
hasOrganizationId
boolean hasOrganizationId()
required for ModerationSubscriptionResponse
optional string organization_id = 5 [json_name = "organizationId"];- Returns:
- Whether the organizationId field is set.
-
getOrganizationId
java.lang.String getOrganizationId()
required for ModerationSubscriptionResponse
optional string organization_id = 5 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
required for ModerationSubscriptionResponse
optional string organization_id = 5 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
hasEventId
boolean hasEventId()
required for ModerationSubscriptionResponse
optional string event_id = 6 [json_name = "eventId"];- Returns:
- Whether the eventId field is set.
-
getEventId
java.lang.String getEventId()
required for ModerationSubscriptionResponse
optional string event_id = 6 [json_name = "eventId"];- Returns:
- The eventId.
-
getEventIdBytes
com.google.protobuf.ByteString getEventIdBytes()
required for ModerationSubscriptionResponse
optional string event_id = 6 [json_name = "eventId"];- Returns:
- The bytes for eventId.
-
-