Interface ExtraDataProto.ExtraDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExtraDataProto.ExtraData,ExtraDataProto.ExtraData.Builder
- Enclosing class:
- ExtraDataProto
public static interface ExtraDataProto.ExtraDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetList(int index) repeated .sharepubapi_v1.DataEntry list = 1;intrepeated .sharepubapi_v1.DataEntry list = 1;repeated .sharepubapi_v1.DataEntry list = 1;getListOrBuilder(int index) repeated .sharepubapi_v1.DataEntry list = 1;List<? extends DataEntryProto.DataEntryOrBuilder>repeated .sharepubapi_v1.DataEntry list = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getListList
List<DataEntryProto.DataEntry> getListList()repeated .sharepubapi_v1.DataEntry list = 1; -
getList
repeated .sharepubapi_v1.DataEntry list = 1; -
getListCount
int getListCount()repeated .sharepubapi_v1.DataEntry list = 1; -
getListOrBuilderList
List<? extends DataEntryProto.DataEntryOrBuilder> getListOrBuilderList()repeated .sharepubapi_v1.DataEntry list = 1; -
getListOrBuilder
repeated .sharepubapi_v1.DataEntry list = 1;
-