Interface BasicPropertySetProto.BasicPropertySetPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicPropertySetProto.BasicPropertySetPB
,BasicPropertySetProto.BasicPropertySetPB.Builder
- Enclosing class:
- BasicPropertySetProto
public static interface BasicPropertySetProto.BasicPropertySetPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems
(int index) repeated .common.protobuf.PropertyValuePB items = 1;
int
repeated .common.protobuf.PropertyValuePB items = 1;
repeated .common.protobuf.PropertyValuePB items = 1;
getItemsOrBuilder
(int index) repeated .common.protobuf.PropertyValuePB items = 1;
List<? extends PropertyValueProto.PropertyValuePBOrBuilder>
repeated .common.protobuf.PropertyValuePB items = 1;
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
-
getItemsList
List<PropertyValueProto.PropertyValuePB> getItemsList()repeated .common.protobuf.PropertyValuePB items = 1;
-
getItems
repeated .common.protobuf.PropertyValuePB items = 1;
-
getItemsCount
int getItemsCount()repeated .common.protobuf.PropertyValuePB items = 1;
-
getItemsOrBuilderList
List<? extends PropertyValueProto.PropertyValuePBOrBuilder> getItemsOrBuilderList()repeated .common.protobuf.PropertyValuePB items = 1;
-
getItemsOrBuilder
repeated .common.protobuf.PropertyValuePB items = 1;
-