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

io.stigg.sidecar.proto.v1.NumericEntitlementFallbackOrBuilder 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 NumericEntitlementFallbackOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:stigg.sidecar.v1.NumericEntitlementFallback)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bool has_access = 1 [json_name = "hasAccess"];
   *
   * @return The hasAccess.
   */
  boolean getHasAccess();

  /**
   * optional int32 value = 2 [json_name = "value"];
   *
   * @return Whether the value field is set.
   */
  boolean hasValue();

  /**
   * optional int32 value = 2 [json_name = "value"];
   *
   * @return The value.
   */
  int getValue();

  /**
   * optional bool is_unlimited = 3 [json_name = "isUnlimited"];
   *
   * @return Whether the isUnlimited field is set.
   */
  boolean hasIsUnlimited();

  /**
   * optional bool is_unlimited = 3 [json_name = "isUnlimited"];
   *
   * @return The isUnlimited.
   */
  boolean getIsUnlimited();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy