Package org.jetbrains.bsp.bazel.info
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetIsExternal()bool is_external = 3;booleangetIsSource()bool is_source = 2;java.lang.StringgetRelativePath()string relative_path = 1;com.google.protobuf.ByteStringgetRelativePathBytes()string relative_path = 1;java.lang.StringgetRootExecutionPathFragment()string root_execution_path_fragment = 4;com.google.protobuf.ByteStringgetRootExecutionPathFragmentBytes()string root_execution_path_fragment = 4;-
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.
-
-