Interface BasicConfigPropModelProto.InternalPropertyPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicConfigPropModelProto.InternalPropertyPB
,BasicConfigPropModelProto.InternalPropertyPB.Builder
- Enclosing class:
- BasicConfigPropModelProto
public static interface BasicConfigPropModelProto.InternalPropertyPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAllowedListValues
(int index) repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
int
repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
getAllowedListValuesOrBuilder
(int index) repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
List<? extends AnyObjectProto.AnyObjectPBOrBuilder>
repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
.common.protobuf.BasicPropertyPB baseProp = 3;
.common.protobuf.BasicPropertyPB baseProp = 3;
optional string classification = 4;
com.google.protobuf.ByteString
optional string classification = 4;
boolean
bool customizable = 7;
getDependentProps
(int index) repeated .common.protobuf.PropDependencyPB dependentProps = 9;
int
repeated .common.protobuf.PropDependencyPB dependentProps = 9;
repeated .common.protobuf.PropDependencyPB dependentProps = 9;
getDependentPropsOrBuilder
(int index) repeated .common.protobuf.PropDependencyPB dependentProps = 9;
repeated .common.protobuf.PropDependencyPB dependentProps = 9;
.common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 2;
.common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 2;
boolean
bool excludeFromUdt = 6;
boolean
bool immutable = 5;
int
getRank()
int32 rank = 1;
boolean
.common.protobuf.BasicPropertyPB baseProp = 3;
boolean
optional string classification = 4;
boolean
.common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRank
int getRank()int32 rank = 1;
- Returns:
- The rank.
-
hasDescriptiveProp
boolean hasDescriptiveProp().common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 2;
- Returns:
- Whether the descriptiveProp field is set.
-
getDescriptiveProp
BasicDescriptivePropertyProto.BasicDescriptivePropertyPB getDescriptiveProp().common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 2;
- Returns:
- The descriptiveProp.
-
getDescriptivePropOrBuilder
BasicDescriptivePropertyProto.BasicDescriptivePropertyPBOrBuilder getDescriptivePropOrBuilder().common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 2;
-
hasBaseProp
boolean hasBaseProp().common.protobuf.BasicPropertyPB baseProp = 3;
- Returns:
- Whether the baseProp field is set.
-
getBaseProp
BasicPropertyProto.BasicPropertyPB getBaseProp().common.protobuf.BasicPropertyPB baseProp = 3;
- Returns:
- The baseProp.
-
getBasePropOrBuilder
BasicPropertyProto.BasicPropertyPBOrBuilder getBasePropOrBuilder().common.protobuf.BasicPropertyPB baseProp = 3;
-
hasClassification
boolean hasClassification()optional string classification = 4;
- Returns:
- Whether the classification field is set.
-
getClassification
String getClassification()optional string classification = 4;
- Returns:
- The classification.
-
getClassificationBytes
com.google.protobuf.ByteString getClassificationBytes()optional string classification = 4;
- Returns:
- The bytes for classification.
-
getImmutable
boolean getImmutable()bool immutable = 5;
- Returns:
- The immutable.
-
getExcludeFromUdt
boolean getExcludeFromUdt()bool excludeFromUdt = 6;
- Returns:
- The excludeFromUdt.
-
getCustomizable
boolean getCustomizable()bool customizable = 7;
- Returns:
- The customizable.
-
getAllowedListValuesList
List<AnyObjectProto.AnyObjectPB> getAllowedListValuesList()repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
-
getAllowedListValues
repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
-
getAllowedListValuesCount
int getAllowedListValuesCount()repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
-
getAllowedListValuesOrBuilderList
List<? extends AnyObjectProto.AnyObjectPBOrBuilder> getAllowedListValuesOrBuilderList()repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
-
getAllowedListValuesOrBuilder
repeated .common.protobuf.AnyObjectPB allowedListValues = 8;
-
getDependentPropsList
List<BasicConfigPropModelProto.PropDependencyPB> getDependentPropsList()repeated .common.protobuf.PropDependencyPB dependentProps = 9;
-
getDependentProps
repeated .common.protobuf.PropDependencyPB dependentProps = 9;
-
getDependentPropsCount
int getDependentPropsCount()repeated .common.protobuf.PropDependencyPB dependentProps = 9;
-
getDependentPropsOrBuilderList
List<? extends BasicConfigPropModelProto.PropDependencyPBOrBuilder> getDependentPropsOrBuilderList()repeated .common.protobuf.PropDependencyPB dependentProps = 9;
-
getDependentPropsOrBuilder
repeated .common.protobuf.PropDependencyPB dependentProps = 9;
-
getThePropCase
BasicConfigPropModelProto.InternalPropertyPB.ThePropCase getThePropCase()
-