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
Modifier and TypeMethodDescriptiongetCrateFeatures(int index) repeated string crate_features = 8;com.google.protobuf.ByteStringgetCrateFeaturesBytes(int index) repeated string crate_features = 8;intrepeated string crate_features = 8;repeated string crate_features = 8;string crate_id = 1;com.google.protobuf.ByteStringstring crate_id = 1;string crate_root = 10;com.google.protobuf.ByteStringstring crate_root = 10;getDependenciesCrateIds(int index) repeated string dependencies_crate_ids = 9;com.google.protobuf.ByteStringgetDependenciesCrateIdsBytes(int index) repeated string dependencies_crate_ids = 9;intrepeated string dependencies_crate_ids = 9;repeated string dependencies_crate_ids = 9;string edition = 6;com.google.protobuf.ByteStringstring edition = 6;booleanbool from_workspace = 3;getKind()string kind = 5;com.google.protobuf.ByteStringstring kind = 5;.bazelbsp.RustCrateLocation location = 2;int.bazelbsp.RustCrateLocation location = 2;getName()string name = 4;com.google.protobuf.ByteStringstring name = 4;string out_dir = 7;com.google.protobuf.ByteStringstring out_dir = 7;getProcMacroArtifacts(int index) repeated string proc_macro_artifacts = 12;com.google.protobuf.ByteStringgetProcMacroArtifactsBytes(int index) repeated string proc_macro_artifacts = 12;intrepeated string proc_macro_artifacts = 12;repeated string proc_macro_artifacts = 12;string version = 11;com.google.protobuf.ByteStringstring version = 11;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
-
getCrateId
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
String getName()string name = 4;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 4;- Returns:
- The bytes for name.
-
getKind
String getKind()string kind = 5;- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()string kind = 5;- Returns:
- The bytes for kind.
-
getEdition
String getEdition()string edition = 6;- Returns:
- The edition.
-
getEditionBytes
com.google.protobuf.ByteString getEditionBytes()string edition = 6;- Returns:
- The bytes for edition.
-
getOutDir
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
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
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
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
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
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
String getVersion()string version = 11;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()string version = 11;- Returns:
- The bytes for version.
-
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
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.
-