Interface BasicConfigPropertyProto.BasicConfigPropertyPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicConfigPropertyProto.BasicConfigPropertyPB
,BasicConfigPropertyProto.BasicConfigPropertyPB.Builder
- Enclosing class:
- BasicConfigPropertyProto
public static interface BasicConfigPropertyProto.BasicConfigPropertyPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string baseKey = 4;
com.google.protobuf.ByteString
optional string baseKey = 4;
optional .common.protobuf.CustomEditorDescriptorPB customEditorDescr = 3;
optional .common.protobuf.CustomEditorDescriptorPB customEditorDescr = 3;
BasicConfigurationProperty extends from BasicDescriptiveProperty, but you don't have inheritance in Protobuf, only composition.BasicConfigurationProperty extends from BasicDescriptiveProperty, but you don't have inheritance in Protobuf, only composition.getOptions
(int index) repeated .common.protobuf.OptionPB options = 2;
int
repeated .common.protobuf.OptionPB options = 2;
repeated .common.protobuf.OptionPB options = 2;
getOptionsOrBuilder
(int index) repeated .common.protobuf.OptionPB options = 2;
List<? extends ConfigPropOptionProto.OptionPBOrBuilder>
repeated .common.protobuf.OptionPB options = 2;
boolean
optional string baseKey = 4;
boolean
optional .common.protobuf.CustomEditorDescriptorPB customEditorDescr = 3;
boolean
BasicConfigurationProperty extends from BasicDescriptiveProperty, but you don't have inheritance in Protobuf, only composition.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
-
hasDescriptiveProp
boolean hasDescriptiveProp()BasicConfigurationProperty extends from BasicDescriptiveProperty, but you don't have inheritance in Protobuf, only composition. So a part of the message will be the elements of the property that makes up a BasicDescriptiveProperty
.common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 1;
- Returns:
- Whether the descriptiveProp field is set.
-
getDescriptiveProp
BasicDescriptivePropertyProto.BasicDescriptivePropertyPB getDescriptiveProp()BasicConfigurationProperty extends from BasicDescriptiveProperty, but you don't have inheritance in Protobuf, only composition. So a part of the message will be the elements of the property that makes up a BasicDescriptiveProperty
.common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 1;
- Returns:
- The descriptiveProp.
-
getDescriptivePropOrBuilder
BasicDescriptivePropertyProto.BasicDescriptivePropertyPBOrBuilder getDescriptivePropOrBuilder()BasicConfigurationProperty extends from BasicDescriptiveProperty, but you don't have inheritance in Protobuf, only composition. So a part of the message will be the elements of the property that makes up a BasicDescriptiveProperty
.common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 1;
-
getOptionsList
List<ConfigPropOptionProto.OptionPB> getOptionsList()repeated .common.protobuf.OptionPB options = 2;
-
getOptions
repeated .common.protobuf.OptionPB options = 2;
-
getOptionsCount
int getOptionsCount()repeated .common.protobuf.OptionPB options = 2;
-
getOptionsOrBuilderList
List<? extends ConfigPropOptionProto.OptionPBOrBuilder> getOptionsOrBuilderList()repeated .common.protobuf.OptionPB options = 2;
-
getOptionsOrBuilder
repeated .common.protobuf.OptionPB options = 2;
-
hasCustomEditorDescr
boolean hasCustomEditorDescr()optional .common.protobuf.CustomEditorDescriptorPB customEditorDescr = 3;
- Returns:
- Whether the customEditorDescr field is set.
-
getCustomEditorDescr
ConfigPropCustomEditorProto.CustomEditorDescriptorPB getCustomEditorDescr()optional .common.protobuf.CustomEditorDescriptorPB customEditorDescr = 3;
- Returns:
- The customEditorDescr.
-
getCustomEditorDescrOrBuilder
ConfigPropCustomEditorProto.CustomEditorDescriptorPBOrBuilder getCustomEditorDescrOrBuilder()optional .common.protobuf.CustomEditorDescriptorPB customEditorDescr = 3;
-
hasBaseKey
boolean hasBaseKey()optional string baseKey = 4;
- Returns:
- Whether the baseKey field is set.
-
getBaseKey
String getBaseKey()optional string baseKey = 4;
- Returns:
- The baseKey.
-
getBaseKeyBytes
com.google.protobuf.ByteString getBaseKeyBytes()optional string baseKey = 4;
- Returns:
- The bytes for baseKey.
-