io.stigg.sidecar.proto.v1.NumericEntitlementOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: stigg/sidecar/v1/sidecar.proto
package io.stigg.sidecar.proto.v1;
public interface NumericEntitlementOrBuilder
extends
// @@protoc_insertion_point(interface_extends:stigg.sidecar.v1.NumericEntitlement)
com.google.protobuf.MessageOrBuilder {
/**
* optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];
*
* @return Whether the feature field is set.
*/
boolean hasFeature();
/**
* optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];
*
* @return The feature.
*/
io.stigg.sidecar.proto.v1.EntitlementFeature getFeature();
/**
* optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];
*/
io.stigg.sidecar.proto.v1.EntitlementFeatureOrBuilder getFeatureOrBuilder();
/**
* optional int32 value = 5 [json_name = "value"];
*
* @return Whether the value field is set.
*/
boolean hasValue();
/**
* optional int32 value = 5 [json_name = "value"];
*
* @return The value.
*/
int getValue();
/**
* bool is_unlimited = 6 [json_name = "isUnlimited"];
*
* @return The isUnlimited.
*/
boolean getIsUnlimited();
}