Package org.jetbrains.bsp.bazel.info
Interface BspTargetInfo.AndroidTargetInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BspTargetInfo.AndroidTargetInfo,BspTargetInfo.AndroidTargetInfo.Builder
- Enclosing class:
- BspTargetInfo
public static interface BspTargetInfo.AndroidTargetInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BspTargetInfo.FileLocationgetAidlBinaryJar().bazelbsp.FileLocation aidl_binary_jar = 5;BspTargetInfo.FileLocationOrBuildergetAidlBinaryJarOrBuilder().bazelbsp.FileLocation aidl_binary_jar = 5;BspTargetInfo.FileLocationgetAidlSourceJar().bazelbsp.FileLocation aidl_source_jar = 6;BspTargetInfo.FileLocationOrBuildergetAidlSourceJarOrBuilder().bazelbsp.FileLocation aidl_source_jar = 6;BspTargetInfo.FileLocationgetAndroidJar().bazelbsp.FileLocation android_jar = 1;BspTargetInfo.FileLocationOrBuildergetAndroidJarOrBuilder().bazelbsp.FileLocation android_jar = 1;BspTargetInfo.FileLocationgetManifest().bazelbsp.FileLocation manifest = 2;BspTargetInfo.FileLocationOrBuildergetManifestOrBuilder().bazelbsp.FileLocation manifest = 2;BspTargetInfo.FileLocationgetResourceFolders(int index)repeated .bazelbsp.FileLocation resource_folders = 4;intgetResourceFoldersCount()repeated .bazelbsp.FileLocation resource_folders = 4;java.util.List<BspTargetInfo.FileLocation>getResourceFoldersList()repeated .bazelbsp.FileLocation resource_folders = 4;BspTargetInfo.FileLocationOrBuildergetResourceFoldersOrBuilder(int index)repeated .bazelbsp.FileLocation resource_folders = 4;java.util.List<? extends BspTargetInfo.FileLocationOrBuilder>getResourceFoldersOrBuilderList()repeated .bazelbsp.FileLocation resource_folders = 4;BspTargetInfo.FileLocationgetResources(int index)repeated .bazelbsp.FileLocation resources = 3;intgetResourcesCount()repeated .bazelbsp.FileLocation resources = 3;java.util.List<BspTargetInfo.FileLocation>getResourcesList()repeated .bazelbsp.FileLocation resources = 3;BspTargetInfo.FileLocationOrBuildergetResourcesOrBuilder(int index)repeated .bazelbsp.FileLocation resources = 3;java.util.List<? extends BspTargetInfo.FileLocationOrBuilder>getResourcesOrBuilderList()repeated .bazelbsp.FileLocation resources = 3;booleanhasAidlBinaryJar().bazelbsp.FileLocation aidl_binary_jar = 5;booleanhasAidlSourceJar().bazelbsp.FileLocation aidl_source_jar = 6;booleanhasAndroidJar().bazelbsp.FileLocation android_jar = 1;booleanhasManifest().bazelbsp.FileLocation manifest = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAndroidJar
boolean hasAndroidJar()
.bazelbsp.FileLocation android_jar = 1;- Returns:
- Whether the androidJar field is set.
-
getAndroidJar
BspTargetInfo.FileLocation getAndroidJar()
.bazelbsp.FileLocation android_jar = 1;- Returns:
- The androidJar.
-
getAndroidJarOrBuilder
BspTargetInfo.FileLocationOrBuilder getAndroidJarOrBuilder()
.bazelbsp.FileLocation android_jar = 1;
-
hasManifest
boolean hasManifest()
.bazelbsp.FileLocation manifest = 2;- Returns:
- Whether the manifest field is set.
-
getManifest
BspTargetInfo.FileLocation getManifest()
.bazelbsp.FileLocation manifest = 2;- Returns:
- The manifest.
-
getManifestOrBuilder
BspTargetInfo.FileLocationOrBuilder getManifestOrBuilder()
.bazelbsp.FileLocation manifest = 2;
-
getResourcesList
java.util.List<BspTargetInfo.FileLocation> getResourcesList()
repeated .bazelbsp.FileLocation resources = 3;
-
getResources
BspTargetInfo.FileLocation getResources(int index)
repeated .bazelbsp.FileLocation resources = 3;
-
getResourcesCount
int getResourcesCount()
repeated .bazelbsp.FileLocation resources = 3;
-
getResourcesOrBuilderList
java.util.List<? extends BspTargetInfo.FileLocationOrBuilder> getResourcesOrBuilderList()
repeated .bazelbsp.FileLocation resources = 3;
-
getResourcesOrBuilder
BspTargetInfo.FileLocationOrBuilder getResourcesOrBuilder(int index)
repeated .bazelbsp.FileLocation resources = 3;
-
getResourceFoldersList
java.util.List<BspTargetInfo.FileLocation> getResourceFoldersList()
repeated .bazelbsp.FileLocation resource_folders = 4;
-
getResourceFolders
BspTargetInfo.FileLocation getResourceFolders(int index)
repeated .bazelbsp.FileLocation resource_folders = 4;
-
getResourceFoldersCount
int getResourceFoldersCount()
repeated .bazelbsp.FileLocation resource_folders = 4;
-
getResourceFoldersOrBuilderList
java.util.List<? extends BspTargetInfo.FileLocationOrBuilder> getResourceFoldersOrBuilderList()
repeated .bazelbsp.FileLocation resource_folders = 4;
-
getResourceFoldersOrBuilder
BspTargetInfo.FileLocationOrBuilder getResourceFoldersOrBuilder(int index)
repeated .bazelbsp.FileLocation resource_folders = 4;
-
hasAidlBinaryJar
boolean hasAidlBinaryJar()
.bazelbsp.FileLocation aidl_binary_jar = 5;- Returns:
- Whether the aidlBinaryJar field is set.
-
getAidlBinaryJar
BspTargetInfo.FileLocation getAidlBinaryJar()
.bazelbsp.FileLocation aidl_binary_jar = 5;- Returns:
- The aidlBinaryJar.
-
getAidlBinaryJarOrBuilder
BspTargetInfo.FileLocationOrBuilder getAidlBinaryJarOrBuilder()
.bazelbsp.FileLocation aidl_binary_jar = 5;
-
hasAidlSourceJar
boolean hasAidlSourceJar()
.bazelbsp.FileLocation aidl_source_jar = 6;- Returns:
- Whether the aidlSourceJar field is set.
-
getAidlSourceJar
BspTargetInfo.FileLocation getAidlSourceJar()
.bazelbsp.FileLocation aidl_source_jar = 6;- Returns:
- The aidlSourceJar.
-
getAidlSourceJarOrBuilder
BspTargetInfo.FileLocationOrBuilder getAidlSourceJarOrBuilder()
.bazelbsp.FileLocation aidl_source_jar = 6;
-
-