Interface BspTargetInfo.FileLocationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getIsExternal()
      bool is_external = 3;
      boolean getIsSource()
      bool is_source = 2;
      java.lang.String getRelativePath()
      string relative_path = 1;
      com.google.protobuf.ByteString getRelativePathBytes()
      string relative_path = 1;
      java.lang.String getRootExecutionPathFragment()
      string root_execution_path_fragment = 4;
      com.google.protobuf.ByteString getRootExecutionPathFragmentBytes()
      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 Detail

      • getRelativePath

        java.lang.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

        java.lang.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.