Package io.stigg.sidecar.proto.v1
Interface EntitlementFeatureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntitlementFeature,EntitlementFeature.Builder
public interface EntitlementFeatureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureTypegetFeatureType().stigg.sidecar.v1.FeatureType feature_type = 2 [json_name = "featureType"];intgetFeatureTypeValue().stigg.sidecar.v1.FeatureType feature_type = 2 [json_name = "featureType"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];booleangetIsMetered()bool is_metered = 6 [json_name = "isMetered"];MeterTypegetMeterType().stigg.sidecar.v1.MeterType meter_type = 5 [json_name = "meterType"];intgetMeterTypeValue().stigg.sidecar.v1.MeterType meter_type = 5 [json_name = "meterType"];java.lang.StringgetUnits()optional string units = 3 [json_name = "units"];com.google.protobuf.ByteStringgetUnitsBytes()optional string units = 3 [json_name = "units"];java.lang.StringgetUnitsPlural()optional string units_plural = 4 [json_name = "unitsPlural"];com.google.protobuf.ByteStringgetUnitsPluralBytes()optional string units_plural = 4 [json_name = "unitsPlural"];booleanhasUnits()optional string units = 3 [json_name = "units"];booleanhasUnitsPlural()optional string units_plural = 4 [json_name = "unitsPlural"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getFeatureTypeValue
int getFeatureTypeValue()
.stigg.sidecar.v1.FeatureType feature_type = 2 [json_name = "featureType"];- Returns:
- The enum numeric value on the wire for featureType.
-
getFeatureType
FeatureType getFeatureType()
.stigg.sidecar.v1.FeatureType feature_type = 2 [json_name = "featureType"];- Returns:
- The featureType.
-
hasUnits
boolean hasUnits()
optional string units = 3 [json_name = "units"];- Returns:
- Whether the units field is set.
-
getUnits
java.lang.String getUnits()
optional string units = 3 [json_name = "units"];- Returns:
- The units.
-
getUnitsBytes
com.google.protobuf.ByteString getUnitsBytes()
optional string units = 3 [json_name = "units"];- Returns:
- The bytes for units.
-
hasUnitsPlural
boolean hasUnitsPlural()
optional string units_plural = 4 [json_name = "unitsPlural"];- Returns:
- Whether the unitsPlural field is set.
-
getUnitsPlural
java.lang.String getUnitsPlural()
optional string units_plural = 4 [json_name = "unitsPlural"];- Returns:
- The unitsPlural.
-
getUnitsPluralBytes
com.google.protobuf.ByteString getUnitsPluralBytes()
optional string units_plural = 4 [json_name = "unitsPlural"];- Returns:
- The bytes for unitsPlural.
-
getMeterTypeValue
int getMeterTypeValue()
.stigg.sidecar.v1.MeterType meter_type = 5 [json_name = "meterType"];- Returns:
- The enum numeric value on the wire for meterType.
-
getMeterType
MeterType getMeterType()
.stigg.sidecar.v1.MeterType meter_type = 5 [json_name = "meterType"];- Returns:
- The meterType.
-
getIsMetered
boolean getIsMetered()
bool is_metered = 6 [json_name = "isMetered"];- Returns:
- The isMetered.
-
-