Interface QualifiedPathProto.QualifiedPathPBOrBuilder

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

public static interface QualifiedPathProto.QualifiedPathPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    We are depending on the QualifiedPath parser to convert to a String and back
    com.google.protobuf.ByteString
    We are depending on the QualifiedPath parser to convert to a String and back

    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

    • getAsString

      String getAsString()
       We are depending on the QualifiedPath parser to convert to a String and back
       
      string asString = 1;
      Returns:
      The asString.
    • getAsStringBytes

      com.google.protobuf.ByteString getAsStringBytes()
       We are depending on the QualifiedPath parser to convert to a String and back
       
      string asString = 1;
      Returns:
      The bytes for asString.