Package org.jetbrains.bsp.bazel.info
Interface BspTargetInfo.RustCrateInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BspTargetInfo.RustCrateInfo,BspTargetInfo.RustCrateInfo.Builder
- Enclosing class:
- BspTargetInfo
public static interface BspTargetInfo.RustCrateInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCrateFeatures(int index)repeated string crate_features = 8;com.google.protobuf.ByteStringgetCrateFeaturesBytes(int index)repeated string crate_features = 8;intgetCrateFeaturesCount()repeated string crate_features = 8;java.util.List<java.lang.String>getCrateFeaturesList()repeated string crate_features = 8;java.lang.StringgetCrateId()string crate_id = 1;com.google.protobuf.ByteStringgetCrateIdBytes()string crate_id = 1;java.lang.StringgetCrateRoot()string crate_root = 10;com.google.protobuf.ByteStringgetCrateRootBytes()string crate_root = 10;java.lang.StringgetDependenciesCrateIds(int index)repeated string dependencies_crate_ids = 9;com.google.protobuf.ByteStringgetDependenciesCrateIdsBytes(int index)repeated string dependencies_crate_ids = 9;intgetDependenciesCrateIdsCount()repeated string dependencies_crate_ids = 9;java.util.List<java.lang.String>getDependenciesCrateIdsList()repeated string dependencies_crate_ids = 9;java.lang.StringgetEdition()string edition = 6;com.google.protobuf.ByteStringgetEditionBytes()string edition = 6;booleangetFromWorkspace()bool from_workspace = 3;java.lang.StringgetKind()string kind = 5;com.google.protobuf.ByteStringgetKindBytes()string kind = 5;BspTargetInfo.RustCrateLocationgetLocation().bazelbsp.RustCrateLocation location = 2;intgetLocationValue().bazelbsp.RustCrateLocation location = 2;java.lang.StringgetName()string name = 4;com.google.protobuf.ByteStringgetNameBytes()string name = 4;java.lang.StringgetOutDir()string out_dir = 7;com.google.protobuf.ByteStringgetOutDirBytes()string out_dir = 7;java.lang.StringgetProcMacroArtifacts(int index)repeated string proc_macro_artifacts = 12;com.google.protobuf.ByteStringgetProcMacroArtifactsBytes(int index)repeated string proc_macro_artifacts = 12;intgetProcMacroArtifactsCount()repeated string proc_macro_artifacts = 12;java.util.List<java.lang.String>getProcMacroArtifactsList()repeated string proc_macro_artifacts = 12;java.lang.StringgetVersion()string version = 11;com.google.protobuf.ByteStringgetVersionBytes()string version = 11;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCrateId
java.lang.String getCrateId()
string crate_id = 1;- Returns:
- The crateId.
-
getCrateIdBytes
com.google.protobuf.ByteString getCrateIdBytes()
string crate_id = 1;- Returns:
- The bytes for crateId.
-
getLocationValue
int getLocationValue()
.bazelbsp.RustCrateLocation location = 2;- Returns:
- The enum numeric value on the wire for location.
-
getLocation
BspTargetInfo.RustCrateLocation getLocation()
.bazelbsp.RustCrateLocation location = 2;- Returns:
- The location.
-
getFromWorkspace
boolean getFromWorkspace()
bool from_workspace = 3;- Returns:
- The fromWorkspace.
-
getName
java.lang.String getName()
string name = 4;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 4;- Returns:
- The bytes for name.
-
getKind
java.lang.String getKind()
string kind = 5;- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()
string kind = 5;- Returns:
- The bytes for kind.
-
getEdition
java.lang.String getEdition()
string edition = 6;- Returns:
- The edition.
-
getEditionBytes
com.google.protobuf.ByteString getEditionBytes()
string edition = 6;- Returns:
- The bytes for edition.
-
getOutDir
java.lang.String getOutDir()
string out_dir = 7;- Returns:
- The outDir.
-
getOutDirBytes
com.google.protobuf.ByteString getOutDirBytes()
string out_dir = 7;- Returns:
- The bytes for outDir.
-
getCrateFeaturesList
java.util.List<java.lang.String> getCrateFeaturesList()
repeated string crate_features = 8;- Returns:
- A list containing the crateFeatures.
-
getCrateFeaturesCount
int getCrateFeaturesCount()
repeated string crate_features = 8;- Returns:
- The count of crateFeatures.
-
getCrateFeatures
java.lang.String getCrateFeatures(int index)
repeated string crate_features = 8;- Parameters:
index- The index of the element to return.- Returns:
- The crateFeatures at the given index.
-
getCrateFeaturesBytes
com.google.protobuf.ByteString getCrateFeaturesBytes(int index)
repeated string crate_features = 8;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the crateFeatures at the given index.
-
getDependenciesCrateIdsList
java.util.List<java.lang.String> getDependenciesCrateIdsList()
repeated string dependencies_crate_ids = 9;- Returns:
- A list containing the dependenciesCrateIds.
-
getDependenciesCrateIdsCount
int getDependenciesCrateIdsCount()
repeated string dependencies_crate_ids = 9;- Returns:
- The count of dependenciesCrateIds.
-
getDependenciesCrateIds
java.lang.String getDependenciesCrateIds(int index)
repeated string dependencies_crate_ids = 9;- Parameters:
index- The index of the element to return.- Returns:
- The dependenciesCrateIds at the given index.
-
getDependenciesCrateIdsBytes
com.google.protobuf.ByteString getDependenciesCrateIdsBytes(int index)
repeated string dependencies_crate_ids = 9;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the dependenciesCrateIds at the given index.
-
getCrateRoot
java.lang.String getCrateRoot()
string crate_root = 10;- Returns:
- The crateRoot.
-
getCrateRootBytes
com.google.protobuf.ByteString getCrateRootBytes()
string crate_root = 10;- Returns:
- The bytes for crateRoot.
-
getVersion
java.lang.String getVersion()
string version = 11;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
string version = 11;- Returns:
- The bytes for version.
-
getProcMacroArtifactsList
java.util.List<java.lang.String> getProcMacroArtifactsList()
repeated string proc_macro_artifacts = 12;- Returns:
- A list containing the procMacroArtifacts.
-
getProcMacroArtifactsCount
int getProcMacroArtifactsCount()
repeated string proc_macro_artifacts = 12;- Returns:
- The count of procMacroArtifacts.
-
getProcMacroArtifacts
java.lang.String getProcMacroArtifacts(int index)
repeated string proc_macro_artifacts = 12;- Parameters:
index- The index of the element to return.- Returns:
- The procMacroArtifacts at the given index.
-
getProcMacroArtifactsBytes
com.google.protobuf.ByteString getProcMacroArtifactsBytes(int index)
repeated string proc_macro_artifacts = 12;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the procMacroArtifacts at the given index.
-
-