Class BspTargetInfo.CToolchainInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.jetbrains.bsp.bazel.info.BspTargetInfo.CToolchainInfo
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, BspTargetInfo.CToolchainInfoOrBuilder
Enclosing class:
BspTargetInfo

public static final class BspTargetInfo.CToolchainInfo extends com.google.protobuf.GeneratedMessage implements BspTargetInfo.CToolchainInfoOrBuilder
Protobuf type bazelbsp.CToolchainInfo
See Also:
  • Field Details

    • TARGET_NAME_FIELD_NUMBER

      public static final int TARGET_NAME_FIELD_NUMBER
      See Also:
    • CPP_OPTION_FIELD_NUMBER

      public static final int CPP_OPTION_FIELD_NUMBER
      See Also:
    • C_OPTION_FIELD_NUMBER

      public static final int C_OPTION_FIELD_NUMBER
      See Also:
    • C_COMPILER_FIELD_NUMBER

      public static final int C_COMPILER_FIELD_NUMBER
      See Also:
    • CPP_COMPILER_FIELD_NUMBER

      public static final int CPP_COMPILER_FIELD_NUMBER
      See Also:
    • BUILT_IN_INCLUDE_DIRECTORY_FIELD_NUMBER

      public static final int BUILT_IN_INCLUDE_DIRECTORY_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getTargetName

      public String getTargetName()
      string target_name = 1;
      Specified by:
      getTargetName in interface BspTargetInfo.CToolchainInfoOrBuilder
      Returns:
      The targetName.
    • getTargetNameBytes

      public com.google.protobuf.ByteString getTargetNameBytes()
      string target_name = 1;
      Specified by:
      getTargetNameBytes in interface BspTargetInfo.CToolchainInfoOrBuilder
      Returns:
      The bytes for targetName.
    • getCppOptionList

      public com.google.protobuf.ProtocolStringList getCppOptionList()
      repeated string cpp_option = 2;
      Specified by:
      getCppOptionList in interface BspTargetInfo.CToolchainInfoOrBuilder
      Returns:
      A list containing the cppOption.
    • getCppOptionCount

      public int getCppOptionCount()
      repeated string cpp_option = 2;
      Specified by:
      getCppOptionCount in interface BspTargetInfo.CToolchainInfoOrBuilder
      Returns:
      The count of cppOption.
    • getCppOption

      public String getCppOption(int index)
      repeated string cpp_option = 2;
      Specified by:
      getCppOption in interface BspTargetInfo.CToolchainInfoOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The cppOption at the given index.
    • getCppOptionBytes

      public com.google.protobuf.ByteString getCppOptionBytes(int index)
      repeated string cpp_option = 2;
      Specified by:
      getCppOptionBytes in interface BspTargetInfo.CToolchainInfoOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the cppOption at the given index.
    • getCOptionList

      public com.google.protobuf.ProtocolStringList getCOptionList()
      repeated string c_option = 3;
      Specified by:
      getCOptionList in interface BspTargetInfo.CToolchainInfoOrBuilder
      Returns:
      A list containing the cOption.
    • getCOptionCount

      public int getCOptionCount()
      repeated string c_option = 3;
      Specified by:
      getCOptionCount in interface BspTargetInfo.CToolchainInfoOrBuilder
      Returns:
      The count of cOption.
    • getCOption

      public String getCOption(int index)
      repeated string c_option = 3;
      Specified by:
      getCOption in interface BspTargetInfo.CToolchainInfoOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The cOption at the given index.
    • getCOptionBytes

      public com.google.protobuf.ByteString getCOptionBytes(int index)
      repeated string c_option = 3;
      Specified by:
      getCOptionBytes in interface BspTargetInfo.CToolchainInfoOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the cOption at the given index.
    • getCCompiler

      public String getCCompiler()
      string c_compiler = 4;
      Specified by:
      getCCompiler in interface BspTargetInfo.CToolchainInfoOrBuilder
      Returns:
      The cCompiler.
    • getCCompilerBytes

      public com.google.protobuf.ByteString getCCompilerBytes()
      string c_compiler = 4;
      Specified by:
      getCCompilerBytes in interface BspTargetInfo.CToolchainInfoOrBuilder
      Returns:
      The bytes for cCompiler.
    • getCppCompiler

      public String getCppCompiler()
      string cpp_compiler = 5;
      Specified by:
      getCppCompiler in interface BspTargetInfo.CToolchainInfoOrBuilder
      Returns:
      The cppCompiler.
    • getCppCompilerBytes

      public com.google.protobuf.ByteString getCppCompilerBytes()
      string cpp_compiler = 5;
      Specified by:
      getCppCompilerBytes in interface BspTargetInfo.CToolchainInfoOrBuilder
      Returns:
      The bytes for cppCompiler.
    • getBuiltInIncludeDirectoryList

      public com.google.protobuf.ProtocolStringList getBuiltInIncludeDirectoryList()
      repeated string built_in_include_directory = 6;
      Specified by:
      getBuiltInIncludeDirectoryList in interface BspTargetInfo.CToolchainInfoOrBuilder
      Returns:
      A list containing the builtInIncludeDirectory.
    • getBuiltInIncludeDirectoryCount

      public int getBuiltInIncludeDirectoryCount()
      repeated string built_in_include_directory = 6;
      Specified by:
      getBuiltInIncludeDirectoryCount in interface BspTargetInfo.CToolchainInfoOrBuilder
      Returns:
      The count of builtInIncludeDirectory.
    • getBuiltInIncludeDirectory

      public String getBuiltInIncludeDirectory(int index)
      repeated string built_in_include_directory = 6;
      Specified by:
      getBuiltInIncludeDirectory in interface BspTargetInfo.CToolchainInfoOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The builtInIncludeDirectory at the given index.
    • getBuiltInIncludeDirectoryBytes

      public com.google.protobuf.ByteString getBuiltInIncludeDirectoryBytes(int index)
      repeated string built_in_include_directory = 6;
      Specified by:
      getBuiltInIncludeDirectoryBytes in interface BspTargetInfo.CToolchainInfoOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the builtInIncludeDirectory at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static BspTargetInfo.CToolchainInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BspTargetInfo.CToolchainInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BspTargetInfo.CToolchainInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BspTargetInfo.CToolchainInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BspTargetInfo.CToolchainInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BspTargetInfo.CToolchainInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BspTargetInfo.CToolchainInfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BspTargetInfo.CToolchainInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static BspTargetInfo.CToolchainInfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static BspTargetInfo.CToolchainInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BspTargetInfo.CToolchainInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BspTargetInfo.CToolchainInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public BspTargetInfo.CToolchainInfo.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static BspTargetInfo.CToolchainInfo.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected BspTargetInfo.CToolchainInfo.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static BspTargetInfo.CToolchainInfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<BspTargetInfo.CToolchainInfo> parser()
    • getParserForType

      public com.google.protobuf.Parser<BspTargetInfo.CToolchainInfo> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public BspTargetInfo.CToolchainInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder