public static interface MATLABArray.MATLAB_Shared_StringsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getStartIndex()
optional uint64 startIndex = 2; |
com.google.protobuf.ByteString |
getStringEntry(int index)
Using bytes to avoid protobuf wire format issues
|
int |
getStringEntryCount()
Using bytes to avoid protobuf wire format issues
|
List<com.google.protobuf.ByteString> |
getStringEntryList()
Using bytes to avoid protobuf wire format issues
|
boolean |
hasStartIndex()
optional uint64 startIndex = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.protobuf.ByteString> getStringEntryList()
Using bytes to avoid protobuf wire format issues
repeated bytes stringEntry = 1;int getStringEntryCount()
Using bytes to avoid protobuf wire format issues
repeated bytes stringEntry = 1;com.google.protobuf.ByteString getStringEntry(int index)
Using bytes to avoid protobuf wire format issues
repeated bytes stringEntry = 1;boolean hasStartIndex()
optional uint64 startIndex = 2;long getStartIndex()
optional uint64 startIndex = 2;Copyright © 2015–2021. All rights reserved.