main.java.com.streamlayer.triggers.GetEntityLimitsRequestOrBuilder 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 GetEntityLimitsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.triggers.GetEntityLimitsRequest)
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();
}