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
Modifier and TypeMethodDescription.bazelbsp.FileLocation manifest = 1;.bazelbsp.FileLocation manifest = 1;.bazelbsp.FileLocation resource_folder = 2;.bazelbsp.FileLocation resource_folder = 2;getRTxt().bazelbsp.FileLocation r_txt = 3;.bazelbsp.FileLocation r_txt = 3;boolean.bazelbsp.FileLocation manifest = 1;boolean.bazelbsp.FileLocation resource_folder = 2;booleanhasRTxt().bazelbsp.FileLocation r_txt = 3;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
-
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;
-