Interface Meta.RootPathsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Meta.RootPaths, Meta.RootPaths.Builder
Enclosing class:
Meta

public static interface Meta.RootPathsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getPaths(int index)
    paths are the paths available at root.
    com.google.protobuf.ByteString
    getPathsBytes(int index)
    paths are the paths available at root.
    int
    paths are the paths available at root.
    paths are the paths available at root.

    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

    • getPathsList

      List<String> getPathsList()
       paths are the paths available at root.
       
      repeated string paths = 1;
    • getPathsCount

      int getPathsCount()
       paths are the paths available at root.
       
      repeated string paths = 1;
    • getPaths

      String getPaths(int index)
       paths are the paths available at root.
       
      repeated string paths = 1;
    • getPathsBytes

      com.google.protobuf.ByteString getPathsBytes(int index)
       paths are the paths available at root.
       
      repeated string paths = 1;