Interface StringPathProto.StringPathPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StringPathProto.StringPathPB
,StringPathProto.StringPathPB.Builder
- Enclosing class:
- StringPathProto
public static interface StringPathProto.StringPathPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetParts
(int index) repeated string parts = 1;
com.google.protobuf.ByteString
getPartsBytes
(int index) repeated string parts = 1;
int
repeated string parts = 1;
repeated string parts = 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
-
getPartsList
repeated string parts = 1;
- Returns:
- A list containing the parts.
-
getPartsCount
int getPartsCount()repeated string parts = 1;
- Returns:
- The count of parts.
-
getParts
repeated string parts = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The parts at the given index.
-
getPartsBytes
com.google.protobuf.ByteString getPartsBytes(int index) repeated string parts = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the parts at the given index.
-