Package io.stigg.sidecar.proto.v1
Interface MeteredEntitlementFallbackOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MeteredEntitlementFallback,MeteredEntitlementFallback.Builder
public interface MeteredEntitlementFallbackOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetHasAccess()bool has_access = 1 [json_name = "hasAccess"];booleangetIsUnlimited()optional bool is_unlimited = 3 [json_name = "isUnlimited"];doublegetUsageLimit()optional double usage_limit = 2 [json_name = "usageLimit"];booleanhasIsUnlimited()optional bool is_unlimited = 3 [json_name = "isUnlimited"];booleanhasUsageLimit()optional double usage_limit = 2 [json_name = "usageLimit"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHasAccess
boolean getHasAccess()
bool has_access = 1 [json_name = "hasAccess"];- Returns:
- The hasAccess.
-
hasUsageLimit
boolean hasUsageLimit()
optional double usage_limit = 2 [json_name = "usageLimit"];- Returns:
- Whether the usageLimit field is set.
-
getUsageLimit
double getUsageLimit()
optional double usage_limit = 2 [json_name = "usageLimit"];- Returns:
- The usageLimit.
-
hasIsUnlimited
boolean hasIsUnlimited()
optional bool is_unlimited = 3 [json_name = "isUnlimited"];- Returns:
- Whether the isUnlimited field is set.
-
getIsUnlimited
boolean getIsUnlimited()
optional bool is_unlimited = 3 [json_name = "isUnlimited"];- Returns:
- The isUnlimited.
-
-