Package io.stigg.sidecar.proto.v1
Interface NumericEntitlementFallbackOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NumericEntitlementFallback,NumericEntitlementFallback.Builder
public interface NumericEntitlementFallbackOrBuilder 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"];intgetValue()optional int32 value = 2 [json_name = "value"];booleanhasIsUnlimited()optional bool is_unlimited = 3 [json_name = "isUnlimited"];booleanhasValue()optional int32 value = 2 [json_name = "value"];-
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.
-
hasValue
boolean hasValue()
optional int32 value = 2 [json_name = "value"];- Returns:
- Whether the value field is set.
-
getValue
int getValue()
optional int32 value = 2 [json_name = "value"];- Returns:
- The value.
-
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.
-
-