main.java.com.streamlayer.triggers.SetEntityLimitsRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/triggers/triggers.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.triggers;
public interface SetEntityLimitsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.triggers.SetEntityLimitsRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string entity = 1 [json_name = "entity"];
* @return The entity.
*/
java.lang.String getEntity();
/**
* string entity = 1 [json_name = "entity"];
* @return The bytes for entity.
*/
com.google.protobuf.ByteString
getEntityBytes();
/**
* string entity_id = 2 [json_name = "entityId"];
* @return The entityId.
*/
java.lang.String getEntityId();
/**
* string entity_id = 2 [json_name = "entityId"];
* @return The bytes for entityId.
*/
com.google.protobuf.ByteString
getEntityIdBytes();
/**
* map<string, int32> limits = 3 [json_name = "limits"];
*/
int getLimitsCount();
/**
* map<string, int32> limits = 3 [json_name = "limits"];
*/
boolean containsLimits(
java.lang.String key);
/**
* Use {@link #getLimitsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getLimits();
/**
* map<string, int32> limits = 3 [json_name = "limits"];
*/
java.util.Map
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);
/**
* bool enabled = 4 [json_name = "enabled"];
* @return The enabled.
*/
boolean getEnabled();
/**
* string organization_id = 5 [json_name = "organizationId"];
* @return The organizationId.
*/
java.lang.String getOrganizationId();
/**
* string organization_id = 5 [json_name = "organizationId"];
* @return The bytes for organizationId.
*/
com.google.protobuf.ByteString
getOrganizationIdBytes();
}