Package org.jetbrains.bsp.bazel.info
Interface BspTargetInfo.AndroidAarImportInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BspTargetInfo.AndroidAarImportInfo,BspTargetInfo.AndroidAarImportInfo.Builder
- Enclosing class:
- BspTargetInfo
public static interface BspTargetInfo.AndroidAarImportInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BspTargetInfo.FileLocationgetManifest().bazelbsp.FileLocation manifest = 1;BspTargetInfo.FileLocationOrBuildergetManifestOrBuilder().bazelbsp.FileLocation manifest = 1;BspTargetInfo.FileLocationgetResourceFolder().bazelbsp.FileLocation resource_folder = 2;BspTargetInfo.FileLocationOrBuildergetResourceFolderOrBuilder().bazelbsp.FileLocation resource_folder = 2;BspTargetInfo.FileLocationgetRTxt().bazelbsp.FileLocation r_txt = 3;BspTargetInfo.FileLocationOrBuildergetRTxtOrBuilder().bazelbsp.FileLocation r_txt = 3;booleanhasManifest().bazelbsp.FileLocation manifest = 1;booleanhasResourceFolder().bazelbsp.FileLocation resource_folder = 2;booleanhasRTxt().bazelbsp.FileLocation r_txt = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasManifest
boolean hasManifest()
.bazelbsp.FileLocation manifest = 1;- Returns:
- Whether the manifest field is set.
-
getManifest
BspTargetInfo.FileLocation getManifest()
.bazelbsp.FileLocation manifest = 1;- Returns:
- The manifest.
-
getManifestOrBuilder
BspTargetInfo.FileLocationOrBuilder getManifestOrBuilder()
.bazelbsp.FileLocation manifest = 1;
-
hasResourceFolder
boolean hasResourceFolder()
.bazelbsp.FileLocation resource_folder = 2;- Returns:
- Whether the resourceFolder field is set.
-
getResourceFolder
BspTargetInfo.FileLocation getResourceFolder()
.bazelbsp.FileLocation resource_folder = 2;- Returns:
- The resourceFolder.
-
getResourceFolderOrBuilder
BspTargetInfo.FileLocationOrBuilder getResourceFolderOrBuilder()
.bazelbsp.FileLocation resource_folder = 2;
-
hasRTxt
boolean hasRTxt()
.bazelbsp.FileLocation r_txt = 3;- Returns:
- Whether the rTxt field is set.
-
getRTxt
BspTargetInfo.FileLocation getRTxt()
.bazelbsp.FileLocation r_txt = 3;- Returns:
- The rTxt.
-
getRTxtOrBuilder
BspTargetInfo.FileLocationOrBuilder getRTxtOrBuilder()
.bazelbsp.FileLocation r_txt = 3;
-
-