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
Modifier and TypeMethodDescriptionbooleanbool is_external = 3;booleanbool is_source = 2;string relative_path = 1;com.google.protobuf.ByteStringstring relative_path = 1;string root_execution_path_fragment = 4;com.google.protobuf.ByteStringstring root_execution_path_fragment = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-