Interface BspTargetInfo.FileLocationOrBuilder

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

public static interface BspTargetInfo.FileLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_external = 3;
    boolean
    bool is_source = 2;
    string relative_path = 1;
    com.google.protobuf.ByteString
    string relative_path = 1;
    string root_execution_path_fragment = 4;
    com.google.protobuf.ByteString
    string root_execution_path_fragment = 4;

    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

    • getRelativePath

      String getRelativePath()
      string relative_path = 1;
      Returns:
      The relativePath.
    • getRelativePathBytes

      com.google.protobuf.ByteString getRelativePathBytes()
      string relative_path = 1;
      Returns:
      The bytes for relativePath.
    • getIsSource

      boolean getIsSource()
      bool is_source = 2;
      Returns:
      The isSource.
    • getIsExternal

      boolean getIsExternal()
      bool is_external = 3;
      Returns:
      The isExternal.
    • getRootExecutionPathFragment

      String getRootExecutionPathFragment()
      string root_execution_path_fragment = 4;
      Returns:
      The rootExecutionPathFragment.
    • getRootExecutionPathFragmentBytes

      com.google.protobuf.ByteString getRootExecutionPathFragmentBytes()
      string root_execution_path_fragment = 4;
      Returns:
      The bytes for rootExecutionPathFragment.