Package io.stigg.sidecar.proto.v1
Interface NumericEntitlementOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NumericEntitlement,NumericEntitlement.Builder
public interface NumericEntitlementOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntitlementFeaturegetFeature()optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];EntitlementFeatureOrBuildergetFeatureOrBuilder()optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];booleangetIsUnlimited()bool is_unlimited = 6 [json_name = "isUnlimited"];intgetValue()optional int32 value = 5 [json_name = "value"];booleanhasFeature()optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];booleanhasValue()optional int32 value = 5 [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
-
hasFeature
boolean hasFeature()
optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];- Returns:
- Whether the feature field is set.
-
getFeature
EntitlementFeature getFeature()
optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];- Returns:
- The feature.
-
getFeatureOrBuilder
EntitlementFeatureOrBuilder getFeatureOrBuilder()
optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];
-
hasValue
boolean hasValue()
optional int32 value = 5 [json_name = "value"];- Returns:
- Whether the value field is set.
-
getValue
int getValue()
optional int32 value = 5 [json_name = "value"];- Returns:
- The value.
-
getIsUnlimited
boolean getIsUnlimited()
bool is_unlimited = 6 [json_name = "isUnlimited"];- Returns:
- The isUnlimited.
-
-