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 Type
    Method
    Description
    getParts(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

      List<String> getPartsList()
      repeated string parts = 1;
      Returns:
      A list containing the parts.
    • getPartsCount

      int getPartsCount()
      repeated string parts = 1;
      Returns:
      The count of parts.
    • getParts

      String getParts(int index)
      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.