Interface BasicConfigPropModelProto.BasicConfigPropModelPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicConfigPropModelProto.BasicConfigPropModelPB
,BasicConfigPropModelProto.BasicConfigPropModelPB.Builder
- Enclosing class:
- BasicConfigPropModelProto
public static interface BasicConfigPropModelProto.BasicConfigPropModelPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetProps
(int index) repeated .common.protobuf.InternalPropertyPB props = 1;
int
repeated .common.protobuf.InternalPropertyPB props = 1;
repeated .common.protobuf.InternalPropertyPB props = 1;
getPropsOrBuilder
(int index) repeated .common.protobuf.InternalPropertyPB props = 1;
repeated .common.protobuf.InternalPropertyPB props = 1;
long
int64 version = 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
-
getPropsList
List<BasicConfigPropModelProto.InternalPropertyPB> getPropsList()repeated .common.protobuf.InternalPropertyPB props = 1;
-
getProps
repeated .common.protobuf.InternalPropertyPB props = 1;
-
getPropsCount
int getPropsCount()repeated .common.protobuf.InternalPropertyPB props = 1;
-
getPropsOrBuilderList
List<? extends BasicConfigPropModelProto.InternalPropertyPBOrBuilder> getPropsOrBuilderList()repeated .common.protobuf.InternalPropertyPB props = 1;
-
getPropsOrBuilder
repeated .common.protobuf.InternalPropertyPB props = 1;
-
getVersion
long getVersion()int64 version = 2;
- Returns:
- The version.
-