Interface SetEntityLimitsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsLimits​(java.lang.String key)
      map<string, int32> limits = 3 [json_name = "limits"];
      boolean getEnabled()
      bool enabled = 4 [json_name = "enabled"];
      java.lang.String getEntity()
      string entity = 1 [json_name = "entity"];
      com.google.protobuf.ByteString getEntityBytes()
      string entity = 1 [json_name = "entity"];
      java.lang.String getEntityId()
      string entity_id = 2 [json_name = "entityId"];
      com.google.protobuf.ByteString getEntityIdBytes()
      string entity_id = 2 [json_name = "entityId"];
      java.lang.String getEventId()
      required for ModerationSubscriptionResponse
      com.google.protobuf.ByteString getEventIdBytes()
      required for ModerationSubscriptionResponse
      java.util.Map<java.lang.String,​java.lang.Integer> getLimits()
      Deprecated.
      int getLimitsCount()
      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"];
      int getLimitsOrDefault​(java.lang.String key, int defaultValue)
      map<string, int32> limits = 3 [json_name = "limits"];
      int getLimitsOrThrow​(java.lang.String key)
      map<string, int32> limits = 3 [json_name = "limits"];
      java.lang.String getOrganizationId()
      required for ModerationSubscriptionResponse
      com.google.protobuf.ByteString getOrganizationIdBytes()
      required for ModerationSubscriptionResponse
      boolean hasEventId()
      required for ModerationSubscriptionResponse
      boolean hasOrganizationId()
      required for ModerationSubscriptionResponse
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.
        Use getLimitsMap() 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.