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

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

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

  /**
   * optional double usage_limit = 2 [json_name = "usageLimit"];
   *
   * @return Whether the usageLimit field is set.
   */
  boolean hasUsageLimit();

  /**
   * optional double usage_limit = 2 [json_name = "usageLimit"];
   *
   * @return The usageLimit.
   */
  double getUsageLimit();

  /**
   * 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