All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.stigg.sidecar.proto.v1.NumericEntitlementOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.112.1
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy