Package org.jetbrains.bsp.bazel.info
Interface BspTargetInfo.KotlincPluginOptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BspTargetInfo.KotlincPluginOption,BspTargetInfo.KotlincPluginOption.Builder
- Enclosing class:
- BspTargetInfo
public static interface BspTargetInfo.KotlincPluginOptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring option_value = 200;com.google.protobuf.ByteStringstring option_value = 200;string plugin_id = 100;com.google.protobuf.ByteStringstring plugin_id = 100;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
-
getPluginId
String getPluginId()string plugin_id = 100;- Returns:
- The pluginId.
-
getPluginIdBytes
com.google.protobuf.ByteString getPluginIdBytes()string plugin_id = 100;- Returns:
- The bytes for pluginId.
-
getOptionValue
String getOptionValue()string option_value = 200;- Returns:
- The optionValue.
-
getOptionValueBytes
com.google.protobuf.ByteString getOptionValueBytes()string option_value = 200;- Returns:
- The bytes for optionValue.
-