[kpm] kgp-idea-proto: Add generated code for protobufs
This code was generated by libprotoc 3.19.4 ^KT-52568 In Progress
This commit is contained in:
committed by
Space
parent
6a520246e5
commit
2ecfd76bbb
+1235
File diff suppressed because it is too large
Load Diff
+94
@@ -0,0 +1,94 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmBinaryCoordinatesProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional string group = 1;</code>
|
||||
* @return Whether the group field is set.
|
||||
*/
|
||||
boolean hasGroup();
|
||||
/**
|
||||
* <code>optional string group = 1;</code>
|
||||
* @return The group.
|
||||
*/
|
||||
java.lang.String getGroup();
|
||||
/**
|
||||
* <code>optional string group = 1;</code>
|
||||
* @return The bytes for group.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getGroupBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string module = 2;</code>
|
||||
* @return Whether the module field is set.
|
||||
*/
|
||||
boolean hasModule();
|
||||
/**
|
||||
* <code>optional string module = 2;</code>
|
||||
* @return The module.
|
||||
*/
|
||||
java.lang.String getModule();
|
||||
/**
|
||||
* <code>optional string module = 2;</code>
|
||||
* @return The bytes for module.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getModuleBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string version = 3;</code>
|
||||
* @return Whether the version field is set.
|
||||
*/
|
||||
boolean hasVersion();
|
||||
/**
|
||||
* <code>optional string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
java.lang.String getVersion();
|
||||
/**
|
||||
* <code>optional string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string kotlin_module_name = 4;</code>
|
||||
* @return Whether the kotlinModuleName field is set.
|
||||
*/
|
||||
boolean hasKotlinModuleName();
|
||||
/**
|
||||
* <code>optional string kotlin_module_name = 4;</code>
|
||||
* @return The kotlinModuleName.
|
||||
*/
|
||||
java.lang.String getKotlinModuleName();
|
||||
/**
|
||||
* <code>optional string kotlin_module_name = 4;</code>
|
||||
* @return The bytes for kotlinModuleName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getKotlinModuleNameBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string kotlin_fragment_name = 5;</code>
|
||||
* @return Whether the kotlinFragmentName field is set.
|
||||
*/
|
||||
boolean hasKotlinFragmentName();
|
||||
/**
|
||||
* <code>optional string kotlin_fragment_name = 5;</code>
|
||||
* @return The kotlinFragmentName.
|
||||
*/
|
||||
java.lang.String getKotlinFragmentName();
|
||||
/**
|
||||
* <code>optional string kotlin_fragment_name = 5;</code>
|
||||
* @return The bytes for kotlinFragmentName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getKotlinFragmentNameBytes();
|
||||
}
|
||||
+779
@@ -0,0 +1,779 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto}
|
||||
*/
|
||||
final class IdeaKpmCompilationOutputProto extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto)
|
||||
IdeaKpmCompilationOutputProtoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use IdeaKpmCompilationOutputProto.newBuilder() to construct.
|
||||
private IdeaKpmCompilationOutputProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private IdeaKpmCompilationOutputProto() {
|
||||
classesDirs_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
resourcesDir_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new IdeaKpmCompilationOutputProto();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private IdeaKpmCompilationOutputProto(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
classesDirs_ = new com.google.protobuf.LazyStringArrayList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
classesDirs_.add(s);
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000001;
|
||||
resourcesDir_ = s;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
classesDirs_ = classesDirs_.getUnmodifiableView();
|
||||
}
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmCompilationOutputProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmCompilationOutputProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int CLASSES_DIRS_FIELD_NUMBER = 1;
|
||||
private com.google.protobuf.LazyStringList classesDirs_;
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @return A list containing the classesDirs.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getClassesDirsList() {
|
||||
return classesDirs_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @return The count of classesDirs.
|
||||
*/
|
||||
public int getClassesDirsCount() {
|
||||
return classesDirs_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The classesDirs at the given index.
|
||||
*/
|
||||
public java.lang.String getClassesDirs(int index) {
|
||||
return classesDirs_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the classesDirs at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getClassesDirsBytes(int index) {
|
||||
return classesDirs_.getByteString(index);
|
||||
}
|
||||
|
||||
public static final int RESOURCES_DIR_FIELD_NUMBER = 2;
|
||||
private volatile java.lang.Object resourcesDir_;
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @return Whether the resourcesDir field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasResourcesDir() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @return The resourcesDir.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getResourcesDir() {
|
||||
java.lang.Object ref = resourcesDir_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
resourcesDir_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @return The bytes for resourcesDir.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getResourcesDirBytes() {
|
||||
java.lang.Object ref = resourcesDir_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
resourcesDir_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
for (int i = 0; i < classesDirs_.size(); i++) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, classesDirs_.getRaw(i));
|
||||
}
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, resourcesDir_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
{
|
||||
int dataSize = 0;
|
||||
for (int i = 0; i < classesDirs_.size(); i++) {
|
||||
dataSize += computeStringSizeNoTag(classesDirs_.getRaw(i));
|
||||
}
|
||||
size += dataSize;
|
||||
size += 1 * getClassesDirsList().size();
|
||||
}
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, resourcesDir_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto other = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto) obj;
|
||||
|
||||
if (!getClassesDirsList()
|
||||
.equals(other.getClassesDirsList())) return false;
|
||||
if (hasResourcesDir() != other.hasResourcesDir()) return false;
|
||||
if (hasResourcesDir()) {
|
||||
if (!getResourcesDir()
|
||||
.equals(other.getResourcesDir())) return false;
|
||||
}
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (getClassesDirsCount() > 0) {
|
||||
hash = (37 * hash) + CLASSES_DIRS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getClassesDirsList().hashCode();
|
||||
}
|
||||
if (hasResourcesDir()) {
|
||||
hash = (37 * hash) + RESOURCES_DIR_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getResourcesDir().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto prototype) {
|
||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder toBuilder() {
|
||||
return this == DEFAULT_INSTANCE
|
||||
? new Builder() : new Builder().mergeFrom(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto)
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProtoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmCompilationOutputProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmCompilationOutputProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
classesDirs_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
resourcesDir_ = "";
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmCompilationOutputProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto getDefaultInstanceForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto build() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto buildPartial() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto result = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
classesDirs_ = classesDirs_.getUnmodifiableView();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
}
|
||||
result.classesDirs_ = classesDirs_;
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
result.resourcesDir_ = resourcesDir_;
|
||||
result.bitField0_ = to_bitField0_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto) {
|
||||
return mergeFrom((org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto other) {
|
||||
if (other == org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto.getDefaultInstance()) return this;
|
||||
if (!other.classesDirs_.isEmpty()) {
|
||||
if (classesDirs_.isEmpty()) {
|
||||
classesDirs_ = other.classesDirs_;
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
} else {
|
||||
ensureClassesDirsIsMutable();
|
||||
classesDirs_.addAll(other.classesDirs_);
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
if (other.hasResourcesDir()) {
|
||||
bitField0_ |= 0x00000002;
|
||||
resourcesDir_ = other.resourcesDir_;
|
||||
onChanged();
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private com.google.protobuf.LazyStringList classesDirs_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
private void ensureClassesDirsIsMutable() {
|
||||
if (!((bitField0_ & 0x00000001) != 0)) {
|
||||
classesDirs_ = new com.google.protobuf.LazyStringArrayList(classesDirs_);
|
||||
bitField0_ |= 0x00000001;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @return A list containing the classesDirs.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getClassesDirsList() {
|
||||
return classesDirs_.getUnmodifiableView();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @return The count of classesDirs.
|
||||
*/
|
||||
public int getClassesDirsCount() {
|
||||
return classesDirs_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The classesDirs at the given index.
|
||||
*/
|
||||
public java.lang.String getClassesDirs(int index) {
|
||||
return classesDirs_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the classesDirs at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getClassesDirsBytes(int index) {
|
||||
return classesDirs_.getByteString(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The classesDirs to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setClassesDirs(
|
||||
int index, java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
ensureClassesDirsIsMutable();
|
||||
classesDirs_.set(index, value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param value The classesDirs to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addClassesDirs(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
ensureClassesDirsIsMutable();
|
||||
classesDirs_.add(value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param values The classesDirs to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllClassesDirs(
|
||||
java.lang.Iterable<java.lang.String> values) {
|
||||
ensureClassesDirsIsMutable();
|
||||
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
||||
values, classesDirs_);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearClassesDirs() {
|
||||
classesDirs_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param value The bytes of the classesDirs to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addClassesDirsBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
ensureClassesDirsIsMutable();
|
||||
classesDirs_.add(value);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object resourcesDir_ = "";
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @return Whether the resourcesDir field is set.
|
||||
*/
|
||||
public boolean hasResourcesDir() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @return The resourcesDir.
|
||||
*/
|
||||
public java.lang.String getResourcesDir() {
|
||||
java.lang.Object ref = resourcesDir_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
resourcesDir_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @return The bytes for resourcesDir.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getResourcesDirBytes() {
|
||||
java.lang.Object ref = resourcesDir_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
resourcesDir_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @param value The resourcesDir to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setResourcesDir(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000002;
|
||||
resourcesDir_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearResourcesDir() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
resourcesDir_ = getDefaultInstance().getResourcesDir();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @param value The bytes for resourcesDir to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setResourcesDirBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
bitField0_ |= 0x00000002;
|
||||
resourcesDir_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto)
|
||||
private static final org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto();
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<IdeaKpmCompilationOutputProto>
|
||||
PARSER = new com.google.protobuf.AbstractParser<IdeaKpmCompilationOutputProto>() {
|
||||
@java.lang.Override
|
||||
public IdeaKpmCompilationOutputProto parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new IdeaKpmCompilationOutputProto(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<IdeaKpmCompilationOutputProto> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<IdeaKpmCompilationOutputProto> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+51
@@ -0,0 +1,51 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmCompilationOutputProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @return A list containing the classesDirs.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getClassesDirsList();
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @return The count of classesDirs.
|
||||
*/
|
||||
int getClassesDirsCount();
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The classesDirs at the given index.
|
||||
*/
|
||||
java.lang.String getClassesDirs(int index);
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the classesDirs at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getClassesDirsBytes(int index);
|
||||
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @return Whether the resourcesDir field is set.
|
||||
*/
|
||||
boolean hasResourcesDir();
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @return The resourcesDir.
|
||||
*/
|
||||
java.lang.String getResourcesDir();
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @return The bytes for resourcesDir.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getResourcesDirBytes();
|
||||
}
|
||||
+1230
File diff suppressed because it is too large
Load Diff
+81
@@ -0,0 +1,81 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmContainerProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmContainerProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional uint32 schema_version_major = 1;</code>
|
||||
* @return Whether the schemaVersionMajor field is set.
|
||||
*/
|
||||
boolean hasSchemaVersionMajor();
|
||||
/**
|
||||
* <code>optional uint32 schema_version_major = 1;</code>
|
||||
* @return The schemaVersionMajor.
|
||||
*/
|
||||
int getSchemaVersionMajor();
|
||||
|
||||
/**
|
||||
* <code>optional uint32 schema_version_minor = 2;</code>
|
||||
* @return Whether the schemaVersionMinor field is set.
|
||||
*/
|
||||
boolean hasSchemaVersionMinor();
|
||||
/**
|
||||
* <code>optional uint32 schema_version_minor = 2;</code>
|
||||
* @return The schemaVersionMinor.
|
||||
*/
|
||||
int getSchemaVersionMinor();
|
||||
|
||||
/**
|
||||
* <code>optional uint32 schema_version_patch = 3;</code>
|
||||
* @return Whether the schemaVersionPatch field is set.
|
||||
*/
|
||||
boolean hasSchemaVersionPatch();
|
||||
/**
|
||||
* <code>optional uint32 schema_version_patch = 3;</code>
|
||||
* @return The schemaVersionPatch.
|
||||
*/
|
||||
int getSchemaVersionPatch();
|
||||
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto schema_infos = 4;</code>
|
||||
*/
|
||||
java.util.List<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto>
|
||||
getSchemaInfosList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto schema_infos = 4;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto getSchemaInfos(int index);
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto schema_infos = 4;</code>
|
||||
*/
|
||||
int getSchemaInfosCount();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto schema_infos = 4;</code>
|
||||
*/
|
||||
java.util.List<? extends org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProtoOrBuilder>
|
||||
getSchemaInfosOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto schema_infos = 4;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProtoOrBuilder getSchemaInfosOrBuilder(
|
||||
int index);
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto project = 24;</code>
|
||||
* @return Whether the project field is set.
|
||||
*/
|
||||
boolean hasProject();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto project = 24;</code>
|
||||
* @return The project.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto getProject();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto project = 24;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProtoOrBuilder getProjectOrBuilder();
|
||||
}
|
||||
+1130
File diff suppressed because it is too large
Load Diff
+56
@@ -0,0 +1,56 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmDependencyProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto unresolved_binary_dependency = 1;</code>
|
||||
* @return Whether the unresolvedBinaryDependency field is set.
|
||||
*/
|
||||
boolean hasUnresolvedBinaryDependency();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto unresolved_binary_dependency = 1;</code>
|
||||
* @return The unresolvedBinaryDependency.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto getUnresolvedBinaryDependency();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto unresolved_binary_dependency = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProtoOrBuilder getUnresolvedBinaryDependencyOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto resolved_binary_dependency = 2;</code>
|
||||
* @return Whether the resolvedBinaryDependency field is set.
|
||||
*/
|
||||
boolean hasResolvedBinaryDependency();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto resolved_binary_dependency = 2;</code>
|
||||
* @return The resolvedBinaryDependency.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto getResolvedBinaryDependency();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto resolved_binary_dependency = 2;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProtoOrBuilder getResolvedBinaryDependencyOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto fragment_dependency = 3;</code>
|
||||
* @return Whether the fragmentDependency field is set.
|
||||
*/
|
||||
boolean hasFragmentDependency();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto fragment_dependency = 3;</code>
|
||||
* @return The fragmentDependency.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto getFragmentDependency();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto fragment_dependency = 3;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProtoOrBuilder getFragmentDependencyOrBuilder();
|
||||
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto.DependencyCase getDependencyCase();
|
||||
}
|
||||
+708
@@ -0,0 +1,708 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm_extras.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto}
|
||||
*/
|
||||
final class IdeaKpmExtrasProto extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto)
|
||||
IdeaKpmExtrasProtoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use IdeaKpmExtrasProto.newBuilder() to construct.
|
||||
private IdeaKpmExtrasProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private IdeaKpmExtrasProto() {
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new IdeaKpmExtrasProto();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private IdeaKpmExtrasProto(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
values_ = com.google.protobuf.MapField.newMapField(
|
||||
ValuesDefaultEntryHolder.defaultEntry);
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
}
|
||||
com.google.protobuf.MapEntry<java.lang.String, com.google.protobuf.ByteString>
|
||||
values__ = input.readMessage(
|
||||
ValuesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
|
||||
values_.getMutableMap().put(
|
||||
values__.getKey(), values__.getValue());
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpmExtras.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_descriptor;
|
||||
}
|
||||
|
||||
@SuppressWarnings({"rawtypes"})
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 1:
|
||||
return internalGetValues();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
"Invalid map field number: " + number);
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpmExtras.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder.class);
|
||||
}
|
||||
|
||||
public static final int VALUES_FIELD_NUMBER = 1;
|
||||
private static final class ValuesDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.String, com.google.protobuf.ByteString> defaultEntry =
|
||||
com.google.protobuf.MapEntry
|
||||
.<java.lang.String, com.google.protobuf.ByteString>newDefaultInstance(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpmExtras.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_ValuesEntry_descriptor,
|
||||
com.google.protobuf.WireFormat.FieldType.STRING,
|
||||
"",
|
||||
com.google.protobuf.WireFormat.FieldType.BYTES,
|
||||
com.google.protobuf.ByteString.EMPTY);
|
||||
}
|
||||
private com.google.protobuf.MapField<
|
||||
java.lang.String, com.google.protobuf.ByteString> values_;
|
||||
private com.google.protobuf.MapField<java.lang.String, com.google.protobuf.ByteString>
|
||||
internalGetValues() {
|
||||
if (values_ == null) {
|
||||
return com.google.protobuf.MapField.emptyMapField(
|
||||
ValuesDefaultEntryHolder.defaultEntry);
|
||||
}
|
||||
return values_;
|
||||
}
|
||||
|
||||
public int getValuesCount() {
|
||||
return internalGetValues().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
public boolean containsValues(
|
||||
java.lang.String key) {
|
||||
if (key == null) { throw new NullPointerException("map key"); }
|
||||
return internalGetValues().getMap().containsKey(key);
|
||||
}
|
||||
/**
|
||||
* Use {@link #getValuesMap()} instead.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@java.lang.Deprecated
|
||||
public java.util.Map<java.lang.String, com.google.protobuf.ByteString> getValues() {
|
||||
return getValuesMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public java.util.Map<java.lang.String, com.google.protobuf.ByteString> getValuesMap() {
|
||||
return internalGetValues().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public com.google.protobuf.ByteString getValuesOrDefault(
|
||||
java.lang.String key,
|
||||
com.google.protobuf.ByteString defaultValue) {
|
||||
if (key == null) { throw new NullPointerException("map key"); }
|
||||
java.util.Map<java.lang.String, com.google.protobuf.ByteString> map =
|
||||
internalGetValues().getMap();
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public com.google.protobuf.ByteString getValuesOrThrow(
|
||||
java.lang.String key) {
|
||||
if (key == null) { throw new NullPointerException("map key"); }
|
||||
java.util.Map<java.lang.String, com.google.protobuf.ByteString> map =
|
||||
internalGetValues().getMap();
|
||||
if (!map.containsKey(key)) {
|
||||
throw new java.lang.IllegalArgumentException();
|
||||
}
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
com.google.protobuf.GeneratedMessageV3
|
||||
.serializeStringMapTo(
|
||||
output,
|
||||
internalGetValues(),
|
||||
ValuesDefaultEntryHolder.defaultEntry,
|
||||
1);
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
for (java.util.Map.Entry<java.lang.String, com.google.protobuf.ByteString> entry
|
||||
: internalGetValues().getMap().entrySet()) {
|
||||
com.google.protobuf.MapEntry<java.lang.String, com.google.protobuf.ByteString>
|
||||
values__ = ValuesDefaultEntryHolder.defaultEntry.newBuilderForType()
|
||||
.setKey(entry.getKey())
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, values__);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto other = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto) obj;
|
||||
|
||||
if (!internalGetValues().equals(
|
||||
other.internalGetValues())) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (!internalGetValues().getMap().isEmpty()) {
|
||||
hash = (37 * hash) + VALUES_FIELD_NUMBER;
|
||||
hash = (53 * hash) + internalGetValues().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto prototype) {
|
||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder toBuilder() {
|
||||
return this == DEFAULT_INSTANCE
|
||||
? new Builder() : new Builder().mergeFrom(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto)
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpmExtras.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_descriptor;
|
||||
}
|
||||
|
||||
@SuppressWarnings({"rawtypes"})
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 1:
|
||||
return internalGetValues();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
"Invalid map field number: " + number);
|
||||
}
|
||||
}
|
||||
@SuppressWarnings({"rawtypes"})
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 1:
|
||||
return internalGetMutableValues();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
"Invalid map field number: " + number);
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpmExtras.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
internalGetMutableValues().clear();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpmExtras.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getDefaultInstanceForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto build() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto buildPartial() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto result = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
result.values_ = internalGetValues();
|
||||
result.values_.makeImmutable();
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto) {
|
||||
return mergeFrom((org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto other) {
|
||||
if (other == org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance()) return this;
|
||||
internalGetMutableValues().mergeFrom(
|
||||
other.internalGetValues());
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private com.google.protobuf.MapField<
|
||||
java.lang.String, com.google.protobuf.ByteString> values_;
|
||||
private com.google.protobuf.MapField<java.lang.String, com.google.protobuf.ByteString>
|
||||
internalGetValues() {
|
||||
if (values_ == null) {
|
||||
return com.google.protobuf.MapField.emptyMapField(
|
||||
ValuesDefaultEntryHolder.defaultEntry);
|
||||
}
|
||||
return values_;
|
||||
}
|
||||
private com.google.protobuf.MapField<java.lang.String, com.google.protobuf.ByteString>
|
||||
internalGetMutableValues() {
|
||||
onChanged();;
|
||||
if (values_ == null) {
|
||||
values_ = com.google.protobuf.MapField.newMapField(
|
||||
ValuesDefaultEntryHolder.defaultEntry);
|
||||
}
|
||||
if (!values_.isMutable()) {
|
||||
values_ = values_.copy();
|
||||
}
|
||||
return values_;
|
||||
}
|
||||
|
||||
public int getValuesCount() {
|
||||
return internalGetValues().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
public boolean containsValues(
|
||||
java.lang.String key) {
|
||||
if (key == null) { throw new NullPointerException("map key"); }
|
||||
return internalGetValues().getMap().containsKey(key);
|
||||
}
|
||||
/**
|
||||
* Use {@link #getValuesMap()} instead.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@java.lang.Deprecated
|
||||
public java.util.Map<java.lang.String, com.google.protobuf.ByteString> getValues() {
|
||||
return getValuesMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public java.util.Map<java.lang.String, com.google.protobuf.ByteString> getValuesMap() {
|
||||
return internalGetValues().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public com.google.protobuf.ByteString getValuesOrDefault(
|
||||
java.lang.String key,
|
||||
com.google.protobuf.ByteString defaultValue) {
|
||||
if (key == null) { throw new NullPointerException("map key"); }
|
||||
java.util.Map<java.lang.String, com.google.protobuf.ByteString> map =
|
||||
internalGetValues().getMap();
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
public com.google.protobuf.ByteString getValuesOrThrow(
|
||||
java.lang.String key) {
|
||||
if (key == null) { throw new NullPointerException("map key"); }
|
||||
java.util.Map<java.lang.String, com.google.protobuf.ByteString> map =
|
||||
internalGetValues().getMap();
|
||||
if (!map.containsKey(key)) {
|
||||
throw new java.lang.IllegalArgumentException();
|
||||
}
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public Builder clearValues() {
|
||||
internalGetMutableValues().getMutableMap()
|
||||
.clear();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
|
||||
public Builder removeValues(
|
||||
java.lang.String key) {
|
||||
if (key == null) { throw new NullPointerException("map key"); }
|
||||
internalGetMutableValues().getMutableMap()
|
||||
.remove(key);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* Use alternate mutation accessors instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public java.util.Map<java.lang.String, com.google.protobuf.ByteString>
|
||||
getMutableValues() {
|
||||
return internalGetMutableValues().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
public Builder putValues(
|
||||
java.lang.String key,
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (key == null) { throw new NullPointerException("map key"); }
|
||||
if (value == null) {
|
||||
throw new NullPointerException("map value");
|
||||
}
|
||||
|
||||
internalGetMutableValues().getMutableMap()
|
||||
.put(key, value);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllValues(
|
||||
java.util.Map<java.lang.String, com.google.protobuf.ByteString> values) {
|
||||
internalGetMutableValues().getMutableMap()
|
||||
.putAll(values);
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto)
|
||||
private static final org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto();
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<IdeaKpmExtrasProto>
|
||||
PARSER = new com.google.protobuf.AbstractParser<IdeaKpmExtrasProto>() {
|
||||
@java.lang.Override
|
||||
public IdeaKpmExtrasProto parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new IdeaKpmExtrasProto(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<IdeaKpmExtrasProto> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<IdeaKpmExtrasProto> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+43
@@ -0,0 +1,43 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm_extras.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmExtrasProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
int getValuesCount();
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
boolean containsValues(
|
||||
java.lang.String key);
|
||||
/**
|
||||
* Use {@link #getValuesMap()} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
java.util.Map<java.lang.String, com.google.protobuf.ByteString>
|
||||
getValues();
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.String, com.google.protobuf.ByteString>
|
||||
getValuesMap();
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
|
||||
com.google.protobuf.ByteString getValuesOrDefault(
|
||||
java.lang.String key,
|
||||
com.google.protobuf.ByteString defaultValue);
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
|
||||
com.google.protobuf.ByteString getValuesOrThrow(
|
||||
java.lang.String key);
|
||||
}
|
||||
+780
@@ -0,0 +1,780 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto}
|
||||
*/
|
||||
final class IdeaKpmFragmentCoordinatesProto extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto)
|
||||
IdeaKpmFragmentCoordinatesProtoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use IdeaKpmFragmentCoordinatesProto.newBuilder() to construct.
|
||||
private IdeaKpmFragmentCoordinatesProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private IdeaKpmFragmentCoordinatesProto() {
|
||||
fragmentName_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new IdeaKpmFragmentCoordinatesProto();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private IdeaKpmFragmentCoordinatesProto(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.Builder subBuilder = null;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
subBuilder = module_.toBuilder();
|
||||
}
|
||||
module_ = input.readMessage(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(module_);
|
||||
module_ = subBuilder.buildPartial();
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000002;
|
||||
fragmentName_ = s;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentCoordinatesProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentCoordinatesProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int MODULE_FIELD_NUMBER = 1;
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
* @return Whether the module field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasModule() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
* @return The module.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto getModule() {
|
||||
return module_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.getDefaultInstance() : module_;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProtoOrBuilder getModuleOrBuilder() {
|
||||
return module_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.getDefaultInstance() : module_;
|
||||
}
|
||||
|
||||
public static final int FRAGMENT_NAME_FIELD_NUMBER = 2;
|
||||
private volatile java.lang.Object fragmentName_;
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @return Whether the fragmentName field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasFragmentName() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @return The fragmentName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getFragmentName() {
|
||||
java.lang.Object ref = fragmentName_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
fragmentName_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @return The bytes for fragmentName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getFragmentNameBytes() {
|
||||
java.lang.Object ref = fragmentName_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
fragmentName_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
output.writeMessage(1, getModule());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, fragmentName_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getModule());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, fragmentName_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto other = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto) obj;
|
||||
|
||||
if (hasModule() != other.hasModule()) return false;
|
||||
if (hasModule()) {
|
||||
if (!getModule()
|
||||
.equals(other.getModule())) return false;
|
||||
}
|
||||
if (hasFragmentName() != other.hasFragmentName()) return false;
|
||||
if (hasFragmentName()) {
|
||||
if (!getFragmentName()
|
||||
.equals(other.getFragmentName())) return false;
|
||||
}
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasModule()) {
|
||||
hash = (37 * hash) + MODULE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModule().hashCode();
|
||||
}
|
||||
if (hasFragmentName()) {
|
||||
hash = (37 * hash) + FRAGMENT_NAME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getFragmentName().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto prototype) {
|
||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder toBuilder() {
|
||||
return this == DEFAULT_INSTANCE
|
||||
? new Builder() : new Builder().mergeFrom(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto)
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProtoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentCoordinatesProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentCoordinatesProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
getModuleFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
if (moduleBuilder_ == null) {
|
||||
module_ = null;
|
||||
} else {
|
||||
moduleBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
fragmentName_ = "";
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentCoordinatesProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto getDefaultInstanceForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto build() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto buildPartial() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto result = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
if (moduleBuilder_ == null) {
|
||||
result.module_ = module_;
|
||||
} else {
|
||||
result.module_ = moduleBuilder_.build();
|
||||
}
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
to_bitField0_ |= 0x00000002;
|
||||
}
|
||||
result.fragmentName_ = fragmentName_;
|
||||
result.bitField0_ = to_bitField0_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto) {
|
||||
return mergeFrom((org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto other) {
|
||||
if (other == org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto.getDefaultInstance()) return this;
|
||||
if (other.hasModule()) {
|
||||
mergeModule(other.getModule());
|
||||
}
|
||||
if (other.hasFragmentName()) {
|
||||
bitField0_ |= 0x00000002;
|
||||
fragmentName_ = other.fragmentName_;
|
||||
onChanged();
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProtoOrBuilder> moduleBuilder_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
* @return Whether the module field is set.
|
||||
*/
|
||||
public boolean hasModule() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
* @return The module.
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto getModule() {
|
||||
if (moduleBuilder_ == null) {
|
||||
return module_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.getDefaultInstance() : module_;
|
||||
} else {
|
||||
return moduleBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
*/
|
||||
public Builder setModule(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto value) {
|
||||
if (moduleBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
module_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
moduleBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
*/
|
||||
public Builder setModule(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.Builder builderForValue) {
|
||||
if (moduleBuilder_ == null) {
|
||||
module_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
moduleBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
*/
|
||||
public Builder mergeModule(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto value) {
|
||||
if (moduleBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0) &&
|
||||
module_ != null &&
|
||||
module_ != org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.getDefaultInstance()) {
|
||||
module_ =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.newBuilder(module_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
module_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
moduleBuilder_.mergeFrom(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
*/
|
||||
public Builder clearModule() {
|
||||
if (moduleBuilder_ == null) {
|
||||
module_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
moduleBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.Builder getModuleBuilder() {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return getModuleFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProtoOrBuilder getModuleOrBuilder() {
|
||||
if (moduleBuilder_ != null) {
|
||||
return moduleBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return module_ == null ?
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.getDefaultInstance() : module_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProtoOrBuilder>
|
||||
getModuleFieldBuilder() {
|
||||
if (moduleBuilder_ == null) {
|
||||
moduleBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProtoOrBuilder>(
|
||||
getModule(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
module_ = null;
|
||||
}
|
||||
return moduleBuilder_;
|
||||
}
|
||||
|
||||
private java.lang.Object fragmentName_ = "";
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @return Whether the fragmentName field is set.
|
||||
*/
|
||||
public boolean hasFragmentName() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @return The fragmentName.
|
||||
*/
|
||||
public java.lang.String getFragmentName() {
|
||||
java.lang.Object ref = fragmentName_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
fragmentName_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @return The bytes for fragmentName.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFragmentNameBytes() {
|
||||
java.lang.Object ref = fragmentName_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
fragmentName_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @param value The fragmentName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFragmentName(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000002;
|
||||
fragmentName_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFragmentName() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
fragmentName_ = getDefaultInstance().getFragmentName();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @param value The bytes for fragmentName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFragmentNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
bitField0_ |= 0x00000002;
|
||||
fragmentName_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto)
|
||||
private static final org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto();
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<IdeaKpmFragmentCoordinatesProto>
|
||||
PARSER = new com.google.protobuf.AbstractParser<IdeaKpmFragmentCoordinatesProto>() {
|
||||
@java.lang.Override
|
||||
public IdeaKpmFragmentCoordinatesProto parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new IdeaKpmFragmentCoordinatesProto(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<IdeaKpmFragmentCoordinatesProto> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<IdeaKpmFragmentCoordinatesProto> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+41
@@ -0,0 +1,41 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmFragmentCoordinatesProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
* @return Whether the module field is set.
|
||||
*/
|
||||
boolean hasModule();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
* @return The module.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto getModule();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProtoOrBuilder getModuleOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @return Whether the fragmentName field is set.
|
||||
*/
|
||||
boolean hasFragmentName();
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @return The fragmentName.
|
||||
*/
|
||||
java.lang.String getFragmentName();
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @return The bytes for fragmentName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFragmentNameBytes();
|
||||
}
|
||||
+1046
File diff suppressed because it is too large
Load Diff
+55
@@ -0,0 +1,55 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmFragmentDependencyProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto.Type type = 2;</code>
|
||||
* @return Whether the type field is set.
|
||||
*/
|
||||
boolean hasType();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto.Type type = 2;</code>
|
||||
* @return The enum numeric value on the wire for type.
|
||||
*/
|
||||
int getTypeValue();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto.Type type = 2;</code>
|
||||
* @return The type.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto.Type getType();
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto coordinates = 3;</code>
|
||||
* @return Whether the coordinates field is set.
|
||||
*/
|
||||
boolean hasCoordinates();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto coordinates = 3;</code>
|
||||
* @return The coordinates.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto getCoordinates();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto coordinates = 3;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProtoOrBuilder getCoordinatesOrBuilder();
|
||||
}
|
||||
+2048
File diff suppressed because it is too large
Load Diff
+126
@@ -0,0 +1,126 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmFragmentProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto coordinates = 2;</code>
|
||||
* @return Whether the coordinates field is set.
|
||||
*/
|
||||
boolean hasCoordinates();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto coordinates = 2;</code>
|
||||
* @return The coordinates.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto getCoordinates();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProtoOrBuilder getCoordinatesOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platforms = 3;</code>
|
||||
*/
|
||||
java.util.List<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto>
|
||||
getPlatformsList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platforms = 3;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto getPlatforms(int index);
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platforms = 3;</code>
|
||||
*/
|
||||
int getPlatformsCount();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platforms = 3;</code>
|
||||
*/
|
||||
java.util.List<? extends org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProtoOrBuilder>
|
||||
getPlatformsOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platforms = 3;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProtoOrBuilder getPlatformsOrBuilder(
|
||||
int index);
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto language_settings = 4;</code>
|
||||
* @return Whether the languageSettings field is set.
|
||||
*/
|
||||
boolean hasLanguageSettings();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto language_settings = 4;</code>
|
||||
* @return The languageSettings.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto getLanguageSettings();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto language_settings = 4;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProtoOrBuilder getLanguageSettingsOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto dependencies = 5;</code>
|
||||
*/
|
||||
java.util.List<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto>
|
||||
getDependenciesList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto dependencies = 5;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto getDependencies(int index);
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto dependencies = 5;</code>
|
||||
*/
|
||||
int getDependenciesCount();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto dependencies = 5;</code>
|
||||
*/
|
||||
java.util.List<? extends org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProtoOrBuilder>
|
||||
getDependenciesOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto dependencies = 5;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProtoOrBuilder getDependenciesOrBuilder(
|
||||
int index);
|
||||
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto source_directories = 6;</code>
|
||||
*/
|
||||
java.util.List<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto>
|
||||
getSourceDirectoriesList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto source_directories = 6;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto getSourceDirectories(int index);
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto source_directories = 6;</code>
|
||||
*/
|
||||
int getSourceDirectoriesCount();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto source_directories = 6;</code>
|
||||
*/
|
||||
java.util.List<? extends org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProtoOrBuilder>
|
||||
getSourceDirectoriesOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto source_directories = 6;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProtoOrBuilder getSourceDirectoriesOrBuilder(
|
||||
int index);
|
||||
}
|
||||
+707
@@ -0,0 +1,707 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto}
|
||||
*/
|
||||
final class IdeaKpmJsPlatformProto extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto)
|
||||
IdeaKpmJsPlatformProtoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use IdeaKpmJsPlatformProto.newBuilder() to construct.
|
||||
private IdeaKpmJsPlatformProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private IdeaKpmJsPlatformProto() {
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new IdeaKpmJsPlatformProto();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private IdeaKpmJsPlatformProto(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder subBuilder = null;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
subBuilder = extras_.toBuilder();
|
||||
}
|
||||
extras_ = input.readMessage(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(extras_);
|
||||
extras_ = subBuilder.buildPartial();
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
bitField0_ |= 0x00000002;
|
||||
isIr_ = input.readBool();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJsPlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJsPlatformProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int EXTRAS_FIELD_NUMBER = 1;
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
|
||||
public static final int ISIR_FIELD_NUMBER = 2;
|
||||
private boolean isIr_;
|
||||
/**
|
||||
* <code>optional bool isIr = 2;</code>
|
||||
* @return Whether the isIr field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasIsIr() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional bool isIr = 2;</code>
|
||||
* @return The isIr.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsIr() {
|
||||
return isIr_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
output.writeMessage(1, getExtras());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
output.writeBool(2, isIr_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getExtras());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeBoolSize(2, isIr_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto other = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto) obj;
|
||||
|
||||
if (hasExtras() != other.hasExtras()) return false;
|
||||
if (hasExtras()) {
|
||||
if (!getExtras()
|
||||
.equals(other.getExtras())) return false;
|
||||
}
|
||||
if (hasIsIr() != other.hasIsIr()) return false;
|
||||
if (hasIsIr()) {
|
||||
if (getIsIr()
|
||||
!= other.getIsIr()) return false;
|
||||
}
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasExtras()) {
|
||||
hash = (37 * hash) + EXTRAS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getExtras().hashCode();
|
||||
}
|
||||
if (hasIsIr()) {
|
||||
hash = (37 * hash) + ISIR_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
||||
getIsIr());
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto prototype) {
|
||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder toBuilder() {
|
||||
return this == DEFAULT_INSTANCE
|
||||
? new Builder() : new Builder().mergeFrom(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto)
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProtoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJsPlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJsPlatformProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
getExtrasFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
isIr_ = false;
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJsPlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto getDefaultInstanceForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto build() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto buildPartial() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto result = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
if (extrasBuilder_ == null) {
|
||||
result.extras_ = extras_;
|
||||
} else {
|
||||
result.extras_ = extrasBuilder_.build();
|
||||
}
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
result.isIr_ = isIr_;
|
||||
to_bitField0_ |= 0x00000002;
|
||||
}
|
||||
result.bitField0_ = to_bitField0_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto) {
|
||||
return mergeFrom((org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto other) {
|
||||
if (other == org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto.getDefaultInstance()) return this;
|
||||
if (other.hasExtras()) {
|
||||
mergeExtras(other.getExtras());
|
||||
}
|
||||
if (other.hasIsIr()) {
|
||||
setIsIr(other.getIsIr());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder> extrasBuilder_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
} else {
|
||||
return extrasBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
extras_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder builderForValue) {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder mergeExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0) &&
|
||||
extras_ != null &&
|
||||
extras_ != org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance()) {
|
||||
extras_ =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.newBuilder(extras_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
extras_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.mergeFrom(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder clearExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder getExtrasBuilder() {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return getExtrasFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
if (extrasBuilder_ != null) {
|
||||
return extrasBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return extras_ == null ?
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>
|
||||
getExtrasFieldBuilder() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extrasBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>(
|
||||
getExtras(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
extras_ = null;
|
||||
}
|
||||
return extrasBuilder_;
|
||||
}
|
||||
|
||||
private boolean isIr_ ;
|
||||
/**
|
||||
* <code>optional bool isIr = 2;</code>
|
||||
* @return Whether the isIr field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasIsIr() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional bool isIr = 2;</code>
|
||||
* @return The isIr.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean getIsIr() {
|
||||
return isIr_;
|
||||
}
|
||||
/**
|
||||
* <code>optional bool isIr = 2;</code>
|
||||
* @param value The isIr to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIsIr(boolean value) {
|
||||
bitField0_ |= 0x00000002;
|
||||
isIr_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional bool isIr = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsIr() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
isIr_ = false;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto)
|
||||
private static final org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto();
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<IdeaKpmJsPlatformProto>
|
||||
PARSER = new com.google.protobuf.AbstractParser<IdeaKpmJsPlatformProto>() {
|
||||
@java.lang.Override
|
||||
public IdeaKpmJsPlatformProto parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new IdeaKpmJsPlatformProto(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<IdeaKpmJsPlatformProto> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<IdeaKpmJsPlatformProto> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+35
@@ -0,0 +1,35 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmJsPlatformProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional bool isIr = 2;</code>
|
||||
* @return Whether the isIr field is set.
|
||||
*/
|
||||
boolean hasIsIr();
|
||||
/**
|
||||
* <code>optional bool isIr = 2;</code>
|
||||
* @return The isIr.
|
||||
*/
|
||||
boolean getIsIr();
|
||||
}
|
||||
+780
@@ -0,0 +1,780 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto}
|
||||
*/
|
||||
final class IdeaKpmJvmPlatformProto extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto)
|
||||
IdeaKpmJvmPlatformProtoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use IdeaKpmJvmPlatformProto.newBuilder() to construct.
|
||||
private IdeaKpmJvmPlatformProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private IdeaKpmJvmPlatformProto() {
|
||||
jvmTarget_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new IdeaKpmJvmPlatformProto();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private IdeaKpmJvmPlatformProto(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder subBuilder = null;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
subBuilder = extras_.toBuilder();
|
||||
}
|
||||
extras_ = input.readMessage(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(extras_);
|
||||
extras_ = subBuilder.buildPartial();
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000002;
|
||||
jvmTarget_ = s;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJvmPlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJvmPlatformProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int EXTRAS_FIELD_NUMBER = 1;
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
|
||||
public static final int JVM_TARGET_FIELD_NUMBER = 2;
|
||||
private volatile java.lang.Object jvmTarget_;
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @return Whether the jvmTarget field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasJvmTarget() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @return The jvmTarget.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getJvmTarget() {
|
||||
java.lang.Object ref = jvmTarget_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
jvmTarget_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @return The bytes for jvmTarget.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getJvmTargetBytes() {
|
||||
java.lang.Object ref = jvmTarget_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
jvmTarget_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
output.writeMessage(1, getExtras());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, jvmTarget_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getExtras());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, jvmTarget_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto other = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto) obj;
|
||||
|
||||
if (hasExtras() != other.hasExtras()) return false;
|
||||
if (hasExtras()) {
|
||||
if (!getExtras()
|
||||
.equals(other.getExtras())) return false;
|
||||
}
|
||||
if (hasJvmTarget() != other.hasJvmTarget()) return false;
|
||||
if (hasJvmTarget()) {
|
||||
if (!getJvmTarget()
|
||||
.equals(other.getJvmTarget())) return false;
|
||||
}
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasExtras()) {
|
||||
hash = (37 * hash) + EXTRAS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getExtras().hashCode();
|
||||
}
|
||||
if (hasJvmTarget()) {
|
||||
hash = (37 * hash) + JVM_TARGET_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getJvmTarget().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto prototype) {
|
||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder toBuilder() {
|
||||
return this == DEFAULT_INSTANCE
|
||||
? new Builder() : new Builder().mergeFrom(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto)
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProtoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJvmPlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJvmPlatformProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
getExtrasFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
jvmTarget_ = "";
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJvmPlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto getDefaultInstanceForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto build() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto buildPartial() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto result = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
if (extrasBuilder_ == null) {
|
||||
result.extras_ = extras_;
|
||||
} else {
|
||||
result.extras_ = extrasBuilder_.build();
|
||||
}
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
to_bitField0_ |= 0x00000002;
|
||||
}
|
||||
result.jvmTarget_ = jvmTarget_;
|
||||
result.bitField0_ = to_bitField0_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto) {
|
||||
return mergeFrom((org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto other) {
|
||||
if (other == org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto.getDefaultInstance()) return this;
|
||||
if (other.hasExtras()) {
|
||||
mergeExtras(other.getExtras());
|
||||
}
|
||||
if (other.hasJvmTarget()) {
|
||||
bitField0_ |= 0x00000002;
|
||||
jvmTarget_ = other.jvmTarget_;
|
||||
onChanged();
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder> extrasBuilder_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
} else {
|
||||
return extrasBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
extras_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder builderForValue) {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder mergeExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0) &&
|
||||
extras_ != null &&
|
||||
extras_ != org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance()) {
|
||||
extras_ =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.newBuilder(extras_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
extras_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.mergeFrom(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder clearExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder getExtrasBuilder() {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return getExtrasFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
if (extrasBuilder_ != null) {
|
||||
return extrasBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return extras_ == null ?
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>
|
||||
getExtrasFieldBuilder() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extrasBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>(
|
||||
getExtras(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
extras_ = null;
|
||||
}
|
||||
return extrasBuilder_;
|
||||
}
|
||||
|
||||
private java.lang.Object jvmTarget_ = "";
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @return Whether the jvmTarget field is set.
|
||||
*/
|
||||
public boolean hasJvmTarget() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @return The jvmTarget.
|
||||
*/
|
||||
public java.lang.String getJvmTarget() {
|
||||
java.lang.Object ref = jvmTarget_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
jvmTarget_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @return The bytes for jvmTarget.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getJvmTargetBytes() {
|
||||
java.lang.Object ref = jvmTarget_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
jvmTarget_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @param value The jvmTarget to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setJvmTarget(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000002;
|
||||
jvmTarget_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearJvmTarget() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
jvmTarget_ = getDefaultInstance().getJvmTarget();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @param value The bytes for jvmTarget to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setJvmTargetBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
bitField0_ |= 0x00000002;
|
||||
jvmTarget_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto)
|
||||
private static final org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto();
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<IdeaKpmJvmPlatformProto>
|
||||
PARSER = new com.google.protobuf.AbstractParser<IdeaKpmJvmPlatformProto>() {
|
||||
@java.lang.Override
|
||||
public IdeaKpmJvmPlatformProto parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new IdeaKpmJvmPlatformProto(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<IdeaKpmJvmPlatformProto> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<IdeaKpmJvmPlatformProto> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+41
@@ -0,0 +1,41 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmJvmPlatformProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @return Whether the jvmTarget field is set.
|
||||
*/
|
||||
boolean hasJvmTarget();
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @return The jvmTarget.
|
||||
*/
|
||||
java.lang.String getJvmTarget();
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @return The bytes for jvmTarget.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getJvmTargetBytes();
|
||||
}
|
||||
+1798
File diff suppressed because it is too large
Load Diff
+179
@@ -0,0 +1,179 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmLanguageSettingsProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional string language_version = 1;</code>
|
||||
* @return Whether the languageVersion field is set.
|
||||
*/
|
||||
boolean hasLanguageVersion();
|
||||
/**
|
||||
* <code>optional string language_version = 1;</code>
|
||||
* @return The languageVersion.
|
||||
*/
|
||||
java.lang.String getLanguageVersion();
|
||||
/**
|
||||
* <code>optional string language_version = 1;</code>
|
||||
* @return The bytes for languageVersion.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLanguageVersionBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string api_version = 2;</code>
|
||||
* @return Whether the apiVersion field is set.
|
||||
*/
|
||||
boolean hasApiVersion();
|
||||
/**
|
||||
* <code>optional string api_version = 2;</code>
|
||||
* @return The apiVersion.
|
||||
*/
|
||||
java.lang.String getApiVersion();
|
||||
/**
|
||||
* <code>optional string api_version = 2;</code>
|
||||
* @return The bytes for apiVersion.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getApiVersionBytes();
|
||||
|
||||
/**
|
||||
* <code>optional bool is_progressive_mode = 3;</code>
|
||||
* @return Whether the isProgressiveMode field is set.
|
||||
*/
|
||||
boolean hasIsProgressiveMode();
|
||||
/**
|
||||
* <code>optional bool is_progressive_mode = 3;</code>
|
||||
* @return The isProgressiveMode.
|
||||
*/
|
||||
boolean getIsProgressiveMode();
|
||||
|
||||
/**
|
||||
* <code>repeated string enabled_language_features = 4;</code>
|
||||
* @return A list containing the enabledLanguageFeatures.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getEnabledLanguageFeaturesList();
|
||||
/**
|
||||
* <code>repeated string enabled_language_features = 4;</code>
|
||||
* @return The count of enabledLanguageFeatures.
|
||||
*/
|
||||
int getEnabledLanguageFeaturesCount();
|
||||
/**
|
||||
* <code>repeated string enabled_language_features = 4;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The enabledLanguageFeatures at the given index.
|
||||
*/
|
||||
java.lang.String getEnabledLanguageFeatures(int index);
|
||||
/**
|
||||
* <code>repeated string enabled_language_features = 4;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the enabledLanguageFeatures at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getEnabledLanguageFeaturesBytes(int index);
|
||||
|
||||
/**
|
||||
* <code>repeated string opt_in_annotations_in_use = 5;</code>
|
||||
* @return A list containing the optInAnnotationsInUse.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getOptInAnnotationsInUseList();
|
||||
/**
|
||||
* <code>repeated string opt_in_annotations_in_use = 5;</code>
|
||||
* @return The count of optInAnnotationsInUse.
|
||||
*/
|
||||
int getOptInAnnotationsInUseCount();
|
||||
/**
|
||||
* <code>repeated string opt_in_annotations_in_use = 5;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The optInAnnotationsInUse at the given index.
|
||||
*/
|
||||
java.lang.String getOptInAnnotationsInUse(int index);
|
||||
/**
|
||||
* <code>repeated string opt_in_annotations_in_use = 5;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the optInAnnotationsInUse at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getOptInAnnotationsInUseBytes(int index);
|
||||
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_arguments = 6;</code>
|
||||
* @return A list containing the compilerPluginArguments.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getCompilerPluginArgumentsList();
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_arguments = 6;</code>
|
||||
* @return The count of compilerPluginArguments.
|
||||
*/
|
||||
int getCompilerPluginArgumentsCount();
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_arguments = 6;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The compilerPluginArguments at the given index.
|
||||
*/
|
||||
java.lang.String getCompilerPluginArguments(int index);
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_arguments = 6;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the compilerPluginArguments at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getCompilerPluginArgumentsBytes(int index);
|
||||
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_classpath = 7;</code>
|
||||
* @return A list containing the compilerPluginClasspath.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getCompilerPluginClasspathList();
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_classpath = 7;</code>
|
||||
* @return The count of compilerPluginClasspath.
|
||||
*/
|
||||
int getCompilerPluginClasspathCount();
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_classpath = 7;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The compilerPluginClasspath at the given index.
|
||||
*/
|
||||
java.lang.String getCompilerPluginClasspath(int index);
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_classpath = 7;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the compilerPluginClasspath at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getCompilerPluginClasspathBytes(int index);
|
||||
|
||||
/**
|
||||
* <code>repeated string free_compiler_args = 8;</code>
|
||||
* @return A list containing the freeCompilerArgs.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getFreeCompilerArgsList();
|
||||
/**
|
||||
* <code>repeated string free_compiler_args = 8;</code>
|
||||
* @return The count of freeCompilerArgs.
|
||||
*/
|
||||
int getFreeCompilerArgsCount();
|
||||
/**
|
||||
* <code>repeated string free_compiler_args = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The freeCompilerArgs at the given index.
|
||||
*/
|
||||
java.lang.String getFreeCompilerArgs(int index);
|
||||
/**
|
||||
* <code>repeated string free_compiler_args = 8;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the freeCompilerArgs at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFreeCompilerArgsBytes(int index);
|
||||
}
|
||||
+1235
File diff suppressed because it is too large
Load Diff
+94
@@ -0,0 +1,94 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmModuleCoordinatesProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional string build_id = 1;</code>
|
||||
* @return Whether the buildId field is set.
|
||||
*/
|
||||
boolean hasBuildId();
|
||||
/**
|
||||
* <code>optional string build_id = 1;</code>
|
||||
* @return The buildId.
|
||||
*/
|
||||
java.lang.String getBuildId();
|
||||
/**
|
||||
* <code>optional string build_id = 1;</code>
|
||||
* @return The bytes for buildId.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getBuildIdBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string project_path = 2;</code>
|
||||
* @return Whether the projectPath field is set.
|
||||
*/
|
||||
boolean hasProjectPath();
|
||||
/**
|
||||
* <code>optional string project_path = 2;</code>
|
||||
* @return The projectPath.
|
||||
*/
|
||||
java.lang.String getProjectPath();
|
||||
/**
|
||||
* <code>optional string project_path = 2;</code>
|
||||
* @return The bytes for projectPath.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getProjectPathBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string project_name = 3;</code>
|
||||
* @return Whether the projectName field is set.
|
||||
*/
|
||||
boolean hasProjectName();
|
||||
/**
|
||||
* <code>optional string project_name = 3;</code>
|
||||
* @return The projectName.
|
||||
*/
|
||||
java.lang.String getProjectName();
|
||||
/**
|
||||
* <code>optional string project_name = 3;</code>
|
||||
* @return The bytes for projectName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getProjectNameBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string module_name = 4;</code>
|
||||
* @return Whether the moduleName field is set.
|
||||
*/
|
||||
boolean hasModuleName();
|
||||
/**
|
||||
* <code>optional string module_name = 4;</code>
|
||||
* @return The moduleName.
|
||||
*/
|
||||
java.lang.String getModuleName();
|
||||
/**
|
||||
* <code>optional string module_name = 4;</code>
|
||||
* @return The bytes for moduleName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getModuleNameBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string module_classifier = 5;</code>
|
||||
* @return Whether the moduleClassifier field is set.
|
||||
*/
|
||||
boolean hasModuleClassifier();
|
||||
/**
|
||||
* <code>optional string module_classifier = 5;</code>
|
||||
* @return The moduleClassifier.
|
||||
*/
|
||||
java.lang.String getModuleClassifier();
|
||||
/**
|
||||
* <code>optional string module_classifier = 5;</code>
|
||||
* @return The bytes for moduleClassifier.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getModuleClassifierBytes();
|
||||
}
|
||||
+1507
File diff suppressed because it is too large
Load Diff
+87
@@ -0,0 +1,87 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmModuleProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto coordinates = 2;</code>
|
||||
* @return Whether the coordinates field is set.
|
||||
*/
|
||||
boolean hasCoordinates();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto coordinates = 2;</code>
|
||||
* @return The coordinates.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto getCoordinates();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProtoOrBuilder getCoordinatesOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragments = 3;</code>
|
||||
*/
|
||||
java.util.List<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto>
|
||||
getFragmentsList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragments = 3;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto getFragments(int index);
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragments = 3;</code>
|
||||
*/
|
||||
int getFragmentsCount();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragments = 3;</code>
|
||||
*/
|
||||
java.util.List<? extends org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProtoOrBuilder>
|
||||
getFragmentsOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragments = 3;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProtoOrBuilder getFragmentsOrBuilder(
|
||||
int index);
|
||||
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto variants = 4;</code>
|
||||
*/
|
||||
java.util.List<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto>
|
||||
getVariantsList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto variants = 4;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto getVariants(int index);
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto variants = 4;</code>
|
||||
*/
|
||||
int getVariantsCount();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto variants = 4;</code>
|
||||
*/
|
||||
java.util.List<? extends org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProtoOrBuilder>
|
||||
getVariantsOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto variants = 4;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProtoOrBuilder getVariantsOrBuilder(
|
||||
int index);
|
||||
}
|
||||
+780
@@ -0,0 +1,780 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto}
|
||||
*/
|
||||
final class IdeaKpmNativePlatformProto extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto)
|
||||
IdeaKpmNativePlatformProtoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use IdeaKpmNativePlatformProto.newBuilder() to construct.
|
||||
private IdeaKpmNativePlatformProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private IdeaKpmNativePlatformProto() {
|
||||
konanTarget_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new IdeaKpmNativePlatformProto();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private IdeaKpmNativePlatformProto(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder subBuilder = null;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
subBuilder = extras_.toBuilder();
|
||||
}
|
||||
extras_ = input.readMessage(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(extras_);
|
||||
extras_ = subBuilder.buildPartial();
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000002;
|
||||
konanTarget_ = s;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmNativePlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmNativePlatformProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int EXTRAS_FIELD_NUMBER = 1;
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
|
||||
public static final int KONAN_TARGET_FIELD_NUMBER = 2;
|
||||
private volatile java.lang.Object konanTarget_;
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @return Whether the konanTarget field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasKonanTarget() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @return The konanTarget.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getKonanTarget() {
|
||||
java.lang.Object ref = konanTarget_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
konanTarget_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @return The bytes for konanTarget.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getKonanTargetBytes() {
|
||||
java.lang.Object ref = konanTarget_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
konanTarget_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
output.writeMessage(1, getExtras());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, konanTarget_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getExtras());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, konanTarget_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto other = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto) obj;
|
||||
|
||||
if (hasExtras() != other.hasExtras()) return false;
|
||||
if (hasExtras()) {
|
||||
if (!getExtras()
|
||||
.equals(other.getExtras())) return false;
|
||||
}
|
||||
if (hasKonanTarget() != other.hasKonanTarget()) return false;
|
||||
if (hasKonanTarget()) {
|
||||
if (!getKonanTarget()
|
||||
.equals(other.getKonanTarget())) return false;
|
||||
}
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasExtras()) {
|
||||
hash = (37 * hash) + EXTRAS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getExtras().hashCode();
|
||||
}
|
||||
if (hasKonanTarget()) {
|
||||
hash = (37 * hash) + KONAN_TARGET_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getKonanTarget().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto prototype) {
|
||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder toBuilder() {
|
||||
return this == DEFAULT_INSTANCE
|
||||
? new Builder() : new Builder().mergeFrom(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto)
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProtoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmNativePlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmNativePlatformProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
getExtrasFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
konanTarget_ = "";
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmNativePlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto getDefaultInstanceForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto build() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto buildPartial() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto result = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
if (extrasBuilder_ == null) {
|
||||
result.extras_ = extras_;
|
||||
} else {
|
||||
result.extras_ = extrasBuilder_.build();
|
||||
}
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
to_bitField0_ |= 0x00000002;
|
||||
}
|
||||
result.konanTarget_ = konanTarget_;
|
||||
result.bitField0_ = to_bitField0_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto) {
|
||||
return mergeFrom((org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto other) {
|
||||
if (other == org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto.getDefaultInstance()) return this;
|
||||
if (other.hasExtras()) {
|
||||
mergeExtras(other.getExtras());
|
||||
}
|
||||
if (other.hasKonanTarget()) {
|
||||
bitField0_ |= 0x00000002;
|
||||
konanTarget_ = other.konanTarget_;
|
||||
onChanged();
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder> extrasBuilder_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
} else {
|
||||
return extrasBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
extras_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder builderForValue) {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder mergeExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0) &&
|
||||
extras_ != null &&
|
||||
extras_ != org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance()) {
|
||||
extras_ =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.newBuilder(extras_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
extras_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.mergeFrom(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder clearExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder getExtrasBuilder() {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return getExtrasFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
if (extrasBuilder_ != null) {
|
||||
return extrasBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return extras_ == null ?
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>
|
||||
getExtrasFieldBuilder() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extrasBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>(
|
||||
getExtras(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
extras_ = null;
|
||||
}
|
||||
return extrasBuilder_;
|
||||
}
|
||||
|
||||
private java.lang.Object konanTarget_ = "";
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @return Whether the konanTarget field is set.
|
||||
*/
|
||||
public boolean hasKonanTarget() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @return The konanTarget.
|
||||
*/
|
||||
public java.lang.String getKonanTarget() {
|
||||
java.lang.Object ref = konanTarget_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
konanTarget_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @return The bytes for konanTarget.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getKonanTargetBytes() {
|
||||
java.lang.Object ref = konanTarget_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
konanTarget_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @param value The konanTarget to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setKonanTarget(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000002;
|
||||
konanTarget_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearKonanTarget() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
konanTarget_ = getDefaultInstance().getKonanTarget();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @param value The bytes for konanTarget to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setKonanTargetBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
bitField0_ |= 0x00000002;
|
||||
konanTarget_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto)
|
||||
private static final org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto();
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<IdeaKpmNativePlatformProto>
|
||||
PARSER = new com.google.protobuf.AbstractParser<IdeaKpmNativePlatformProto>() {
|
||||
@java.lang.Override
|
||||
public IdeaKpmNativePlatformProto parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new IdeaKpmNativePlatformProto(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<IdeaKpmNativePlatformProto> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<IdeaKpmNativePlatformProto> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+41
@@ -0,0 +1,41 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmNativePlatformProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @return Whether the konanTarget field is set.
|
||||
*/
|
||||
boolean hasKonanTarget();
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @return The konanTarget.
|
||||
*/
|
||||
java.lang.String getKonanTarget();
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @return The bytes for konanTarget.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getKonanTargetBytes();
|
||||
}
|
||||
+1558
File diff suppressed because it is too large
Load Diff
+86
@@ -0,0 +1,86 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmPlatformProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto jvm = 1;</code>
|
||||
* @return Whether the jvm field is set.
|
||||
*/
|
||||
boolean hasJvm();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto jvm = 1;</code>
|
||||
* @return The jvm.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto getJvm();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto jvm = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProtoOrBuilder getJvmOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto native = 2;</code>
|
||||
* @return Whether the native field is set.
|
||||
*/
|
||||
boolean hasNative();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto native = 2;</code>
|
||||
* @return The native.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto getNative();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto native = 2;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProtoOrBuilder getNativeOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto js = 3;</code>
|
||||
* @return Whether the js field is set.
|
||||
*/
|
||||
boolean hasJs();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto js = 3;</code>
|
||||
* @return The js.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto getJs();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto js = 3;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProtoOrBuilder getJsOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto wasm = 4;</code>
|
||||
* @return Whether the wasm field is set.
|
||||
*/
|
||||
boolean hasWasm();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto wasm = 4;</code>
|
||||
* @return The wasm.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto getWasm();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto wasm = 4;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProtoOrBuilder getWasmOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto unknown = 5;</code>
|
||||
* @return Whether the unknown field is set.
|
||||
*/
|
||||
boolean hasUnknown();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto unknown = 5;</code>
|
||||
* @return The unknown.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto getUnknown();
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto unknown = 5;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProtoOrBuilder getUnknownOrBuilder();
|
||||
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto.PlatformCase getPlatformCase();
|
||||
}
|
||||
+1614
File diff suppressed because it is too large
Load Diff
+116
@@ -0,0 +1,116 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmProjectProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional string gradle_plugin_version = 2;</code>
|
||||
* @return Whether the gradlePluginVersion field is set.
|
||||
*/
|
||||
boolean hasGradlePluginVersion();
|
||||
/**
|
||||
* <code>optional string gradle_plugin_version = 2;</code>
|
||||
* @return The gradlePluginVersion.
|
||||
*/
|
||||
java.lang.String getGradlePluginVersion();
|
||||
/**
|
||||
* <code>optional string gradle_plugin_version = 2;</code>
|
||||
* @return The bytes for gradlePluginVersion.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getGradlePluginVersionBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string core_libraries_version = 3;</code>
|
||||
* @return Whether the coreLibrariesVersion field is set.
|
||||
*/
|
||||
boolean hasCoreLibrariesVersion();
|
||||
/**
|
||||
* <code>optional string core_libraries_version = 3;</code>
|
||||
* @return The coreLibrariesVersion.
|
||||
*/
|
||||
java.lang.String getCoreLibrariesVersion();
|
||||
/**
|
||||
* <code>optional string core_libraries_version = 3;</code>
|
||||
* @return The bytes for coreLibrariesVersion.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getCoreLibrariesVersionBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string explicit_api_mode_cli_option = 4;</code>
|
||||
* @return Whether the explicitApiModeCliOption field is set.
|
||||
*/
|
||||
boolean hasExplicitApiModeCliOption();
|
||||
/**
|
||||
* <code>optional string explicit_api_mode_cli_option = 4;</code>
|
||||
* @return The explicitApiModeCliOption.
|
||||
*/
|
||||
java.lang.String getExplicitApiModeCliOption();
|
||||
/**
|
||||
* <code>optional string explicit_api_mode_cli_option = 4;</code>
|
||||
* @return The bytes for explicitApiModeCliOption.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getExplicitApiModeCliOptionBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string kotlin_native_home = 5;</code>
|
||||
* @return Whether the kotlinNativeHome field is set.
|
||||
*/
|
||||
boolean hasKotlinNativeHome();
|
||||
/**
|
||||
* <code>optional string kotlin_native_home = 5;</code>
|
||||
* @return The kotlinNativeHome.
|
||||
*/
|
||||
java.lang.String getKotlinNativeHome();
|
||||
/**
|
||||
* <code>optional string kotlin_native_home = 5;</code>
|
||||
* @return The bytes for kotlinNativeHome.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getKotlinNativeHomeBytes();
|
||||
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto modules = 6;</code>
|
||||
*/
|
||||
java.util.List<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto>
|
||||
getModulesList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto modules = 6;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto getModules(int index);
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto modules = 6;</code>
|
||||
*/
|
||||
int getModulesCount();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto modules = 6;</code>
|
||||
*/
|
||||
java.util.List<? extends org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProtoOrBuilder>
|
||||
getModulesOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto modules = 6;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProtoOrBuilder getModulesOrBuilder(
|
||||
int index);
|
||||
}
|
||||
+1135
File diff suppressed because it is too large
Load Diff
+73
@@ -0,0 +1,73 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmResolvedBinaryDependencyProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
* @return Whether the coordinates field is set.
|
||||
*/
|
||||
boolean hasCoordinates();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
* @return The coordinates.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto getCoordinates();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProtoOrBuilder getCoordinatesOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional string binary_type = 3;</code>
|
||||
* @return Whether the binaryType field is set.
|
||||
*/
|
||||
boolean hasBinaryType();
|
||||
/**
|
||||
* <code>optional string binary_type = 3;</code>
|
||||
* @return The binaryType.
|
||||
*/
|
||||
java.lang.String getBinaryType();
|
||||
/**
|
||||
* <code>optional string binary_type = 3;</code>
|
||||
* @return The bytes for binaryType.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getBinaryTypeBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string binary_file_absolute_path = 4;</code>
|
||||
* @return Whether the binaryFileAbsolutePath field is set.
|
||||
*/
|
||||
boolean hasBinaryFileAbsolutePath();
|
||||
/**
|
||||
* <code>optional string binary_file_absolute_path = 4;</code>
|
||||
* @return The binaryFileAbsolutePath.
|
||||
*/
|
||||
java.lang.String getBinaryFileAbsolutePath();
|
||||
/**
|
||||
* <code>optional string binary_file_absolute_path = 4;</code>
|
||||
* @return The bytes for binaryFileAbsolutePath.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getBinaryFileAbsolutePathBytes();
|
||||
}
|
||||
+780
@@ -0,0 +1,780 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto}
|
||||
*/
|
||||
final class IdeaKpmResourceDirectoryProto extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto)
|
||||
IdeaKpmResourceDirectoryProtoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use IdeaKpmResourceDirectoryProto.newBuilder() to construct.
|
||||
private IdeaKpmResourceDirectoryProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private IdeaKpmResourceDirectoryProto() {
|
||||
absolutePath_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new IdeaKpmResourceDirectoryProto();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private IdeaKpmResourceDirectoryProto(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder subBuilder = null;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
subBuilder = extras_.toBuilder();
|
||||
}
|
||||
extras_ = input.readMessage(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(extras_);
|
||||
extras_ = subBuilder.buildPartial();
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000002;
|
||||
absolutePath_ = s;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResourceDirectoryProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResourceDirectoryProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int EXTRAS_FIELD_NUMBER = 1;
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
|
||||
public static final int ABSOLUTE_PATH_FIELD_NUMBER = 2;
|
||||
private volatile java.lang.Object absolutePath_;
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return Whether the absolutePath field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasAbsolutePath() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return The absolutePath.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getAbsolutePath() {
|
||||
java.lang.Object ref = absolutePath_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
absolutePath_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return The bytes for absolutePath.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getAbsolutePathBytes() {
|
||||
java.lang.Object ref = absolutePath_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
absolutePath_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
output.writeMessage(1, getExtras());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, absolutePath_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getExtras());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, absolutePath_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto other = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto) obj;
|
||||
|
||||
if (hasExtras() != other.hasExtras()) return false;
|
||||
if (hasExtras()) {
|
||||
if (!getExtras()
|
||||
.equals(other.getExtras())) return false;
|
||||
}
|
||||
if (hasAbsolutePath() != other.hasAbsolutePath()) return false;
|
||||
if (hasAbsolutePath()) {
|
||||
if (!getAbsolutePath()
|
||||
.equals(other.getAbsolutePath())) return false;
|
||||
}
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasExtras()) {
|
||||
hash = (37 * hash) + EXTRAS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getExtras().hashCode();
|
||||
}
|
||||
if (hasAbsolutePath()) {
|
||||
hash = (37 * hash) + ABSOLUTE_PATH_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAbsolutePath().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto prototype) {
|
||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder toBuilder() {
|
||||
return this == DEFAULT_INSTANCE
|
||||
? new Builder() : new Builder().mergeFrom(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto)
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProtoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResourceDirectoryProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResourceDirectoryProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
getExtrasFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
absolutePath_ = "";
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResourceDirectoryProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto getDefaultInstanceForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto build() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto buildPartial() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto result = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
if (extrasBuilder_ == null) {
|
||||
result.extras_ = extras_;
|
||||
} else {
|
||||
result.extras_ = extrasBuilder_.build();
|
||||
}
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
to_bitField0_ |= 0x00000002;
|
||||
}
|
||||
result.absolutePath_ = absolutePath_;
|
||||
result.bitField0_ = to_bitField0_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto) {
|
||||
return mergeFrom((org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto other) {
|
||||
if (other == org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto.getDefaultInstance()) return this;
|
||||
if (other.hasExtras()) {
|
||||
mergeExtras(other.getExtras());
|
||||
}
|
||||
if (other.hasAbsolutePath()) {
|
||||
bitField0_ |= 0x00000002;
|
||||
absolutePath_ = other.absolutePath_;
|
||||
onChanged();
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder> extrasBuilder_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
} else {
|
||||
return extrasBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
extras_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder builderForValue) {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder mergeExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0) &&
|
||||
extras_ != null &&
|
||||
extras_ != org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance()) {
|
||||
extras_ =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.newBuilder(extras_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
extras_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.mergeFrom(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder clearExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder getExtrasBuilder() {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return getExtrasFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
if (extrasBuilder_ != null) {
|
||||
return extrasBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return extras_ == null ?
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>
|
||||
getExtrasFieldBuilder() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extrasBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>(
|
||||
getExtras(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
extras_ = null;
|
||||
}
|
||||
return extrasBuilder_;
|
||||
}
|
||||
|
||||
private java.lang.Object absolutePath_ = "";
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return Whether the absolutePath field is set.
|
||||
*/
|
||||
public boolean hasAbsolutePath() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return The absolutePath.
|
||||
*/
|
||||
public java.lang.String getAbsolutePath() {
|
||||
java.lang.Object ref = absolutePath_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
absolutePath_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return The bytes for absolutePath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getAbsolutePathBytes() {
|
||||
java.lang.Object ref = absolutePath_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
absolutePath_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @param value The absolutePath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAbsolutePath(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000002;
|
||||
absolutePath_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAbsolutePath() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
absolutePath_ = getDefaultInstance().getAbsolutePath();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @param value The bytes for absolutePath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAbsolutePathBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
bitField0_ |= 0x00000002;
|
||||
absolutePath_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto)
|
||||
private static final org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto();
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<IdeaKpmResourceDirectoryProto>
|
||||
PARSER = new com.google.protobuf.AbstractParser<IdeaKpmResourceDirectoryProto>() {
|
||||
@java.lang.Override
|
||||
public IdeaKpmResourceDirectoryProto parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new IdeaKpmResourceDirectoryProto(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<IdeaKpmResourceDirectoryProto> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<IdeaKpmResourceDirectoryProto> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+41
@@ -0,0 +1,41 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmResourceDirectoryProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return Whether the absolutePath field is set.
|
||||
*/
|
||||
boolean hasAbsolutePath();
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return The absolutePath.
|
||||
*/
|
||||
java.lang.String getAbsolutePath();
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return The bytes for absolutePath.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getAbsolutePathBytes();
|
||||
}
|
||||
+851
@@ -0,0 +1,851 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto}
|
||||
*/
|
||||
final class IdeaKpmSchemaInfoProto extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto)
|
||||
IdeaKpmSchemaInfoProtoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use IdeaKpmSchemaInfoProto.newBuilder() to construct.
|
||||
private IdeaKpmSchemaInfoProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private IdeaKpmSchemaInfoProto() {
|
||||
message_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new IdeaKpmSchemaInfoProto();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private IdeaKpmSchemaInfoProto(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
bitField0_ |= 0x00000001;
|
||||
sinceSchemaVersionMajor_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 16: {
|
||||
bitField0_ |= 0x00000002;
|
||||
sinceSchemaVersionMinor_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
bitField0_ |= 0x00000004;
|
||||
sinceSchemaVersionPatch_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 34: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000008;
|
||||
message_ = s;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSchemaInfoProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSchemaInfoProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int SINCE_SCHEMA_VERSION_MAJOR_FIELD_NUMBER = 1;
|
||||
private int sinceSchemaVersionMajor_;
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_major = 1;</code>
|
||||
* @return Whether the sinceSchemaVersionMajor field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasSinceSchemaVersionMajor() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_major = 1;</code>
|
||||
* @return The sinceSchemaVersionMajor.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getSinceSchemaVersionMajor() {
|
||||
return sinceSchemaVersionMajor_;
|
||||
}
|
||||
|
||||
public static final int SINCE_SCHEMA_VERSION_MINOR_FIELD_NUMBER = 2;
|
||||
private int sinceSchemaVersionMinor_;
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_minor = 2;</code>
|
||||
* @return Whether the sinceSchemaVersionMinor field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasSinceSchemaVersionMinor() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_minor = 2;</code>
|
||||
* @return The sinceSchemaVersionMinor.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getSinceSchemaVersionMinor() {
|
||||
return sinceSchemaVersionMinor_;
|
||||
}
|
||||
|
||||
public static final int SINCE_SCHEMA_VERSION_PATCH_FIELD_NUMBER = 3;
|
||||
private int sinceSchemaVersionPatch_;
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_patch = 3;</code>
|
||||
* @return Whether the sinceSchemaVersionPatch field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasSinceSchemaVersionPatch() {
|
||||
return ((bitField0_ & 0x00000004) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_patch = 3;</code>
|
||||
* @return The sinceSchemaVersionPatch.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getSinceSchemaVersionPatch() {
|
||||
return sinceSchemaVersionPatch_;
|
||||
}
|
||||
|
||||
public static final int MESSAGE_FIELD_NUMBER = 4;
|
||||
private volatile java.lang.Object message_;
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @return Whether the message field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasMessage() {
|
||||
return ((bitField0_ & 0x00000008) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @return The message.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getMessage() {
|
||||
java.lang.Object ref = message_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
message_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @return The bytes for message.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getMessageBytes() {
|
||||
java.lang.Object ref = message_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
message_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
output.writeUInt32(1, sinceSchemaVersionMajor_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
output.writeUInt32(2, sinceSchemaVersionMinor_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
output.writeUInt32(3, sinceSchemaVersionPatch_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000008) != 0)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, message_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, sinceSchemaVersionMajor_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(2, sinceSchemaVersionMinor_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, sinceSchemaVersionPatch_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000008) != 0)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, message_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto other = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto) obj;
|
||||
|
||||
if (hasSinceSchemaVersionMajor() != other.hasSinceSchemaVersionMajor()) return false;
|
||||
if (hasSinceSchemaVersionMajor()) {
|
||||
if (getSinceSchemaVersionMajor()
|
||||
!= other.getSinceSchemaVersionMajor()) return false;
|
||||
}
|
||||
if (hasSinceSchemaVersionMinor() != other.hasSinceSchemaVersionMinor()) return false;
|
||||
if (hasSinceSchemaVersionMinor()) {
|
||||
if (getSinceSchemaVersionMinor()
|
||||
!= other.getSinceSchemaVersionMinor()) return false;
|
||||
}
|
||||
if (hasSinceSchemaVersionPatch() != other.hasSinceSchemaVersionPatch()) return false;
|
||||
if (hasSinceSchemaVersionPatch()) {
|
||||
if (getSinceSchemaVersionPatch()
|
||||
!= other.getSinceSchemaVersionPatch()) return false;
|
||||
}
|
||||
if (hasMessage() != other.hasMessage()) return false;
|
||||
if (hasMessage()) {
|
||||
if (!getMessage()
|
||||
.equals(other.getMessage())) return false;
|
||||
}
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasSinceSchemaVersionMajor()) {
|
||||
hash = (37 * hash) + SINCE_SCHEMA_VERSION_MAJOR_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSinceSchemaVersionMajor();
|
||||
}
|
||||
if (hasSinceSchemaVersionMinor()) {
|
||||
hash = (37 * hash) + SINCE_SCHEMA_VERSION_MINOR_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSinceSchemaVersionMinor();
|
||||
}
|
||||
if (hasSinceSchemaVersionPatch()) {
|
||||
hash = (37 * hash) + SINCE_SCHEMA_VERSION_PATCH_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSinceSchemaVersionPatch();
|
||||
}
|
||||
if (hasMessage()) {
|
||||
hash = (37 * hash) + MESSAGE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getMessage().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto prototype) {
|
||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder toBuilder() {
|
||||
return this == DEFAULT_INSTANCE
|
||||
? new Builder() : new Builder().mergeFrom(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto)
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProtoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSchemaInfoProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSchemaInfoProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
sinceSchemaVersionMajor_ = 0;
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
sinceSchemaVersionMinor_ = 0;
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
sinceSchemaVersionPatch_ = 0;
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
message_ = "";
|
||||
bitField0_ = (bitField0_ & ~0x00000008);
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSchemaInfoProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto getDefaultInstanceForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto build() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto buildPartial() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto result = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
result.sinceSchemaVersionMajor_ = sinceSchemaVersionMajor_;
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
result.sinceSchemaVersionMinor_ = sinceSchemaVersionMinor_;
|
||||
to_bitField0_ |= 0x00000002;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000004) != 0)) {
|
||||
result.sinceSchemaVersionPatch_ = sinceSchemaVersionPatch_;
|
||||
to_bitField0_ |= 0x00000004;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000008) != 0)) {
|
||||
to_bitField0_ |= 0x00000008;
|
||||
}
|
||||
result.message_ = message_;
|
||||
result.bitField0_ = to_bitField0_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto) {
|
||||
return mergeFrom((org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto other) {
|
||||
if (other == org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto.getDefaultInstance()) return this;
|
||||
if (other.hasSinceSchemaVersionMajor()) {
|
||||
setSinceSchemaVersionMajor(other.getSinceSchemaVersionMajor());
|
||||
}
|
||||
if (other.hasSinceSchemaVersionMinor()) {
|
||||
setSinceSchemaVersionMinor(other.getSinceSchemaVersionMinor());
|
||||
}
|
||||
if (other.hasSinceSchemaVersionPatch()) {
|
||||
setSinceSchemaVersionPatch(other.getSinceSchemaVersionPatch());
|
||||
}
|
||||
if (other.hasMessage()) {
|
||||
bitField0_ |= 0x00000008;
|
||||
message_ = other.message_;
|
||||
onChanged();
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private int sinceSchemaVersionMajor_ ;
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_major = 1;</code>
|
||||
* @return Whether the sinceSchemaVersionMajor field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasSinceSchemaVersionMajor() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_major = 1;</code>
|
||||
* @return The sinceSchemaVersionMajor.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getSinceSchemaVersionMajor() {
|
||||
return sinceSchemaVersionMajor_;
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_major = 1;</code>
|
||||
* @param value The sinceSchemaVersionMajor to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSinceSchemaVersionMajor(int value) {
|
||||
bitField0_ |= 0x00000001;
|
||||
sinceSchemaVersionMajor_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_major = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSinceSchemaVersionMajor() {
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
sinceSchemaVersionMajor_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int sinceSchemaVersionMinor_ ;
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_minor = 2;</code>
|
||||
* @return Whether the sinceSchemaVersionMinor field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasSinceSchemaVersionMinor() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_minor = 2;</code>
|
||||
* @return The sinceSchemaVersionMinor.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getSinceSchemaVersionMinor() {
|
||||
return sinceSchemaVersionMinor_;
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_minor = 2;</code>
|
||||
* @param value The sinceSchemaVersionMinor to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSinceSchemaVersionMinor(int value) {
|
||||
bitField0_ |= 0x00000002;
|
||||
sinceSchemaVersionMinor_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_minor = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSinceSchemaVersionMinor() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
sinceSchemaVersionMinor_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int sinceSchemaVersionPatch_ ;
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_patch = 3;</code>
|
||||
* @return Whether the sinceSchemaVersionPatch field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasSinceSchemaVersionPatch() {
|
||||
return ((bitField0_ & 0x00000004) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_patch = 3;</code>
|
||||
* @return The sinceSchemaVersionPatch.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getSinceSchemaVersionPatch() {
|
||||
return sinceSchemaVersionPatch_;
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_patch = 3;</code>
|
||||
* @param value The sinceSchemaVersionPatch to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSinceSchemaVersionPatch(int value) {
|
||||
bitField0_ |= 0x00000004;
|
||||
sinceSchemaVersionPatch_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_patch = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSinceSchemaVersionPatch() {
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
sinceSchemaVersionPatch_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object message_ = "";
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @return Whether the message field is set.
|
||||
*/
|
||||
public boolean hasMessage() {
|
||||
return ((bitField0_ & 0x00000008) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @return The message.
|
||||
*/
|
||||
public java.lang.String getMessage() {
|
||||
java.lang.Object ref = message_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
message_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @return The bytes for message.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getMessageBytes() {
|
||||
java.lang.Object ref = message_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
message_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @param value The message to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMessage(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000008;
|
||||
message_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMessage() {
|
||||
bitField0_ = (bitField0_ & ~0x00000008);
|
||||
message_ = getDefaultInstance().getMessage();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @param value The bytes for message to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMessageBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
bitField0_ |= 0x00000008;
|
||||
message_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto)
|
||||
private static final org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto();
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<IdeaKpmSchemaInfoProto>
|
||||
PARSER = new com.google.protobuf.AbstractParser<IdeaKpmSchemaInfoProto>() {
|
||||
@java.lang.Override
|
||||
public IdeaKpmSchemaInfoProto parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new IdeaKpmSchemaInfoProto(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<IdeaKpmSchemaInfoProto> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<IdeaKpmSchemaInfoProto> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+59
@@ -0,0 +1,59 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmSchemaInfoProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_major = 1;</code>
|
||||
* @return Whether the sinceSchemaVersionMajor field is set.
|
||||
*/
|
||||
boolean hasSinceSchemaVersionMajor();
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_major = 1;</code>
|
||||
* @return The sinceSchemaVersionMajor.
|
||||
*/
|
||||
int getSinceSchemaVersionMajor();
|
||||
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_minor = 2;</code>
|
||||
* @return Whether the sinceSchemaVersionMinor field is set.
|
||||
*/
|
||||
boolean hasSinceSchemaVersionMinor();
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_minor = 2;</code>
|
||||
* @return The sinceSchemaVersionMinor.
|
||||
*/
|
||||
int getSinceSchemaVersionMinor();
|
||||
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_patch = 3;</code>
|
||||
* @return Whether the sinceSchemaVersionPatch field is set.
|
||||
*/
|
||||
boolean hasSinceSchemaVersionPatch();
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_patch = 3;</code>
|
||||
* @return The sinceSchemaVersionPatch.
|
||||
*/
|
||||
int getSinceSchemaVersionPatch();
|
||||
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @return Whether the message field is set.
|
||||
*/
|
||||
boolean hasMessage();
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @return The message.
|
||||
*/
|
||||
java.lang.String getMessage();
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @return The bytes for message.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMessageBytes();
|
||||
}
|
||||
+942
@@ -0,0 +1,942 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto}
|
||||
*/
|
||||
final class IdeaKpmSourceDirectoryProto extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto)
|
||||
IdeaKpmSourceDirectoryProtoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use IdeaKpmSourceDirectoryProto.newBuilder() to construct.
|
||||
private IdeaKpmSourceDirectoryProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private IdeaKpmSourceDirectoryProto() {
|
||||
absolutePath_ = "";
|
||||
type_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new IdeaKpmSourceDirectoryProto();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private IdeaKpmSourceDirectoryProto(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder subBuilder = null;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
subBuilder = extras_.toBuilder();
|
||||
}
|
||||
extras_ = input.readMessage(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(extras_);
|
||||
extras_ = subBuilder.buildPartial();
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000002;
|
||||
absolutePath_ = s;
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000004;
|
||||
type_ = s;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSourceDirectoryProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSourceDirectoryProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int EXTRAS_FIELD_NUMBER = 1;
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
|
||||
public static final int ABSOLUTE_PATH_FIELD_NUMBER = 2;
|
||||
private volatile java.lang.Object absolutePath_;
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return Whether the absolutePath field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasAbsolutePath() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return The absolutePath.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getAbsolutePath() {
|
||||
java.lang.Object ref = absolutePath_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
absolutePath_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return The bytes for absolutePath.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getAbsolutePathBytes() {
|
||||
java.lang.Object ref = absolutePath_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
absolutePath_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
public static final int TYPE_FIELD_NUMBER = 3;
|
||||
private volatile java.lang.Object type_;
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @return Whether the type field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasType() {
|
||||
return ((bitField0_ & 0x00000004) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @return The type.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getType() {
|
||||
java.lang.Object ref = type_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
type_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @return The bytes for type.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getTypeBytes() {
|
||||
java.lang.Object ref = type_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
type_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
output.writeMessage(1, getExtras());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, absolutePath_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, type_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getExtras());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, absolutePath_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, type_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto other = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto) obj;
|
||||
|
||||
if (hasExtras() != other.hasExtras()) return false;
|
||||
if (hasExtras()) {
|
||||
if (!getExtras()
|
||||
.equals(other.getExtras())) return false;
|
||||
}
|
||||
if (hasAbsolutePath() != other.hasAbsolutePath()) return false;
|
||||
if (hasAbsolutePath()) {
|
||||
if (!getAbsolutePath()
|
||||
.equals(other.getAbsolutePath())) return false;
|
||||
}
|
||||
if (hasType() != other.hasType()) return false;
|
||||
if (hasType()) {
|
||||
if (!getType()
|
||||
.equals(other.getType())) return false;
|
||||
}
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasExtras()) {
|
||||
hash = (37 * hash) + EXTRAS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getExtras().hashCode();
|
||||
}
|
||||
if (hasAbsolutePath()) {
|
||||
hash = (37 * hash) + ABSOLUTE_PATH_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAbsolutePath().hashCode();
|
||||
}
|
||||
if (hasType()) {
|
||||
hash = (37 * hash) + TYPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getType().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto prototype) {
|
||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder toBuilder() {
|
||||
return this == DEFAULT_INSTANCE
|
||||
? new Builder() : new Builder().mergeFrom(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto)
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProtoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSourceDirectoryProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSourceDirectoryProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
getExtrasFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
absolutePath_ = "";
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
type_ = "";
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSourceDirectoryProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto getDefaultInstanceForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto build() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto buildPartial() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto result = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
if (extrasBuilder_ == null) {
|
||||
result.extras_ = extras_;
|
||||
} else {
|
||||
result.extras_ = extrasBuilder_.build();
|
||||
}
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
to_bitField0_ |= 0x00000002;
|
||||
}
|
||||
result.absolutePath_ = absolutePath_;
|
||||
if (((from_bitField0_ & 0x00000004) != 0)) {
|
||||
to_bitField0_ |= 0x00000004;
|
||||
}
|
||||
result.type_ = type_;
|
||||
result.bitField0_ = to_bitField0_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto) {
|
||||
return mergeFrom((org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto other) {
|
||||
if (other == org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto.getDefaultInstance()) return this;
|
||||
if (other.hasExtras()) {
|
||||
mergeExtras(other.getExtras());
|
||||
}
|
||||
if (other.hasAbsolutePath()) {
|
||||
bitField0_ |= 0x00000002;
|
||||
absolutePath_ = other.absolutePath_;
|
||||
onChanged();
|
||||
}
|
||||
if (other.hasType()) {
|
||||
bitField0_ |= 0x00000004;
|
||||
type_ = other.type_;
|
||||
onChanged();
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder> extrasBuilder_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
} else {
|
||||
return extrasBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
extras_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder builderForValue) {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder mergeExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0) &&
|
||||
extras_ != null &&
|
||||
extras_ != org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance()) {
|
||||
extras_ =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.newBuilder(extras_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
extras_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.mergeFrom(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder clearExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder getExtrasBuilder() {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return getExtrasFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
if (extrasBuilder_ != null) {
|
||||
return extrasBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return extras_ == null ?
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>
|
||||
getExtrasFieldBuilder() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extrasBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>(
|
||||
getExtras(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
extras_ = null;
|
||||
}
|
||||
return extrasBuilder_;
|
||||
}
|
||||
|
||||
private java.lang.Object absolutePath_ = "";
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return Whether the absolutePath field is set.
|
||||
*/
|
||||
public boolean hasAbsolutePath() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return The absolutePath.
|
||||
*/
|
||||
public java.lang.String getAbsolutePath() {
|
||||
java.lang.Object ref = absolutePath_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
absolutePath_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return The bytes for absolutePath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getAbsolutePathBytes() {
|
||||
java.lang.Object ref = absolutePath_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
absolutePath_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @param value The absolutePath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAbsolutePath(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000002;
|
||||
absolutePath_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAbsolutePath() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
absolutePath_ = getDefaultInstance().getAbsolutePath();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @param value The bytes for absolutePath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAbsolutePathBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
bitField0_ |= 0x00000002;
|
||||
absolutePath_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object type_ = "";
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @return Whether the type field is set.
|
||||
*/
|
||||
public boolean hasType() {
|
||||
return ((bitField0_ & 0x00000004) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @return The type.
|
||||
*/
|
||||
public java.lang.String getType() {
|
||||
java.lang.Object ref = type_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
type_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @return The bytes for type.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getTypeBytes() {
|
||||
java.lang.Object ref = type_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
type_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @param value The type to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setType(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000004;
|
||||
type_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearType() {
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
type_ = getDefaultInstance().getType();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @param value The bytes for type to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setTypeBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
bitField0_ |= 0x00000004;
|
||||
type_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto)
|
||||
private static final org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto();
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<IdeaKpmSourceDirectoryProto>
|
||||
PARSER = new com.google.protobuf.AbstractParser<IdeaKpmSourceDirectoryProto>() {
|
||||
@java.lang.Override
|
||||
public IdeaKpmSourceDirectoryProto parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new IdeaKpmSourceDirectoryProto(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<IdeaKpmSourceDirectoryProto> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<IdeaKpmSourceDirectoryProto> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+58
@@ -0,0 +1,58 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmSourceDirectoryProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return Whether the absolutePath field is set.
|
||||
*/
|
||||
boolean hasAbsolutePath();
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return The absolutePath.
|
||||
*/
|
||||
java.lang.String getAbsolutePath();
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return The bytes for absolutePath.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getAbsolutePathBytes();
|
||||
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @return Whether the type field is set.
|
||||
*/
|
||||
boolean hasType();
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @return The type.
|
||||
*/
|
||||
java.lang.String getType();
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @return The bytes for type.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getTypeBytes();
|
||||
}
|
||||
+618
@@ -0,0 +1,618 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto}
|
||||
*/
|
||||
final class IdeaKpmUnknownPlatformProto extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto)
|
||||
IdeaKpmUnknownPlatformProtoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use IdeaKpmUnknownPlatformProto.newBuilder() to construct.
|
||||
private IdeaKpmUnknownPlatformProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private IdeaKpmUnknownPlatformProto() {
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new IdeaKpmUnknownPlatformProto();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private IdeaKpmUnknownPlatformProto(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder subBuilder = null;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
subBuilder = extras_.toBuilder();
|
||||
}
|
||||
extras_ = input.readMessage(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(extras_);
|
||||
extras_ = subBuilder.buildPartial();
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnknownPlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnknownPlatformProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int EXTRAS_FIELD_NUMBER = 1;
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
output.writeMessage(1, getExtras());
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getExtras());
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto other = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto) obj;
|
||||
|
||||
if (hasExtras() != other.hasExtras()) return false;
|
||||
if (hasExtras()) {
|
||||
if (!getExtras()
|
||||
.equals(other.getExtras())) return false;
|
||||
}
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasExtras()) {
|
||||
hash = (37 * hash) + EXTRAS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getExtras().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto prototype) {
|
||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder toBuilder() {
|
||||
return this == DEFAULT_INSTANCE
|
||||
? new Builder() : new Builder().mergeFrom(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto)
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProtoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnknownPlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnknownPlatformProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
getExtrasFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnknownPlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto getDefaultInstanceForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto build() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto buildPartial() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto result = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
if (extrasBuilder_ == null) {
|
||||
result.extras_ = extras_;
|
||||
} else {
|
||||
result.extras_ = extrasBuilder_.build();
|
||||
}
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
result.bitField0_ = to_bitField0_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto) {
|
||||
return mergeFrom((org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto other) {
|
||||
if (other == org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto.getDefaultInstance()) return this;
|
||||
if (other.hasExtras()) {
|
||||
mergeExtras(other.getExtras());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder> extrasBuilder_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
} else {
|
||||
return extrasBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
extras_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder builderForValue) {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder mergeExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0) &&
|
||||
extras_ != null &&
|
||||
extras_ != org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance()) {
|
||||
extras_ =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.newBuilder(extras_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
extras_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.mergeFrom(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder clearExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder getExtrasBuilder() {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return getExtrasFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
if (extrasBuilder_ != null) {
|
||||
return extrasBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return extras_ == null ?
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>
|
||||
getExtrasFieldBuilder() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extrasBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>(
|
||||
getExtras(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
extras_ = null;
|
||||
}
|
||||
return extrasBuilder_;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto)
|
||||
private static final org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto();
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<IdeaKpmUnknownPlatformProto>
|
||||
PARSER = new com.google.protobuf.AbstractParser<IdeaKpmUnknownPlatformProto>() {
|
||||
@java.lang.Override
|
||||
public IdeaKpmUnknownPlatformProto parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new IdeaKpmUnknownPlatformProto(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<IdeaKpmUnknownPlatformProto> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<IdeaKpmUnknownPlatformProto> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmUnknownPlatformProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
}
|
||||
+973
@@ -0,0 +1,973 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto}
|
||||
*/
|
||||
final class IdeaKpmUnresolvedBinaryDependencyProto extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto)
|
||||
IdeaKpmUnresolvedBinaryDependencyProtoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use IdeaKpmUnresolvedBinaryDependencyProto.newBuilder() to construct.
|
||||
private IdeaKpmUnresolvedBinaryDependencyProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private IdeaKpmUnresolvedBinaryDependencyProto() {
|
||||
cause_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new IdeaKpmUnresolvedBinaryDependencyProto();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private IdeaKpmUnresolvedBinaryDependencyProto(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder subBuilder = null;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
subBuilder = extras_.toBuilder();
|
||||
}
|
||||
extras_ = input.readMessage(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(extras_);
|
||||
extras_ = subBuilder.buildPartial();
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.Builder subBuilder = null;
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
subBuilder = coordinates_.toBuilder();
|
||||
}
|
||||
coordinates_ = input.readMessage(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(coordinates_);
|
||||
coordinates_ = subBuilder.buildPartial();
|
||||
}
|
||||
bitField0_ |= 0x00000002;
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
bitField0_ |= 0x00000004;
|
||||
cause_ = s;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnresolvedBinaryDependencyProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnresolvedBinaryDependencyProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int EXTRAS_FIELD_NUMBER = 1;
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
|
||||
public static final int COORDINATES_FIELD_NUMBER = 2;
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
* @return Whether the coordinates field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasCoordinates() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
* @return The coordinates.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto getCoordinates() {
|
||||
return coordinates_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.getDefaultInstance() : coordinates_;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProtoOrBuilder getCoordinatesOrBuilder() {
|
||||
return coordinates_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.getDefaultInstance() : coordinates_;
|
||||
}
|
||||
|
||||
public static final int CAUSE_FIELD_NUMBER = 3;
|
||||
private volatile java.lang.Object cause_;
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @return Whether the cause field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasCause() {
|
||||
return ((bitField0_ & 0x00000004) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @return The cause.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.lang.String getCause() {
|
||||
java.lang.Object ref = cause_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
cause_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @return The bytes for cause.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.ByteString
|
||||
getCauseBytes() {
|
||||
java.lang.Object ref = cause_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
cause_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
output.writeMessage(1, getExtras());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
output.writeMessage(2, getCoordinates());
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, cause_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getExtras());
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(2, getCoordinates());
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, cause_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto other = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto) obj;
|
||||
|
||||
if (hasExtras() != other.hasExtras()) return false;
|
||||
if (hasExtras()) {
|
||||
if (!getExtras()
|
||||
.equals(other.getExtras())) return false;
|
||||
}
|
||||
if (hasCoordinates() != other.hasCoordinates()) return false;
|
||||
if (hasCoordinates()) {
|
||||
if (!getCoordinates()
|
||||
.equals(other.getCoordinates())) return false;
|
||||
}
|
||||
if (hasCause() != other.hasCause()) return false;
|
||||
if (hasCause()) {
|
||||
if (!getCause()
|
||||
.equals(other.getCause())) return false;
|
||||
}
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasExtras()) {
|
||||
hash = (37 * hash) + EXTRAS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getExtras().hashCode();
|
||||
}
|
||||
if (hasCoordinates()) {
|
||||
hash = (37 * hash) + COORDINATES_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCoordinates().hashCode();
|
||||
}
|
||||
if (hasCause()) {
|
||||
hash = (37 * hash) + CAUSE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCause().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto prototype) {
|
||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder toBuilder() {
|
||||
return this == DEFAULT_INSTANCE
|
||||
? new Builder() : new Builder().mergeFrom(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto)
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProtoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnresolvedBinaryDependencyProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnresolvedBinaryDependencyProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
getExtrasFieldBuilder();
|
||||
getCoordinatesFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
if (coordinatesBuilder_ == null) {
|
||||
coordinates_ = null;
|
||||
} else {
|
||||
coordinatesBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
cause_ = "";
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnresolvedBinaryDependencyProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto getDefaultInstanceForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto build() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto buildPartial() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto result = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
if (extrasBuilder_ == null) {
|
||||
result.extras_ = extras_;
|
||||
} else {
|
||||
result.extras_ = extrasBuilder_.build();
|
||||
}
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000002) != 0)) {
|
||||
if (coordinatesBuilder_ == null) {
|
||||
result.coordinates_ = coordinates_;
|
||||
} else {
|
||||
result.coordinates_ = coordinatesBuilder_.build();
|
||||
}
|
||||
to_bitField0_ |= 0x00000002;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000004) != 0)) {
|
||||
to_bitField0_ |= 0x00000004;
|
||||
}
|
||||
result.cause_ = cause_;
|
||||
result.bitField0_ = to_bitField0_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto) {
|
||||
return mergeFrom((org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto other) {
|
||||
if (other == org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto.getDefaultInstance()) return this;
|
||||
if (other.hasExtras()) {
|
||||
mergeExtras(other.getExtras());
|
||||
}
|
||||
if (other.hasCoordinates()) {
|
||||
mergeCoordinates(other.getCoordinates());
|
||||
}
|
||||
if (other.hasCause()) {
|
||||
bitField0_ |= 0x00000004;
|
||||
cause_ = other.cause_;
|
||||
onChanged();
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder> extrasBuilder_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
} else {
|
||||
return extrasBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
extras_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder builderForValue) {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder mergeExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0) &&
|
||||
extras_ != null &&
|
||||
extras_ != org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance()) {
|
||||
extras_ =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.newBuilder(extras_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
extras_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.mergeFrom(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder clearExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder getExtrasBuilder() {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return getExtrasFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
if (extrasBuilder_ != null) {
|
||||
return extrasBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return extras_ == null ?
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>
|
||||
getExtrasFieldBuilder() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extrasBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>(
|
||||
getExtras(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
extras_ = null;
|
||||
}
|
||||
return extrasBuilder_;
|
||||
}
|
||||
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProtoOrBuilder> coordinatesBuilder_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
* @return Whether the coordinates field is set.
|
||||
*/
|
||||
public boolean hasCoordinates() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
* @return The coordinates.
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto getCoordinates() {
|
||||
if (coordinatesBuilder_ == null) {
|
||||
return coordinates_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.getDefaultInstance() : coordinates_;
|
||||
} else {
|
||||
return coordinatesBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
public Builder setCoordinates(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto value) {
|
||||
if (coordinatesBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
coordinates_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
coordinatesBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000002;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
public Builder setCoordinates(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.Builder builderForValue) {
|
||||
if (coordinatesBuilder_ == null) {
|
||||
coordinates_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
coordinatesBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000002;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
public Builder mergeCoordinates(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto value) {
|
||||
if (coordinatesBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000002) != 0) &&
|
||||
coordinates_ != null &&
|
||||
coordinates_ != org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.getDefaultInstance()) {
|
||||
coordinates_ =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.newBuilder(coordinates_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
coordinates_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
coordinatesBuilder_.mergeFrom(value);
|
||||
}
|
||||
bitField0_ |= 0x00000002;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
public Builder clearCoordinates() {
|
||||
if (coordinatesBuilder_ == null) {
|
||||
coordinates_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
coordinatesBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.Builder getCoordinatesBuilder() {
|
||||
bitField0_ |= 0x00000002;
|
||||
onChanged();
|
||||
return getCoordinatesFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProtoOrBuilder getCoordinatesOrBuilder() {
|
||||
if (coordinatesBuilder_ != null) {
|
||||
return coordinatesBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return coordinates_ == null ?
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.getDefaultInstance() : coordinates_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProtoOrBuilder>
|
||||
getCoordinatesFieldBuilder() {
|
||||
if (coordinatesBuilder_ == null) {
|
||||
coordinatesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProtoOrBuilder>(
|
||||
getCoordinates(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
coordinates_ = null;
|
||||
}
|
||||
return coordinatesBuilder_;
|
||||
}
|
||||
|
||||
private java.lang.Object cause_ = "";
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @return Whether the cause field is set.
|
||||
*/
|
||||
public boolean hasCause() {
|
||||
return ((bitField0_ & 0x00000004) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @return The cause.
|
||||
*/
|
||||
public java.lang.String getCause() {
|
||||
java.lang.Object ref = cause_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
cause_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @return The bytes for cause.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getCauseBytes() {
|
||||
java.lang.Object ref = cause_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
cause_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @param value The cause to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCause(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
bitField0_ |= 0x00000004;
|
||||
cause_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCause() {
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
cause_ = getDefaultInstance().getCause();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @param value The bytes for cause to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCauseBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
bitField0_ |= 0x00000004;
|
||||
cause_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto)
|
||||
private static final org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto();
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<IdeaKpmUnresolvedBinaryDependencyProto>
|
||||
PARSER = new com.google.protobuf.AbstractParser<IdeaKpmUnresolvedBinaryDependencyProto>() {
|
||||
@java.lang.Override
|
||||
public IdeaKpmUnresolvedBinaryDependencyProto parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new IdeaKpmUnresolvedBinaryDependencyProto(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<IdeaKpmUnresolvedBinaryDependencyProto> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<IdeaKpmUnresolvedBinaryDependencyProto> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+56
@@ -0,0 +1,56 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmUnresolvedBinaryDependencyProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
* @return Whether the coordinates field is set.
|
||||
*/
|
||||
boolean hasCoordinates();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
* @return The coordinates.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto getCoordinates();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProtoOrBuilder getCoordinatesOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @return Whether the cause field is set.
|
||||
*/
|
||||
boolean hasCause();
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @return The cause.
|
||||
*/
|
||||
java.lang.String getCause();
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @return The bytes for cause.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getCauseBytes();
|
||||
}
|
||||
+1290
File diff suppressed because it is too large
Load Diff
+88
@@ -0,0 +1,88 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmVariantProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragment = 1;</code>
|
||||
* @return Whether the fragment field is set.
|
||||
*/
|
||||
boolean hasFragment();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragment = 1;</code>
|
||||
* @return The fragment.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto getFragment();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragment = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProtoOrBuilder getFragmentOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platform = 2;</code>
|
||||
* @return Whether the platform field is set.
|
||||
*/
|
||||
boolean hasPlatform();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platform = 2;</code>
|
||||
* @return The platform.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto getPlatform();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platform = 2;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProtoOrBuilder getPlatformOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>map<string, string> variant_attributes = 3;</code>
|
||||
*/
|
||||
int getVariantAttributesCount();
|
||||
/**
|
||||
* <code>map<string, string> variant_attributes = 3;</code>
|
||||
*/
|
||||
boolean containsVariantAttributes(
|
||||
java.lang.String key);
|
||||
/**
|
||||
* Use {@link #getVariantAttributesMap()} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
java.util.Map<java.lang.String, java.lang.String>
|
||||
getVariantAttributes();
|
||||
/**
|
||||
* <code>map<string, string> variant_attributes = 3;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.String, java.lang.String>
|
||||
getVariantAttributesMap();
|
||||
/**
|
||||
* <code>map<string, string> variant_attributes = 3;</code>
|
||||
*/
|
||||
|
||||
java.lang.String getVariantAttributesOrDefault(
|
||||
java.lang.String key,
|
||||
java.lang.String defaultValue);
|
||||
/**
|
||||
* <code>map<string, string> variant_attributes = 3;</code>
|
||||
*/
|
||||
|
||||
java.lang.String getVariantAttributesOrThrow(
|
||||
java.lang.String key);
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto compilation_output = 4;</code>
|
||||
* @return Whether the compilationOutput field is set.
|
||||
*/
|
||||
boolean hasCompilationOutput();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto compilation_output = 4;</code>
|
||||
* @return The compilationOutput.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto getCompilationOutput();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto compilation_output = 4;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProtoOrBuilder getCompilationOutputOrBuilder();
|
||||
}
|
||||
+618
@@ -0,0 +1,618 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto}
|
||||
*/
|
||||
final class IdeaKpmWasmPlatformProto extends
|
||||
com.google.protobuf.GeneratedMessageV3 implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto)
|
||||
IdeaKpmWasmPlatformProtoOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
// Use IdeaKpmWasmPlatformProto.newBuilder() to construct.
|
||||
private IdeaKpmWasmPlatformProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private IdeaKpmWasmPlatformProto() {
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
UnusedPrivateParameter unused) {
|
||||
return new IdeaKpmWasmPlatformProto();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final com.google.protobuf.UnknownFieldSet
|
||||
getUnknownFields() {
|
||||
return this.unknownFields;
|
||||
}
|
||||
private IdeaKpmWasmPlatformProto(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
this();
|
||||
if (extensionRegistry == null) {
|
||||
throw new java.lang.NullPointerException();
|
||||
}
|
||||
int mutable_bitField0_ = 0;
|
||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
int tag = input.readTag();
|
||||
switch (tag) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder subBuilder = null;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
subBuilder = extras_.toBuilder();
|
||||
}
|
||||
extras_ = input.readMessage(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.parser(), extensionRegistry);
|
||||
if (subBuilder != null) {
|
||||
subBuilder.mergeFrom(extras_);
|
||||
extras_ = subBuilder.buildPartial();
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
throw e.setUnfinishedMessage(this);
|
||||
} catch (java.io.IOException e) {
|
||||
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||
e).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
this.unknownFields = unknownFields.build();
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmWasmPlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmWasmPlatformProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto.Builder.class);
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
public static final int EXTRAS_FIELD_NUMBER = 1;
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
output.writeMessage(1, getExtras());
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int getSerializedSize() {
|
||||
int size = memoizedSize;
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, getExtras());
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public boolean equals(final java.lang.Object obj) {
|
||||
if (obj == this) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto)) {
|
||||
return super.equals(obj);
|
||||
}
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto other = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto) obj;
|
||||
|
||||
if (hasExtras() != other.hasExtras()) return false;
|
||||
if (hasExtras()) {
|
||||
if (!getExtras()
|
||||
.equals(other.getExtras())) return false;
|
||||
}
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public int hashCode() {
|
||||
if (memoizedHashCode != 0) {
|
||||
return memoizedHashCode;
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (hasExtras()) {
|
||||
hash = (37 * hash) + EXTRAS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getExtras().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parseFrom(
|
||||
java.nio.ByteBuffer data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parseFrom(
|
||||
java.nio.ByteBuffer data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parseFrom(
|
||||
com.google.protobuf.ByteString data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parseFrom(
|
||||
com.google.protobuf.ByteString data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parseFrom(byte[] data)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parseFrom(
|
||||
byte[] data,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return PARSER.parseFrom(data, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parseFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parseDelimitedFrom(
|
||||
java.io.InputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parseFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return com.google.protobuf.GeneratedMessageV3
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder newBuilderForType() { return newBuilder(); }
|
||||
public static Builder newBuilder() {
|
||||
return DEFAULT_INSTANCE.toBuilder();
|
||||
}
|
||||
public static Builder newBuilder(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto prototype) {
|
||||
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder toBuilder() {
|
||||
return this == DEFAULT_INSTANCE
|
||||
? new Builder() : new Builder().mergeFrom(this);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto)
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProtoOrBuilder {
|
||||
public static final com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmWasmPlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmWasmPlatformProto_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto.class, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto.Builder.class);
|
||||
}
|
||||
|
||||
// Construct using org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (com.google.protobuf.GeneratedMessageV3
|
||||
.alwaysUseFieldBuilders) {
|
||||
getExtrasFieldBuilder();
|
||||
}
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Descriptors.Descriptor
|
||||
getDescriptorForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpm.internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmWasmPlatformProto_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto getDefaultInstanceForType() {
|
||||
return org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto.getDefaultInstance();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto build() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto result = buildPartial();
|
||||
if (!result.isInitialized()) {
|
||||
throw newUninitializedMessageException(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto buildPartial() {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto result = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
int to_bitField0_ = 0;
|
||||
if (((from_bitField0_ & 0x00000001) != 0)) {
|
||||
if (extrasBuilder_ == null) {
|
||||
result.extras_ = extras_;
|
||||
} else {
|
||||
result.extras_ = extrasBuilder_.build();
|
||||
}
|
||||
to_bitField0_ |= 0x00000001;
|
||||
}
|
||||
result.bitField0_ = to_bitField0_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
com.google.protobuf.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(com.google.protobuf.Message other) {
|
||||
if (other instanceof org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto) {
|
||||
return mergeFrom((org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto)other);
|
||||
} else {
|
||||
super.mergeFrom(other);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public Builder mergeFrom(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto other) {
|
||||
if (other == org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto.getDefaultInstance()) return this;
|
||||
if (other.hasExtras()) {
|
||||
mergeExtras(other.getExtras());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto parsedMessage = null;
|
||||
try {
|
||||
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||
parsedMessage = (org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto) e.getUnfinishedMessage();
|
||||
throw e.unwrapIOException();
|
||||
} finally {
|
||||
if (parsedMessage != null) {
|
||||
mergeFrom(parsedMessage);
|
||||
}
|
||||
}
|
||||
return this;
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder> extrasBuilder_;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
public boolean hasExtras() {
|
||||
return ((bitField0_ & 0x00000001) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
return extras_ == null ? org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
} else {
|
||||
return extrasBuilder_.getMessage();
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
extras_ = value;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder setExtras(
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder builderForValue) {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = builderForValue.build();
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.setMessage(builderForValue.build());
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder mergeExtras(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto value) {
|
||||
if (extrasBuilder_ == null) {
|
||||
if (((bitField0_ & 0x00000001) != 0) &&
|
||||
extras_ != null &&
|
||||
extras_ != org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance()) {
|
||||
extras_ =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.newBuilder(extras_).mergeFrom(value).buildPartial();
|
||||
} else {
|
||||
extras_ = value;
|
||||
}
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.mergeFrom(value);
|
||||
}
|
||||
bitField0_ |= 0x00000001;
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public Builder clearExtras() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extras_ = null;
|
||||
onChanged();
|
||||
} else {
|
||||
extrasBuilder_.clear();
|
||||
}
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder getExtrasBuilder() {
|
||||
bitField0_ |= 0x00000001;
|
||||
onChanged();
|
||||
return getExtrasFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder() {
|
||||
if (extrasBuilder_ != null) {
|
||||
return extrasBuilder_.getMessageOrBuilder();
|
||||
} else {
|
||||
return extras_ == null ?
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.getDefaultInstance() : extras_;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>
|
||||
getExtrasFieldBuilder() {
|
||||
if (extrasBuilder_ == null) {
|
||||
extrasBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder, org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder>(
|
||||
getExtras(),
|
||||
getParentForChildren(),
|
||||
isClean());
|
||||
extras_ = null;
|
||||
}
|
||||
return extrasBuilder_;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto)
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto)
|
||||
private static final org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto DEFAULT_INSTANCE;
|
||||
static {
|
||||
DEFAULT_INSTANCE = new org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto();
|
||||
}
|
||||
|
||||
public static org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto getDefaultInstance() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
private static final com.google.protobuf.Parser<IdeaKpmWasmPlatformProto>
|
||||
PARSER = new com.google.protobuf.AbstractParser<IdeaKpmWasmPlatformProto>() {
|
||||
@java.lang.Override
|
||||
public IdeaKpmWasmPlatformProto parsePartialFrom(
|
||||
com.google.protobuf.CodedInputStream input,
|
||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||
return new IdeaKpmWasmPlatformProto(input, extensionRegistry);
|
||||
}
|
||||
};
|
||||
|
||||
public static com.google.protobuf.Parser<IdeaKpmWasmPlatformProto> parser() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public com.google.protobuf.Parser<IdeaKpmWasmPlatformProto> getParserForType() {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto getDefaultInstanceForType() {
|
||||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
interface IdeaKpmWasmPlatformProtoOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto)
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
boolean hasExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return The extras.
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto getExtras();
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoOrBuilder getExtrasOrBuilder();
|
||||
}
|
||||
+468
@@ -0,0 +1,468 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
final class ProtoIdeaKpm {
|
||||
private ProtoIdeaKpm() {}
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistry registry) {
|
||||
registerAllExtensions(
|
||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
||||
}
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmModuleCoordinatesProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmModuleCoordinatesProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmLanguageSettingsProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmLanguageSettingsProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSourceDirectoryProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSourceDirectoryProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResourceDirectoryProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResourceDirectoryProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmBinaryCoordinatesProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmBinaryCoordinatesProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentCoordinatesProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentCoordinatesProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmDependencyProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmDependencyProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnresolvedBinaryDependencyProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnresolvedBinaryDependencyProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResolvedBinaryDependencyProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResolvedBinaryDependencyProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentDependencyProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentDependencyProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmPlatformProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmPlatformProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJvmPlatformProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJvmPlatformProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmNativePlatformProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmNativePlatformProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJsPlatformProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJsPlatformProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmWasmPlatformProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmWasmPlatformProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnknownPlatformProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnknownPlatformProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmCompilationOutputProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmCompilationOutputProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmVariantProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmVariantProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmVariantProto_VariantAttributesEntry_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmVariantProto_VariantAttributesEntry_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmModuleProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmModuleProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmProjectProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmProjectProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSchemaInfoProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSchemaInfoProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmContainerProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmContainerProto_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\024proto_idea_kpm.proto\022#org.jetbrains.ko" +
|
||||
"tlin.kpm.idea.proto\032\033proto_idea_kpm_extr" +
|
||||
"as.proto\"\373\001\n\035IdeaKpmModuleCoordinatesPro" +
|
||||
"to\022\025\n\010build_id\030\001 \001(\tH\000\210\001\001\022\031\n\014project_pat" +
|
||||
"h\030\002 \001(\tH\001\210\001\001\022\031\n\014project_name\030\003 \001(\tH\002\210\001\001\022" +
|
||||
"\030\n\013module_name\030\004 \001(\tH\003\210\001\001\022\036\n\021module_clas" +
|
||||
"sifier\030\005 \001(\tH\004\210\001\001B\013\n\t_build_idB\017\n\r_proje" +
|
||||
"ct_pathB\017\n\r_project_nameB\016\n\014_module_name" +
|
||||
"B\024\n\022_module_classifier\"\336\002\n\034IdeaKpmLangua" +
|
||||
"geSettingsProto\022\035\n\020language_version\030\001 \001(" +
|
||||
"\tH\000\210\001\001\022\030\n\013api_version\030\002 \001(\tH\001\210\001\001\022 \n\023is_p" +
|
||||
"rogressive_mode\030\003 \001(\010H\002\210\001\001\022!\n\031enabled_la" +
|
||||
"nguage_features\030\004 \003(\t\022!\n\031opt_in_annotati" +
|
||||
"ons_in_use\030\005 \003(\t\022!\n\031compiler_plugin_argu" +
|
||||
"ments\030\006 \003(\t\022!\n\031compiler_plugin_classpath" +
|
||||
"\030\007 \003(\t\022\032\n\022free_compiler_args\030\010 \003(\tB\023\n\021_l" +
|
||||
"anguage_versionB\016\n\014_api_versionB\026\n\024_is_p" +
|
||||
"rogressive_mode\"\300\001\n\033IdeaKpmSourceDirecto" +
|
||||
"ryProto\022L\n\006extras\030\001 \001(\01327.org.jetbrains." +
|
||||
"kotlin.kpm.idea.proto.IdeaKpmExtrasProto" +
|
||||
"H\000\210\001\001\022\032\n\rabsolute_path\030\002 \001(\tH\001\210\001\001\022\021\n\004typ" +
|
||||
"e\030\003 \001(\tH\002\210\001\001B\t\n\007_extrasB\020\n\016_absolute_pat" +
|
||||
"hB\007\n\005_type\"\246\001\n\035IdeaKpmResourceDirectoryP" +
|
||||
"roto\022L\n\006extras\030\001 \001(\01327.org.jetbrains.kot" +
|
||||
"lin.kpm.idea.proto.IdeaKpmExtrasProtoH\000\210" +
|
||||
"\001\001\022\032\n\rabsolute_path\030\002 \001(\tH\001\210\001\001B\t\n\007_extra" +
|
||||
"sB\020\n\016_absolute_path\"\363\001\n\035IdeaKpmBinaryCoo" +
|
||||
"rdinatesProto\022\022\n\005group\030\001 \001(\tH\000\210\001\001\022\023\n\006mod" +
|
||||
"ule\030\002 \001(\tH\001\210\001\001\022\024\n\007version\030\003 \001(\tH\002\210\001\001\022\037\n\022" +
|
||||
"kotlin_module_name\030\004 \001(\tH\003\210\001\001\022!\n\024kotlin_" +
|
||||
"fragment_name\030\005 \001(\tH\004\210\001\001B\010\n\006_groupB\t\n\007_m" +
|
||||
"oduleB\n\n\010_versionB\025\n\023_kotlin_module_name" +
|
||||
"B\027\n\025_kotlin_fragment_name\"\263\001\n\037IdeaKpmFra" +
|
||||
"gmentCoordinatesProto\022W\n\006module\030\001 \001(\0132B." +
|
||||
"org.jetbrains.kotlin.kpm.idea.proto.Idea" +
|
||||
"KpmModuleCoordinatesProtoH\000\210\001\001\022\032\n\rfragme" +
|
||||
"nt_name\030\002 \001(\tH\001\210\001\001B\t\n\007_moduleB\020\n\016_fragme" +
|
||||
"nt_name\"\360\002\n\026IdeaKpmDependencyProto\022s\n\034un" +
|
||||
"resolved_binary_dependency\030\001 \001(\0132K.org.j" +
|
||||
"etbrains.kotlin.kpm.idea.proto.IdeaKpmUn" +
|
||||
"resolvedBinaryDependencyProtoH\000\022o\n\032resol" +
|
||||
"ved_binary_dependency\030\002 \001(\0132I.org.jetbra" +
|
||||
"ins.kotlin.kpm.idea.proto.IdeaKpmResolve" +
|
||||
"dBinaryDependencyProtoH\000\022b\n\023fragment_dep" +
|
||||
"endency\030\003 \001(\0132C.org.jetbrains.kotlin.kpm" +
|
||||
".idea.proto.IdeaKpmFragmentDependencyPro" +
|
||||
"toH\000B\014\n\ndependency\"\215\002\n&IdeaKpmUnresolved" +
|
||||
"BinaryDependencyProto\022L\n\006extras\030\001 \001(\01327." +
|
||||
"org.jetbrains.kotlin.kpm.idea.proto.Idea" +
|
||||
"KpmExtrasProtoH\000\210\001\001\022\\\n\013coordinates\030\002 \001(\013" +
|
||||
"2B.org.jetbrains.kotlin.kpm.idea.proto.I" +
|
||||
"deaKpmBinaryCoordinatesProtoH\001\210\001\001\022\022\n\005cau" +
|
||||
"se\030\003 \001(\tH\002\210\001\001B\t\n\007_extrasB\016\n\014_coordinates" +
|
||||
"B\010\n\006_cause\"\335\002\n$IdeaKpmResolvedBinaryDepe" +
|
||||
"ndencyProto\022L\n\006extras\030\001 \001(\01327.org.jetbra" +
|
||||
"ins.kotlin.kpm.idea.proto.IdeaKpmExtrasP" +
|
||||
"rotoH\000\210\001\001\022\\\n\013coordinates\030\002 \001(\0132B.org.jet" +
|
||||
"brains.kotlin.kpm.idea.proto.IdeaKpmBina" +
|
||||
"ryCoordinatesProtoH\001\210\001\001\022\030\n\013binary_type\030\003" +
|
||||
" \001(\tH\002\210\001\001\022&\n\031binary_file_absolute_path\030\004" +
|
||||
" \001(\tH\003\210\001\001B\t\n\007_extrasB\016\n\014_coordinatesB\016\n\014" +
|
||||
"_binary_typeB\034\n\032_binary_file_absolute_pa" +
|
||||
"th\"\375\002\n\036IdeaKpmFragmentDependencyProto\022L\n" +
|
||||
"\006extras\030\001 \001(\01327.org.jetbrains.kotlin.kpm" +
|
||||
".idea.proto.IdeaKpmExtrasProtoH\000\210\001\001\022[\n\004t" +
|
||||
"ype\030\002 \001(\0162H.org.jetbrains.kotlin.kpm.ide" +
|
||||
"a.proto.IdeaKpmFragmentDependencyProto.T" +
|
||||
"ypeH\001\210\001\001\022^\n\013coordinates\030\003 \001(\0132D.org.jetb" +
|
||||
"rains.kotlin.kpm.idea.proto.IdeaKpmFragm" +
|
||||
"entCoordinatesProtoH\002\210\001\001\",\n\004Type\022\013\n\007REGU" +
|
||||
"LAR\020\000\022\n\n\006FRIEND\020\001\022\013\n\007REFINES\020\002B\t\n\007_extra" +
|
||||
"sB\007\n\005_typeB\016\n\014_coordinates\"\261\003\n\024IdeaKpmPl" +
|
||||
"atformProto\022K\n\003jvm\030\001 \001(\0132<.org.jetbrains" +
|
||||
".kotlin.kpm.idea.proto.IdeaKpmJvmPlatfor" +
|
||||
"mProtoH\000\022Q\n\006native\030\002 \001(\0132?.org.jetbrains" +
|
||||
".kotlin.kpm.idea.proto.IdeaKpmNativePlat" +
|
||||
"formProtoH\000\022I\n\002js\030\003 \001(\0132;.org.jetbrains." +
|
||||
"kotlin.kpm.idea.proto.IdeaKpmJsPlatformP" +
|
||||
"rotoH\000\022M\n\004wasm\030\004 \001(\0132=.org.jetbrains.kot" +
|
||||
"lin.kpm.idea.proto.IdeaKpmWasmPlatformPr" +
|
||||
"otoH\000\022S\n\007unknown\030\005 \001(\0132@.org.jetbrains.k" +
|
||||
"otlin.kpm.idea.proto.IdeaKpmUnknownPlatf" +
|
||||
"ormProtoH\000B\n\n\010platform\"\232\001\n\027IdeaKpmJvmPla" +
|
||||
"tformProto\022L\n\006extras\030\001 \001(\01327.org.jetbrai" +
|
||||
"ns.kotlin.kpm.idea.proto.IdeaKpmExtrasPr" +
|
||||
"otoH\000\210\001\001\022\027\n\njvm_target\030\002 \001(\tH\001\210\001\001B\t\n\007_ex" +
|
||||
"trasB\r\n\013_jvm_target\"\241\001\n\032IdeaKpmNativePla" +
|
||||
"tformProto\022L\n\006extras\030\001 \001(\01327.org.jetbrai" +
|
||||
"ns.kotlin.kpm.idea.proto.IdeaKpmExtrasPr" +
|
||||
"otoH\000\210\001\001\022\031\n\014konan_target\030\002 \001(\tH\001\210\001\001B\t\n\007_" +
|
||||
"extrasB\017\n\r_konan_target\"\215\001\n\026IdeaKpmJsPla" +
|
||||
"tformProto\022L\n\006extras\030\001 \001(\01327.org.jetbrai" +
|
||||
"ns.kotlin.kpm.idea.proto.IdeaKpmExtrasPr" +
|
||||
"otoH\000\210\001\001\022\021\n\004isIr\030\002 \001(\010H\001\210\001\001B\t\n\007_extrasB\007" +
|
||||
"\n\005_isIr\"s\n\030IdeaKpmWasmPlatformProto\022L\n\006e" +
|
||||
"xtras\030\001 \001(\01327.org.jetbrains.kotlin.kpm.i" +
|
||||
"dea.proto.IdeaKpmExtrasProtoH\000\210\001\001B\t\n\007_ex" +
|
||||
"tras\"v\n\033IdeaKpmUnknownPlatformProto\022L\n\006e" +
|
||||
"xtras\030\001 \001(\01327.org.jetbrains.kotlin.kpm.i" +
|
||||
"dea.proto.IdeaKpmExtrasProtoH\000\210\001\001B\t\n\007_ex" +
|
||||
"tras\"\327\004\n\024IdeaKpmFragmentProto\022L\n\006extras\030" +
|
||||
"\001 \001(\01327.org.jetbrains.kotlin.kpm.idea.pr" +
|
||||
"oto.IdeaKpmExtrasProtoH\000\210\001\001\022^\n\013coordinat" +
|
||||
"es\030\002 \001(\0132D.org.jetbrains.kotlin.kpm.idea" +
|
||||
".proto.IdeaKpmFragmentCoordinatesProtoH\001" +
|
||||
"\210\001\001\022L\n\tplatforms\030\003 \003(\01329.org.jetbrains.k" +
|
||||
"otlin.kpm.idea.proto.IdeaKpmPlatformProt" +
|
||||
"o\022a\n\021language_settings\030\004 \001(\0132A.org.jetbr" +
|
||||
"ains.kotlin.kpm.idea.proto.IdeaKpmLangua" +
|
||||
"geSettingsProtoH\002\210\001\001\022Q\n\014dependencies\030\005 \003" +
|
||||
"(\0132;.org.jetbrains.kotlin.kpm.idea.proto" +
|
||||
".IdeaKpmDependencyProto\022\\\n\022source_direct" +
|
||||
"ories\030\006 \003(\0132@.org.jetbrains.kotlin.kpm.i" +
|
||||
"dea.proto.IdeaKpmSourceDirectoryProtoB\t\n" +
|
||||
"\007_extrasB\016\n\014_coordinatesB\024\n\022_language_se" +
|
||||
"ttings\"c\n\035IdeaKpmCompilationOutputProto\022" +
|
||||
"\024\n\014classes_dirs\030\001 \003(\t\022\032\n\rresources_dir\030\002" +
|
||||
" \001(\tH\000\210\001\001B\020\n\016_resources_dir\"\366\003\n\023IdeaKpmV" +
|
||||
"ariantProto\022P\n\010fragment\030\001 \001(\01329.org.jetb" +
|
||||
"rains.kotlin.kpm.idea.proto.IdeaKpmFragm" +
|
||||
"entProtoH\000\210\001\001\022P\n\010platform\030\002 \001(\01329.org.je" +
|
||||
"tbrains.kotlin.kpm.idea.proto.IdeaKpmPla" +
|
||||
"tformProtoH\001\210\001\001\022k\n\022variant_attributes\030\003 " +
|
||||
"\003(\0132O.org.jetbrains.kotlin.kpm.idea.prot" +
|
||||
"o.IdeaKpmVariantProto.VariantAttributesE" +
|
||||
"ntry\022c\n\022compilation_output\030\004 \001(\0132B.org.j" +
|
||||
"etbrains.kotlin.kpm.idea.proto.IdeaKpmCo" +
|
||||
"mpilationOutputProtoH\002\210\001\001\0328\n\026VariantAttr" +
|
||||
"ibutesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:" +
|
||||
"\0028\001B\013\n\t_fragmentB\013\n\t_platformB\025\n\023_compil" +
|
||||
"ation_output\"\365\002\n\022IdeaKpmModuleProto\022L\n\006e" +
|
||||
"xtras\030\001 \001(\01327.org.jetbrains.kotlin.kpm.i" +
|
||||
"dea.proto.IdeaKpmExtrasProtoH\000\210\001\001\022\\\n\013coo" +
|
||||
"rdinates\030\002 \001(\0132B.org.jetbrains.kotlin.kp" +
|
||||
"m.idea.proto.IdeaKpmModuleCoordinatesPro" +
|
||||
"toH\001\210\001\001\022L\n\tfragments\030\003 \003(\01329.org.jetbrai" +
|
||||
"ns.kotlin.kpm.idea.proto.IdeaKpmFragment" +
|
||||
"Proto\022J\n\010variants\030\004 \003(\01328.org.jetbrains." +
|
||||
"kotlin.kpm.idea.proto.IdeaKpmVariantProt" +
|
||||
"oB\t\n\007_extrasB\016\n\014_coordinates\"\272\003\n\023IdeaKpm" +
|
||||
"ProjectProto\022L\n\006extras\030\001 \001(\01327.org.jetbr" +
|
||||
"ains.kotlin.kpm.idea.proto.IdeaKpmExtras" +
|
||||
"ProtoH\000\210\001\001\022\"\n\025gradle_plugin_version\030\002 \001(" +
|
||||
"\tH\001\210\001\001\022#\n\026core_libraries_version\030\003 \001(\tH\002" +
|
||||
"\210\001\001\022)\n\034explicit_api_mode_cli_option\030\004 \001(" +
|
||||
"\tH\003\210\001\001\022\037\n\022kotlin_native_home\030\005 \001(\tH\004\210\001\001\022" +
|
||||
"H\n\007modules\030\006 \003(\01327.org.jetbrains.kotlin." +
|
||||
"kpm.idea.proto.IdeaKpmModuleProtoB\t\n\007_ex" +
|
||||
"trasB\030\n\026_gradle_plugin_versionB\031\n\027_core_" +
|
||||
"libraries_versionB\037\n\035_explicit_api_mode_" +
|
||||
"cli_optionB\025\n\023_kotlin_native_home\"\222\002\n\026Id" +
|
||||
"eaKpmSchemaInfoProto\022\'\n\032since_schema_ver" +
|
||||
"sion_major\030\001 \001(\rH\000\210\001\001\022\'\n\032since_schema_ve" +
|
||||
"rsion_minor\030\002 \001(\rH\001\210\001\001\022\'\n\032since_schema_v" +
|
||||
"ersion_patch\030\003 \001(\rH\002\210\001\001\022\024\n\007message\030\004 \001(\t" +
|
||||
"H\003\210\001\001B\035\n\033_since_schema_version_majorB\035\n\033" +
|
||||
"_since_schema_version_minorB\035\n\033_since_sc" +
|
||||
"hema_version_patchB\n\n\010_message\"\372\002\n\025IdeaK" +
|
||||
"pmContainerProto\022!\n\024schema_version_major" +
|
||||
"\030\001 \001(\rH\000\210\001\001\022!\n\024schema_version_minor\030\002 \001(" +
|
||||
"\rH\001\210\001\001\022!\n\024schema_version_patch\030\003 \001(\rH\002\210\001" +
|
||||
"\001\022Q\n\014schema_infos\030\004 \003(\0132;.org.jetbrains." +
|
||||
"kotlin.kpm.idea.proto.IdeaKpmSchemaInfoP" +
|
||||
"roto\022N\n\007project\030\030 \001(\01328.org.jetbrains.ko" +
|
||||
"tlin.kpm.idea.proto.IdeaKpmProjectProtoH" +
|
||||
"\003\210\001\001B\027\n\025_schema_version_majorB\027\n\025_schema" +
|
||||
"_version_minorB\027\n\025_schema_version_patchB" +
|
||||
"\n\n\010_projectB\002P\001b\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpmExtras.getDescriptor(),
|
||||
});
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmModuleCoordinatesProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmModuleCoordinatesProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmModuleCoordinatesProto_descriptor,
|
||||
new java.lang.String[] { "BuildId", "ProjectPath", "ProjectName", "ModuleName", "ModuleClassifier", "BuildId", "ProjectPath", "ProjectName", "ModuleName", "ModuleClassifier", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmLanguageSettingsProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(1);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmLanguageSettingsProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmLanguageSettingsProto_descriptor,
|
||||
new java.lang.String[] { "LanguageVersion", "ApiVersion", "IsProgressiveMode", "EnabledLanguageFeatures", "OptInAnnotationsInUse", "CompilerPluginArguments", "CompilerPluginClasspath", "FreeCompilerArgs", "LanguageVersion", "ApiVersion", "IsProgressiveMode", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSourceDirectoryProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(2);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSourceDirectoryProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSourceDirectoryProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "AbsolutePath", "Type", "Extras", "AbsolutePath", "Type", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResourceDirectoryProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(3);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResourceDirectoryProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResourceDirectoryProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "AbsolutePath", "Extras", "AbsolutePath", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmBinaryCoordinatesProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(4);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmBinaryCoordinatesProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmBinaryCoordinatesProto_descriptor,
|
||||
new java.lang.String[] { "Group", "Module", "Version", "KotlinModuleName", "KotlinFragmentName", "Group", "Module", "Version", "KotlinModuleName", "KotlinFragmentName", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentCoordinatesProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(5);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentCoordinatesProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentCoordinatesProto_descriptor,
|
||||
new java.lang.String[] { "Module", "FragmentName", "Module", "FragmentName", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmDependencyProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(6);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmDependencyProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmDependencyProto_descriptor,
|
||||
new java.lang.String[] { "UnresolvedBinaryDependency", "ResolvedBinaryDependency", "FragmentDependency", "Dependency", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnresolvedBinaryDependencyProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(7);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnresolvedBinaryDependencyProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnresolvedBinaryDependencyProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "Coordinates", "Cause", "Extras", "Coordinates", "Cause", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResolvedBinaryDependencyProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(8);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResolvedBinaryDependencyProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmResolvedBinaryDependencyProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "Coordinates", "BinaryType", "BinaryFileAbsolutePath", "Extras", "Coordinates", "BinaryType", "BinaryFileAbsolutePath", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentDependencyProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(9);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentDependencyProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentDependencyProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "Type", "Coordinates", "Extras", "Type", "Coordinates", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmPlatformProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(10);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmPlatformProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmPlatformProto_descriptor,
|
||||
new java.lang.String[] { "Jvm", "Native", "Js", "Wasm", "Unknown", "Platform", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJvmPlatformProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(11);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJvmPlatformProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJvmPlatformProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "JvmTarget", "Extras", "JvmTarget", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmNativePlatformProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(12);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmNativePlatformProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmNativePlatformProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "KonanTarget", "Extras", "KonanTarget", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJsPlatformProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(13);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJsPlatformProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmJsPlatformProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "IsIr", "Extras", "IsIr", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmWasmPlatformProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(14);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmWasmPlatformProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmWasmPlatformProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "Extras", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnknownPlatformProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(15);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnknownPlatformProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmUnknownPlatformProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "Extras", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(16);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmFragmentProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "Coordinates", "Platforms", "LanguageSettings", "Dependencies", "SourceDirectories", "Extras", "Coordinates", "LanguageSettings", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmCompilationOutputProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(17);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmCompilationOutputProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmCompilationOutputProto_descriptor,
|
||||
new java.lang.String[] { "ClassesDirs", "ResourcesDir", "ResourcesDir", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmVariantProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(18);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmVariantProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmVariantProto_descriptor,
|
||||
new java.lang.String[] { "Fragment", "Platform", "VariantAttributes", "CompilationOutput", "Fragment", "Platform", "CompilationOutput", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmVariantProto_VariantAttributesEntry_descriptor =
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmVariantProto_descriptor.getNestedTypes().get(0);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmVariantProto_VariantAttributesEntry_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmVariantProto_VariantAttributesEntry_descriptor,
|
||||
new java.lang.String[] { "Key", "Value", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmModuleProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(19);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmModuleProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmModuleProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "Coordinates", "Fragments", "Variants", "Extras", "Coordinates", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmProjectProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(20);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmProjectProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmProjectProto_descriptor,
|
||||
new java.lang.String[] { "Extras", "GradlePluginVersion", "CoreLibrariesVersion", "ExplicitApiModeCliOption", "KotlinNativeHome", "Modules", "Extras", "GradlePluginVersion", "CoreLibrariesVersion", "ExplicitApiModeCliOption", "KotlinNativeHome", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSchemaInfoProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(21);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSchemaInfoProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmSchemaInfoProto_descriptor,
|
||||
new java.lang.String[] { "SinceSchemaVersionMajor", "SinceSchemaVersionMinor", "SinceSchemaVersionPatch", "Message", "SinceSchemaVersionMajor", "SinceSchemaVersionMinor", "SinceSchemaVersionPatch", "Message", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmContainerProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(22);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmContainerProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmContainerProto_descriptor,
|
||||
new java.lang.String[] { "SchemaVersionMajor", "SchemaVersionMinor", "SchemaVersionPatch", "SchemaInfos", "Project", "SchemaVersionMajor", "SchemaVersionMinor", "SchemaVersionPatch", "Project", });
|
||||
org.jetbrains.kotlin.kpm.idea.proto.ProtoIdeaKpmExtras.getDescriptor();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
+62
@@ -0,0 +1,62 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm_extras.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
final class ProtoIdeaKpmExtras {
|
||||
private ProtoIdeaKpmExtras() {}
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
||||
public static void registerAllExtensions(
|
||||
com.google.protobuf.ExtensionRegistry registry) {
|
||||
registerAllExtensions(
|
||||
(com.google.protobuf.ExtensionRegistryLite) registry);
|
||||
}
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_fieldAccessorTable;
|
||||
static final com.google.protobuf.Descriptors.Descriptor
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_ValuesEntry_descriptor;
|
||||
static final
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_ValuesEntry_fieldAccessorTable;
|
||||
|
||||
public static com.google.protobuf.Descriptors.FileDescriptor
|
||||
getDescriptor() {
|
||||
return descriptor;
|
||||
}
|
||||
private static com.google.protobuf.Descriptors.FileDescriptor
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033proto_idea_kpm_extras.proto\022#org.jetbr" +
|
||||
"ains.kotlin.kpm.idea.proto\"\230\001\n\022IdeaKpmEx" +
|
||||
"trasProto\022S\n\006values\030\001 \003(\0132C.org.jetbrain" +
|
||||
"s.kotlin.kpm.idea.proto.IdeaKpmExtrasPro" +
|
||||
"to.ValuesEntry\032-\n\013ValuesEntry\022\013\n\003key\030\001 \001" +
|
||||
"(\t\022\r\n\005value\030\002 \001(\014:\0028\001B\002P\001b\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
});
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_descriptor,
|
||||
new java.lang.String[] { "Values", });
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_ValuesEntry_descriptor =
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_descriptor.getNestedTypes().get(0);
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_ValuesEntry_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_org_jetbrains_kotlin_kpm_idea_proto_IdeaKpmExtrasProto_ValuesEntry_descriptor,
|
||||
new java.lang.String[] { "Key", "Value", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
}
|
||||
+148
@@ -0,0 +1,148 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmBinaryCoordinatesProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmBinaryCoordinatesProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional string group = 1;</code>
|
||||
*/
|
||||
internal var group: kotlin.String
|
||||
@JvmName("getGroup")
|
||||
get() = _builder.getGroup()
|
||||
@JvmName("setGroup")
|
||||
set(value) {
|
||||
_builder.setGroup(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string group = 1;</code>
|
||||
*/
|
||||
internal fun clearGroup() {
|
||||
_builder.clearGroup()
|
||||
}
|
||||
/**
|
||||
* <code>optional string group = 1;</code>
|
||||
* @return Whether the group field is set.
|
||||
*/
|
||||
internal fun hasGroup(): kotlin.Boolean {
|
||||
return _builder.hasGroup()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string module = 2;</code>
|
||||
*/
|
||||
internal var module: kotlin.String
|
||||
@JvmName("getModule")
|
||||
get() = _builder.getModule()
|
||||
@JvmName("setModule")
|
||||
set(value) {
|
||||
_builder.setModule(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string module = 2;</code>
|
||||
*/
|
||||
internal fun clearModule() {
|
||||
_builder.clearModule()
|
||||
}
|
||||
/**
|
||||
* <code>optional string module = 2;</code>
|
||||
* @return Whether the module field is set.
|
||||
*/
|
||||
internal fun hasModule(): kotlin.Boolean {
|
||||
return _builder.hasModule()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string version = 3;</code>
|
||||
*/
|
||||
internal var version: kotlin.String
|
||||
@JvmName("getVersion")
|
||||
get() = _builder.getVersion()
|
||||
@JvmName("setVersion")
|
||||
set(value) {
|
||||
_builder.setVersion(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string version = 3;</code>
|
||||
*/
|
||||
internal fun clearVersion() {
|
||||
_builder.clearVersion()
|
||||
}
|
||||
/**
|
||||
* <code>optional string version = 3;</code>
|
||||
* @return Whether the version field is set.
|
||||
*/
|
||||
internal fun hasVersion(): kotlin.Boolean {
|
||||
return _builder.hasVersion()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string kotlin_module_name = 4;</code>
|
||||
*/
|
||||
internal var kotlinModuleName: kotlin.String
|
||||
@JvmName("getKotlinModuleName")
|
||||
get() = _builder.getKotlinModuleName()
|
||||
@JvmName("setKotlinModuleName")
|
||||
set(value) {
|
||||
_builder.setKotlinModuleName(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string kotlin_module_name = 4;</code>
|
||||
*/
|
||||
internal fun clearKotlinModuleName() {
|
||||
_builder.clearKotlinModuleName()
|
||||
}
|
||||
/**
|
||||
* <code>optional string kotlin_module_name = 4;</code>
|
||||
* @return Whether the kotlinModuleName field is set.
|
||||
*/
|
||||
internal fun hasKotlinModuleName(): kotlin.Boolean {
|
||||
return _builder.hasKotlinModuleName()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string kotlin_fragment_name = 5;</code>
|
||||
*/
|
||||
internal var kotlinFragmentName: kotlin.String
|
||||
@JvmName("getKotlinFragmentName")
|
||||
get() = _builder.getKotlinFragmentName()
|
||||
@JvmName("setKotlinFragmentName")
|
||||
set(value) {
|
||||
_builder.setKotlinFragmentName(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string kotlin_fragment_name = 5;</code>
|
||||
*/
|
||||
internal fun clearKotlinFragmentName() {
|
||||
_builder.clearKotlinFragmentName()
|
||||
}
|
||||
/**
|
||||
* <code>optional string kotlin_fragment_name = 5;</code>
|
||||
* @return Whether the kotlinFragmentName field is set.
|
||||
*/
|
||||
internal fun hasKotlinFragmentName(): kotlin.Boolean {
|
||||
return _builder.hasKotlinFragmentName()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+122
@@ -0,0 +1,122 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmCompilationOutputProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmCompilationOutputProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto = _builder.build()
|
||||
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class ClassesDirsProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @return A list containing the classesDirs.
|
||||
*/
|
||||
internal val classesDirs: com.google.protobuf.kotlin.DslList<kotlin.String, ClassesDirsProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getClassesDirsList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param value The classesDirs to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addClassesDirs")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, ClassesDirsProxy>.add(value: kotlin.String) {
|
||||
_builder.addClassesDirs(value)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param value The classesDirs to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignClassesDirs")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<kotlin.String, ClassesDirsProxy>.plusAssign(value: kotlin.String) {
|
||||
add(value)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param values The classesDirs to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllClassesDirs")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, ClassesDirsProxy>.addAll(values: kotlin.collections.Iterable<kotlin.String>) {
|
||||
_builder.addAllClassesDirs(values)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param values The classesDirs to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllClassesDirs")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<kotlin.String, ClassesDirsProxy>.plusAssign(values: kotlin.collections.Iterable<kotlin.String>) {
|
||||
addAll(values)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The classesDirs to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setClassesDirs")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<kotlin.String, ClassesDirsProxy>.set(index: kotlin.Int, value: kotlin.String) {
|
||||
_builder.setClassesDirs(index, value)
|
||||
}/**
|
||||
* <code>repeated string classes_dirs = 1;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearClassesDirs")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, ClassesDirsProxy>.clear() {
|
||||
_builder.clearClassesDirs()
|
||||
}
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
*/
|
||||
internal var resourcesDir: kotlin.String
|
||||
@JvmName("getResourcesDir")
|
||||
get() = _builder.getResourcesDir()
|
||||
@JvmName("setResourcesDir")
|
||||
set(value) {
|
||||
_builder.setResourcesDir(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
*/
|
||||
internal fun clearResourcesDir() {
|
||||
_builder.clearResourcesDir()
|
||||
}
|
||||
/**
|
||||
* <code>optional string resources_dir = 2;</code>
|
||||
* @return Whether the resourcesDir field is set.
|
||||
*/
|
||||
internal fun hasResourcesDir(): kotlin.Boolean {
|
||||
return _builder.hasResourcesDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+189
@@ -0,0 +1,189 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmContainerProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmContainerProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmContainerProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmContainerProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmContainerProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmContainerProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmContainerProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmContainerProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmContainerProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional uint32 schema_version_major = 1;</code>
|
||||
*/
|
||||
internal var schemaVersionMajor: kotlin.Int
|
||||
@JvmName("getSchemaVersionMajor")
|
||||
get() = _builder.getSchemaVersionMajor()
|
||||
@JvmName("setSchemaVersionMajor")
|
||||
set(value) {
|
||||
_builder.setSchemaVersionMajor(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 schema_version_major = 1;</code>
|
||||
*/
|
||||
internal fun clearSchemaVersionMajor() {
|
||||
_builder.clearSchemaVersionMajor()
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 schema_version_major = 1;</code>
|
||||
* @return Whether the schemaVersionMajor field is set.
|
||||
*/
|
||||
internal fun hasSchemaVersionMajor(): kotlin.Boolean {
|
||||
return _builder.hasSchemaVersionMajor()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional uint32 schema_version_minor = 2;</code>
|
||||
*/
|
||||
internal var schemaVersionMinor: kotlin.Int
|
||||
@JvmName("getSchemaVersionMinor")
|
||||
get() = _builder.getSchemaVersionMinor()
|
||||
@JvmName("setSchemaVersionMinor")
|
||||
set(value) {
|
||||
_builder.setSchemaVersionMinor(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 schema_version_minor = 2;</code>
|
||||
*/
|
||||
internal fun clearSchemaVersionMinor() {
|
||||
_builder.clearSchemaVersionMinor()
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 schema_version_minor = 2;</code>
|
||||
* @return Whether the schemaVersionMinor field is set.
|
||||
*/
|
||||
internal fun hasSchemaVersionMinor(): kotlin.Boolean {
|
||||
return _builder.hasSchemaVersionMinor()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional uint32 schema_version_patch = 3;</code>
|
||||
*/
|
||||
internal var schemaVersionPatch: kotlin.Int
|
||||
@JvmName("getSchemaVersionPatch")
|
||||
get() = _builder.getSchemaVersionPatch()
|
||||
@JvmName("setSchemaVersionPatch")
|
||||
set(value) {
|
||||
_builder.setSchemaVersionPatch(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 schema_version_patch = 3;</code>
|
||||
*/
|
||||
internal fun clearSchemaVersionPatch() {
|
||||
_builder.clearSchemaVersionPatch()
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 schema_version_patch = 3;</code>
|
||||
* @return Whether the schemaVersionPatch field is set.
|
||||
*/
|
||||
internal fun hasSchemaVersionPatch(): kotlin.Boolean {
|
||||
return _builder.hasSchemaVersionPatch()
|
||||
}
|
||||
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class SchemaInfosProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto schema_infos = 4;</code>
|
||||
*/
|
||||
internal val schemaInfos: com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto, SchemaInfosProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getSchemaInfosList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto schema_infos = 4;</code>
|
||||
* @param value The schemaInfos to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addSchemaInfos")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto, SchemaInfosProxy>.add(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto) {
|
||||
_builder.addSchemaInfos(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto schema_infos = 4;</code>
|
||||
* @param value The schemaInfos to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignSchemaInfos")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto, SchemaInfosProxy>.plusAssign(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto) {
|
||||
add(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto schema_infos = 4;</code>
|
||||
* @param values The schemaInfos to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllSchemaInfos")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto, SchemaInfosProxy>.addAll(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto>) {
|
||||
_builder.addAllSchemaInfos(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto schema_infos = 4;</code>
|
||||
* @param values The schemaInfos to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllSchemaInfos")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto, SchemaInfosProxy>.plusAssign(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto>) {
|
||||
addAll(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto schema_infos = 4;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The schemaInfos to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setSchemaInfos")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto, SchemaInfosProxy>.set(index: kotlin.Int, value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto) {
|
||||
_builder.setSchemaInfos(index, value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto schema_infos = 4;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearSchemaInfos")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto, SchemaInfosProxy>.clear() {
|
||||
_builder.clearSchemaInfos()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto project = 24;</code>
|
||||
*/
|
||||
internal var project: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto
|
||||
@JvmName("getProject")
|
||||
get() = _builder.getProject()
|
||||
@JvmName("setProject")
|
||||
set(value) {
|
||||
_builder.setProject(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto project = 24;</code>
|
||||
*/
|
||||
internal fun clearProject() {
|
||||
_builder.clearProject()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto project = 24;</code>
|
||||
* @return Whether the project field is set.
|
||||
*/
|
||||
internal fun hasProject(): kotlin.Boolean {
|
||||
return _builder.hasProject()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmContainerProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmContainerProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmContainerProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmContainerProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmDependencyProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmDependencyProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto unresolved_binary_dependency = 1;</code>
|
||||
*/
|
||||
internal var unresolvedBinaryDependency: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto
|
||||
@JvmName("getUnresolvedBinaryDependency")
|
||||
get() = _builder.getUnresolvedBinaryDependency()
|
||||
@JvmName("setUnresolvedBinaryDependency")
|
||||
set(value) {
|
||||
_builder.setUnresolvedBinaryDependency(value)
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto unresolved_binary_dependency = 1;</code>
|
||||
*/
|
||||
internal fun clearUnresolvedBinaryDependency() {
|
||||
_builder.clearUnresolvedBinaryDependency()
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto unresolved_binary_dependency = 1;</code>
|
||||
* @return Whether the unresolvedBinaryDependency field is set.
|
||||
*/
|
||||
internal fun hasUnresolvedBinaryDependency(): kotlin.Boolean {
|
||||
return _builder.hasUnresolvedBinaryDependency()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto resolved_binary_dependency = 2;</code>
|
||||
*/
|
||||
internal var resolvedBinaryDependency: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto
|
||||
@JvmName("getResolvedBinaryDependency")
|
||||
get() = _builder.getResolvedBinaryDependency()
|
||||
@JvmName("setResolvedBinaryDependency")
|
||||
set(value) {
|
||||
_builder.setResolvedBinaryDependency(value)
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto resolved_binary_dependency = 2;</code>
|
||||
*/
|
||||
internal fun clearResolvedBinaryDependency() {
|
||||
_builder.clearResolvedBinaryDependency()
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto resolved_binary_dependency = 2;</code>
|
||||
* @return Whether the resolvedBinaryDependency field is set.
|
||||
*/
|
||||
internal fun hasResolvedBinaryDependency(): kotlin.Boolean {
|
||||
return _builder.hasResolvedBinaryDependency()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto fragment_dependency = 3;</code>
|
||||
*/
|
||||
internal var fragmentDependency: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto
|
||||
@JvmName("getFragmentDependency")
|
||||
get() = _builder.getFragmentDependency()
|
||||
@JvmName("setFragmentDependency")
|
||||
set(value) {
|
||||
_builder.setFragmentDependency(value)
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto fragment_dependency = 3;</code>
|
||||
*/
|
||||
internal fun clearFragmentDependency() {
|
||||
_builder.clearFragmentDependency()
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto fragment_dependency = 3;</code>
|
||||
* @return Whether the fragmentDependency field is set.
|
||||
*/
|
||||
internal fun hasFragmentDependency(): kotlin.Boolean {
|
||||
return _builder.hasFragmentDependency()
|
||||
}
|
||||
internal val dependencyCase: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto.DependencyCase
|
||||
@JvmName("getDependencyCase")
|
||||
get() = _builder.getDependencyCase()
|
||||
|
||||
internal fun clearDependency() {
|
||||
_builder.clearDependency()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+89
@@ -0,0 +1,89 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm_extras.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmExtrasProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmExtrasProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto = _builder.build()
|
||||
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class ValuesProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
internal val values: com.google.protobuf.kotlin.DslMap<kotlin.String, com.google.protobuf.ByteString, ValuesProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@JvmName("getValuesMap")
|
||||
get() = com.google.protobuf.kotlin.DslMap(
|
||||
_builder.getValuesMap()
|
||||
)
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
@JvmName("putValues")
|
||||
internal fun com.google.protobuf.kotlin.DslMap<kotlin.String, com.google.protobuf.ByteString, ValuesProxy>
|
||||
.put(key: kotlin.String, value: com.google.protobuf.ByteString) {
|
||||
_builder.putValues(key, value)
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@JvmName("setValues")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslMap<kotlin.String, com.google.protobuf.ByteString, ValuesProxy>
|
||||
.set(key: kotlin.String, value: com.google.protobuf.ByteString) {
|
||||
put(key, value)
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@JvmName("removeValues")
|
||||
internal fun com.google.protobuf.kotlin.DslMap<kotlin.String, com.google.protobuf.ByteString, ValuesProxy>
|
||||
.remove(key: kotlin.String) {
|
||||
_builder.removeValues(key)
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@JvmName("putAllValues")
|
||||
internal fun com.google.protobuf.kotlin.DslMap<kotlin.String, com.google.protobuf.ByteString, ValuesProxy>
|
||||
.putAll(map: kotlin.collections.Map<kotlin.String, com.google.protobuf.ByteString>) {
|
||||
_builder.putAllValues(map)
|
||||
}
|
||||
/**
|
||||
* <code>map<string, bytes> values = 1;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@JvmName("clearValues")
|
||||
internal fun com.google.protobuf.kotlin.DslMap<kotlin.String, com.google.protobuf.ByteString, ValuesProxy>
|
||||
.clear() {
|
||||
_builder.clearValues()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+76
@@ -0,0 +1,76 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmFragmentCoordinatesProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmFragmentCoordinatesProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
*/
|
||||
internal var module: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto
|
||||
@JvmName("getModule")
|
||||
get() = _builder.getModule()
|
||||
@JvmName("setModule")
|
||||
set(value) {
|
||||
_builder.setModule(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
*/
|
||||
internal fun clearModule() {
|
||||
_builder.clearModule()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto module = 1;</code>
|
||||
* @return Whether the module field is set.
|
||||
*/
|
||||
internal fun hasModule(): kotlin.Boolean {
|
||||
return _builder.hasModule()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
*/
|
||||
internal var fragmentName: kotlin.String
|
||||
@JvmName("getFragmentName")
|
||||
get() = _builder.getFragmentName()
|
||||
@JvmName("setFragmentName")
|
||||
set(value) {
|
||||
_builder.setFragmentName(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
*/
|
||||
internal fun clearFragmentName() {
|
||||
_builder.clearFragmentName()
|
||||
}
|
||||
/**
|
||||
* <code>optional string fragment_name = 2;</code>
|
||||
* @return Whether the fragmentName field is set.
|
||||
*/
|
||||
internal fun hasFragmentName(): kotlin.Boolean {
|
||||
return _builder.hasFragmentName()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+100
@@ -0,0 +1,100 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmFragmentDependencyProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmFragmentDependencyProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto.Type type = 2;</code>
|
||||
*/
|
||||
internal var type: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto.Type
|
||||
@JvmName("getType")
|
||||
get() = _builder.getType()
|
||||
@JvmName("setType")
|
||||
set(value) {
|
||||
_builder.setType(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto.Type type = 2;</code>
|
||||
*/
|
||||
internal fun clearType() {
|
||||
_builder.clearType()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto.Type type = 2;</code>
|
||||
* @return Whether the type field is set.
|
||||
*/
|
||||
internal fun hasType(): kotlin.Boolean {
|
||||
return _builder.hasType()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto coordinates = 3;</code>
|
||||
*/
|
||||
internal var coordinates: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto
|
||||
@JvmName("getCoordinates")
|
||||
get() = _builder.getCoordinates()
|
||||
@JvmName("setCoordinates")
|
||||
set(value) {
|
||||
_builder.setCoordinates(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto coordinates = 3;</code>
|
||||
*/
|
||||
internal fun clearCoordinates() {
|
||||
_builder.clearCoordinates()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto coordinates = 3;</code>
|
||||
* @return Whether the coordinates field is set.
|
||||
*/
|
||||
internal fun hasCoordinates(): kotlin.Boolean {
|
||||
return _builder.hasCoordinates()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentDependencyProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+295
@@ -0,0 +1,295 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmFragmentProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmFragmentProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
internal var coordinates: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto
|
||||
@JvmName("getCoordinates")
|
||||
get() = _builder.getCoordinates()
|
||||
@JvmName("setCoordinates")
|
||||
set(value) {
|
||||
_builder.setCoordinates(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
internal fun clearCoordinates() {
|
||||
_builder.clearCoordinates()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentCoordinatesProto coordinates = 2;</code>
|
||||
* @return Whether the coordinates field is set.
|
||||
*/
|
||||
internal fun hasCoordinates(): kotlin.Boolean {
|
||||
return _builder.hasCoordinates()
|
||||
}
|
||||
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class PlatformsProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platforms = 3;</code>
|
||||
*/
|
||||
internal val platforms: com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto, PlatformsProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getPlatformsList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platforms = 3;</code>
|
||||
* @param value The platforms to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addPlatforms")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto, PlatformsProxy>.add(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto) {
|
||||
_builder.addPlatforms(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platforms = 3;</code>
|
||||
* @param value The platforms to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignPlatforms")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto, PlatformsProxy>.plusAssign(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto) {
|
||||
add(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platforms = 3;</code>
|
||||
* @param values The platforms to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllPlatforms")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto, PlatformsProxy>.addAll(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto>) {
|
||||
_builder.addAllPlatforms(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platforms = 3;</code>
|
||||
* @param values The platforms to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllPlatforms")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto, PlatformsProxy>.plusAssign(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto>) {
|
||||
addAll(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platforms = 3;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The platforms to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setPlatforms")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto, PlatformsProxy>.set(index: kotlin.Int, value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto) {
|
||||
_builder.setPlatforms(index, value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platforms = 3;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearPlatforms")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto, PlatformsProxy>.clear() {
|
||||
_builder.clearPlatforms()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto language_settings = 4;</code>
|
||||
*/
|
||||
internal var languageSettings: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto
|
||||
@JvmName("getLanguageSettings")
|
||||
get() = _builder.getLanguageSettings()
|
||||
@JvmName("setLanguageSettings")
|
||||
set(value) {
|
||||
_builder.setLanguageSettings(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto language_settings = 4;</code>
|
||||
*/
|
||||
internal fun clearLanguageSettings() {
|
||||
_builder.clearLanguageSettings()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto language_settings = 4;</code>
|
||||
* @return Whether the languageSettings field is set.
|
||||
*/
|
||||
internal fun hasLanguageSettings(): kotlin.Boolean {
|
||||
return _builder.hasLanguageSettings()
|
||||
}
|
||||
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class DependenciesProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto dependencies = 5;</code>
|
||||
*/
|
||||
internal val dependencies: com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto, DependenciesProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getDependenciesList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto dependencies = 5;</code>
|
||||
* @param value The dependencies to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addDependencies")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto, DependenciesProxy>.add(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto) {
|
||||
_builder.addDependencies(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto dependencies = 5;</code>
|
||||
* @param value The dependencies to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignDependencies")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto, DependenciesProxy>.plusAssign(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto) {
|
||||
add(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto dependencies = 5;</code>
|
||||
* @param values The dependencies to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllDependencies")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto, DependenciesProxy>.addAll(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto>) {
|
||||
_builder.addAllDependencies(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto dependencies = 5;</code>
|
||||
* @param values The dependencies to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllDependencies")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto, DependenciesProxy>.plusAssign(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto>) {
|
||||
addAll(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto dependencies = 5;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The dependencies to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setDependencies")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto, DependenciesProxy>.set(index: kotlin.Int, value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto) {
|
||||
_builder.setDependencies(index, value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto dependencies = 5;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearDependencies")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmDependencyProto, DependenciesProxy>.clear() {
|
||||
_builder.clearDependencies()
|
||||
}
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class SourceDirectoriesProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto source_directories = 6;</code>
|
||||
*/
|
||||
internal val sourceDirectories: com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto, SourceDirectoriesProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getSourceDirectoriesList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto source_directories = 6;</code>
|
||||
* @param value The sourceDirectories to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addSourceDirectories")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto, SourceDirectoriesProxy>.add(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto) {
|
||||
_builder.addSourceDirectories(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto source_directories = 6;</code>
|
||||
* @param value The sourceDirectories to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignSourceDirectories")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto, SourceDirectoriesProxy>.plusAssign(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto) {
|
||||
add(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto source_directories = 6;</code>
|
||||
* @param values The sourceDirectories to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllSourceDirectories")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto, SourceDirectoriesProxy>.addAll(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto>) {
|
||||
_builder.addAllSourceDirectories(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto source_directories = 6;</code>
|
||||
* @param values The sourceDirectories to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllSourceDirectories")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto, SourceDirectoriesProxy>.plusAssign(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto>) {
|
||||
addAll(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto source_directories = 6;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The sourceDirectories to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setSourceDirectories")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto, SourceDirectoriesProxy>.set(index: kotlin.Int, value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto) {
|
||||
_builder.setSourceDirectories(index, value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto source_directories = 6;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearSourceDirectories")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto, SourceDirectoriesProxy>.clear() {
|
||||
_builder.clearSourceDirectories()
|
||||
}}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+76
@@ -0,0 +1,76 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmJsPlatformProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmJsPlatformProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional bool isIr = 2;</code>
|
||||
*/
|
||||
internal var isIr: kotlin.Boolean
|
||||
@JvmName("getIsIr")
|
||||
get() = _builder.getIsIr()
|
||||
@JvmName("setIsIr")
|
||||
set(value) {
|
||||
_builder.setIsIr(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional bool isIr = 2;</code>
|
||||
*/
|
||||
internal fun clearIsIr() {
|
||||
_builder.clearIsIr()
|
||||
}
|
||||
/**
|
||||
* <code>optional bool isIr = 2;</code>
|
||||
* @return Whether the isIr field is set.
|
||||
*/
|
||||
internal fun hasIsIr(): kotlin.Boolean {
|
||||
return _builder.hasIsIr()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+76
@@ -0,0 +1,76 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmJvmPlatformProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmJvmPlatformProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
*/
|
||||
internal var jvmTarget: kotlin.String
|
||||
@JvmName("getJvmTarget")
|
||||
get() = _builder.getJvmTarget()
|
||||
@JvmName("setJvmTarget")
|
||||
set(value) {
|
||||
_builder.setJvmTarget(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
*/
|
||||
internal fun clearJvmTarget() {
|
||||
_builder.clearJvmTarget()
|
||||
}
|
||||
/**
|
||||
* <code>optional string jvm_target = 2;</code>
|
||||
* @return Whether the jvmTarget field is set.
|
||||
*/
|
||||
internal fun hasJvmTarget(): kotlin.Boolean {
|
||||
return _builder.hasJvmTarget()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+450
@@ -0,0 +1,450 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmLanguageSettingsProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmLanguageSettingsProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional string language_version = 1;</code>
|
||||
*/
|
||||
internal var languageVersion: kotlin.String
|
||||
@JvmName("getLanguageVersion")
|
||||
get() = _builder.getLanguageVersion()
|
||||
@JvmName("setLanguageVersion")
|
||||
set(value) {
|
||||
_builder.setLanguageVersion(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string language_version = 1;</code>
|
||||
*/
|
||||
internal fun clearLanguageVersion() {
|
||||
_builder.clearLanguageVersion()
|
||||
}
|
||||
/**
|
||||
* <code>optional string language_version = 1;</code>
|
||||
* @return Whether the languageVersion field is set.
|
||||
*/
|
||||
internal fun hasLanguageVersion(): kotlin.Boolean {
|
||||
return _builder.hasLanguageVersion()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string api_version = 2;</code>
|
||||
*/
|
||||
internal var apiVersion: kotlin.String
|
||||
@JvmName("getApiVersion")
|
||||
get() = _builder.getApiVersion()
|
||||
@JvmName("setApiVersion")
|
||||
set(value) {
|
||||
_builder.setApiVersion(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string api_version = 2;</code>
|
||||
*/
|
||||
internal fun clearApiVersion() {
|
||||
_builder.clearApiVersion()
|
||||
}
|
||||
/**
|
||||
* <code>optional string api_version = 2;</code>
|
||||
* @return Whether the apiVersion field is set.
|
||||
*/
|
||||
internal fun hasApiVersion(): kotlin.Boolean {
|
||||
return _builder.hasApiVersion()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional bool is_progressive_mode = 3;</code>
|
||||
*/
|
||||
internal var isProgressiveMode: kotlin.Boolean
|
||||
@JvmName("getIsProgressiveMode")
|
||||
get() = _builder.getIsProgressiveMode()
|
||||
@JvmName("setIsProgressiveMode")
|
||||
set(value) {
|
||||
_builder.setIsProgressiveMode(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional bool is_progressive_mode = 3;</code>
|
||||
*/
|
||||
internal fun clearIsProgressiveMode() {
|
||||
_builder.clearIsProgressiveMode()
|
||||
}
|
||||
/**
|
||||
* <code>optional bool is_progressive_mode = 3;</code>
|
||||
* @return Whether the isProgressiveMode field is set.
|
||||
*/
|
||||
internal fun hasIsProgressiveMode(): kotlin.Boolean {
|
||||
return _builder.hasIsProgressiveMode()
|
||||
}
|
||||
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class EnabledLanguageFeaturesProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated string enabled_language_features = 4;</code>
|
||||
* @return A list containing the enabledLanguageFeatures.
|
||||
*/
|
||||
internal val enabledLanguageFeatures: com.google.protobuf.kotlin.DslList<kotlin.String, EnabledLanguageFeaturesProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getEnabledLanguageFeaturesList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated string enabled_language_features = 4;</code>
|
||||
* @param value The enabledLanguageFeatures to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addEnabledLanguageFeatures")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, EnabledLanguageFeaturesProxy>.add(value: kotlin.String) {
|
||||
_builder.addEnabledLanguageFeatures(value)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string enabled_language_features = 4;</code>
|
||||
* @param value The enabledLanguageFeatures to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignEnabledLanguageFeatures")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<kotlin.String, EnabledLanguageFeaturesProxy>.plusAssign(value: kotlin.String) {
|
||||
add(value)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string enabled_language_features = 4;</code>
|
||||
* @param values The enabledLanguageFeatures to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllEnabledLanguageFeatures")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, EnabledLanguageFeaturesProxy>.addAll(values: kotlin.collections.Iterable<kotlin.String>) {
|
||||
_builder.addAllEnabledLanguageFeatures(values)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string enabled_language_features = 4;</code>
|
||||
* @param values The enabledLanguageFeatures to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllEnabledLanguageFeatures")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<kotlin.String, EnabledLanguageFeaturesProxy>.plusAssign(values: kotlin.collections.Iterable<kotlin.String>) {
|
||||
addAll(values)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string enabled_language_features = 4;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The enabledLanguageFeatures to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setEnabledLanguageFeatures")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<kotlin.String, EnabledLanguageFeaturesProxy>.set(index: kotlin.Int, value: kotlin.String) {
|
||||
_builder.setEnabledLanguageFeatures(index, value)
|
||||
}/**
|
||||
* <code>repeated string enabled_language_features = 4;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearEnabledLanguageFeatures")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, EnabledLanguageFeaturesProxy>.clear() {
|
||||
_builder.clearEnabledLanguageFeatures()
|
||||
}
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class OptInAnnotationsInUseProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated string opt_in_annotations_in_use = 5;</code>
|
||||
* @return A list containing the optInAnnotationsInUse.
|
||||
*/
|
||||
internal val optInAnnotationsInUse: com.google.protobuf.kotlin.DslList<kotlin.String, OptInAnnotationsInUseProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getOptInAnnotationsInUseList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated string opt_in_annotations_in_use = 5;</code>
|
||||
* @param value The optInAnnotationsInUse to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addOptInAnnotationsInUse")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, OptInAnnotationsInUseProxy>.add(value: kotlin.String) {
|
||||
_builder.addOptInAnnotationsInUse(value)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string opt_in_annotations_in_use = 5;</code>
|
||||
* @param value The optInAnnotationsInUse to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignOptInAnnotationsInUse")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<kotlin.String, OptInAnnotationsInUseProxy>.plusAssign(value: kotlin.String) {
|
||||
add(value)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string opt_in_annotations_in_use = 5;</code>
|
||||
* @param values The optInAnnotationsInUse to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllOptInAnnotationsInUse")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, OptInAnnotationsInUseProxy>.addAll(values: kotlin.collections.Iterable<kotlin.String>) {
|
||||
_builder.addAllOptInAnnotationsInUse(values)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string opt_in_annotations_in_use = 5;</code>
|
||||
* @param values The optInAnnotationsInUse to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllOptInAnnotationsInUse")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<kotlin.String, OptInAnnotationsInUseProxy>.plusAssign(values: kotlin.collections.Iterable<kotlin.String>) {
|
||||
addAll(values)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string opt_in_annotations_in_use = 5;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The optInAnnotationsInUse to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setOptInAnnotationsInUse")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<kotlin.String, OptInAnnotationsInUseProxy>.set(index: kotlin.Int, value: kotlin.String) {
|
||||
_builder.setOptInAnnotationsInUse(index, value)
|
||||
}/**
|
||||
* <code>repeated string opt_in_annotations_in_use = 5;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearOptInAnnotationsInUse")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, OptInAnnotationsInUseProxy>.clear() {
|
||||
_builder.clearOptInAnnotationsInUse()
|
||||
}
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class CompilerPluginArgumentsProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_arguments = 6;</code>
|
||||
* @return A list containing the compilerPluginArguments.
|
||||
*/
|
||||
internal val compilerPluginArguments: com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginArgumentsProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getCompilerPluginArgumentsList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_arguments = 6;</code>
|
||||
* @param value The compilerPluginArguments to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addCompilerPluginArguments")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginArgumentsProxy>.add(value: kotlin.String) {
|
||||
_builder.addCompilerPluginArguments(value)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_arguments = 6;</code>
|
||||
* @param value The compilerPluginArguments to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignCompilerPluginArguments")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginArgumentsProxy>.plusAssign(value: kotlin.String) {
|
||||
add(value)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_arguments = 6;</code>
|
||||
* @param values The compilerPluginArguments to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllCompilerPluginArguments")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginArgumentsProxy>.addAll(values: kotlin.collections.Iterable<kotlin.String>) {
|
||||
_builder.addAllCompilerPluginArguments(values)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_arguments = 6;</code>
|
||||
* @param values The compilerPluginArguments to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllCompilerPluginArguments")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginArgumentsProxy>.plusAssign(values: kotlin.collections.Iterable<kotlin.String>) {
|
||||
addAll(values)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_arguments = 6;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The compilerPluginArguments to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setCompilerPluginArguments")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginArgumentsProxy>.set(index: kotlin.Int, value: kotlin.String) {
|
||||
_builder.setCompilerPluginArguments(index, value)
|
||||
}/**
|
||||
* <code>repeated string compiler_plugin_arguments = 6;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearCompilerPluginArguments")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginArgumentsProxy>.clear() {
|
||||
_builder.clearCompilerPluginArguments()
|
||||
}
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class CompilerPluginClasspathProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_classpath = 7;</code>
|
||||
* @return A list containing the compilerPluginClasspath.
|
||||
*/
|
||||
internal val compilerPluginClasspath: com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginClasspathProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getCompilerPluginClasspathList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_classpath = 7;</code>
|
||||
* @param value The compilerPluginClasspath to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addCompilerPluginClasspath")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginClasspathProxy>.add(value: kotlin.String) {
|
||||
_builder.addCompilerPluginClasspath(value)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_classpath = 7;</code>
|
||||
* @param value The compilerPluginClasspath to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignCompilerPluginClasspath")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginClasspathProxy>.plusAssign(value: kotlin.String) {
|
||||
add(value)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_classpath = 7;</code>
|
||||
* @param values The compilerPluginClasspath to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllCompilerPluginClasspath")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginClasspathProxy>.addAll(values: kotlin.collections.Iterable<kotlin.String>) {
|
||||
_builder.addAllCompilerPluginClasspath(values)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_classpath = 7;</code>
|
||||
* @param values The compilerPluginClasspath to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllCompilerPluginClasspath")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginClasspathProxy>.plusAssign(values: kotlin.collections.Iterable<kotlin.String>) {
|
||||
addAll(values)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string compiler_plugin_classpath = 7;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The compilerPluginClasspath to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setCompilerPluginClasspath")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginClasspathProxy>.set(index: kotlin.Int, value: kotlin.String) {
|
||||
_builder.setCompilerPluginClasspath(index, value)
|
||||
}/**
|
||||
* <code>repeated string compiler_plugin_classpath = 7;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearCompilerPluginClasspath")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, CompilerPluginClasspathProxy>.clear() {
|
||||
_builder.clearCompilerPluginClasspath()
|
||||
}
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class FreeCompilerArgsProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated string free_compiler_args = 8;</code>
|
||||
* @return A list containing the freeCompilerArgs.
|
||||
*/
|
||||
internal val freeCompilerArgs: com.google.protobuf.kotlin.DslList<kotlin.String, FreeCompilerArgsProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getFreeCompilerArgsList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated string free_compiler_args = 8;</code>
|
||||
* @param value The freeCompilerArgs to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addFreeCompilerArgs")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, FreeCompilerArgsProxy>.add(value: kotlin.String) {
|
||||
_builder.addFreeCompilerArgs(value)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string free_compiler_args = 8;</code>
|
||||
* @param value The freeCompilerArgs to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignFreeCompilerArgs")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<kotlin.String, FreeCompilerArgsProxy>.plusAssign(value: kotlin.String) {
|
||||
add(value)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string free_compiler_args = 8;</code>
|
||||
* @param values The freeCompilerArgs to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllFreeCompilerArgs")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, FreeCompilerArgsProxy>.addAll(values: kotlin.collections.Iterable<kotlin.String>) {
|
||||
_builder.addAllFreeCompilerArgs(values)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string free_compiler_args = 8;</code>
|
||||
* @param values The freeCompilerArgs to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllFreeCompilerArgs")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<kotlin.String, FreeCompilerArgsProxy>.plusAssign(values: kotlin.collections.Iterable<kotlin.String>) {
|
||||
addAll(values)
|
||||
}
|
||||
/**
|
||||
* <code>repeated string free_compiler_args = 8;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The freeCompilerArgs to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setFreeCompilerArgs")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<kotlin.String, FreeCompilerArgsProxy>.set(index: kotlin.Int, value: kotlin.String) {
|
||||
_builder.setFreeCompilerArgs(index, value)
|
||||
}/**
|
||||
* <code>repeated string free_compiler_args = 8;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearFreeCompilerArgs")
|
||||
internal fun com.google.protobuf.kotlin.DslList<kotlin.String, FreeCompilerArgsProxy>.clear() {
|
||||
_builder.clearFreeCompilerArgs()
|
||||
}}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmLanguageSettingsProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+148
@@ -0,0 +1,148 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmModuleCoordinatesProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmModuleCoordinatesProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional string build_id = 1;</code>
|
||||
*/
|
||||
internal var buildId: kotlin.String
|
||||
@JvmName("getBuildId")
|
||||
get() = _builder.getBuildId()
|
||||
@JvmName("setBuildId")
|
||||
set(value) {
|
||||
_builder.setBuildId(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string build_id = 1;</code>
|
||||
*/
|
||||
internal fun clearBuildId() {
|
||||
_builder.clearBuildId()
|
||||
}
|
||||
/**
|
||||
* <code>optional string build_id = 1;</code>
|
||||
* @return Whether the buildId field is set.
|
||||
*/
|
||||
internal fun hasBuildId(): kotlin.Boolean {
|
||||
return _builder.hasBuildId()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string project_path = 2;</code>
|
||||
*/
|
||||
internal var projectPath: kotlin.String
|
||||
@JvmName("getProjectPath")
|
||||
get() = _builder.getProjectPath()
|
||||
@JvmName("setProjectPath")
|
||||
set(value) {
|
||||
_builder.setProjectPath(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string project_path = 2;</code>
|
||||
*/
|
||||
internal fun clearProjectPath() {
|
||||
_builder.clearProjectPath()
|
||||
}
|
||||
/**
|
||||
* <code>optional string project_path = 2;</code>
|
||||
* @return Whether the projectPath field is set.
|
||||
*/
|
||||
internal fun hasProjectPath(): kotlin.Boolean {
|
||||
return _builder.hasProjectPath()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string project_name = 3;</code>
|
||||
*/
|
||||
internal var projectName: kotlin.String
|
||||
@JvmName("getProjectName")
|
||||
get() = _builder.getProjectName()
|
||||
@JvmName("setProjectName")
|
||||
set(value) {
|
||||
_builder.setProjectName(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string project_name = 3;</code>
|
||||
*/
|
||||
internal fun clearProjectName() {
|
||||
_builder.clearProjectName()
|
||||
}
|
||||
/**
|
||||
* <code>optional string project_name = 3;</code>
|
||||
* @return Whether the projectName field is set.
|
||||
*/
|
||||
internal fun hasProjectName(): kotlin.Boolean {
|
||||
return _builder.hasProjectName()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string module_name = 4;</code>
|
||||
*/
|
||||
internal var moduleName: kotlin.String
|
||||
@JvmName("getModuleName")
|
||||
get() = _builder.getModuleName()
|
||||
@JvmName("setModuleName")
|
||||
set(value) {
|
||||
_builder.setModuleName(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string module_name = 4;</code>
|
||||
*/
|
||||
internal fun clearModuleName() {
|
||||
_builder.clearModuleName()
|
||||
}
|
||||
/**
|
||||
* <code>optional string module_name = 4;</code>
|
||||
* @return Whether the moduleName field is set.
|
||||
*/
|
||||
internal fun hasModuleName(): kotlin.Boolean {
|
||||
return _builder.hasModuleName()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string module_classifier = 5;</code>
|
||||
*/
|
||||
internal var moduleClassifier: kotlin.String
|
||||
@JvmName("getModuleClassifier")
|
||||
get() = _builder.getModuleClassifier()
|
||||
@JvmName("setModuleClassifier")
|
||||
set(value) {
|
||||
_builder.setModuleClassifier(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string module_classifier = 5;</code>
|
||||
*/
|
||||
internal fun clearModuleClassifier() {
|
||||
_builder.clearModuleClassifier()
|
||||
}
|
||||
/**
|
||||
* <code>optional string module_classifier = 5;</code>
|
||||
* @return Whether the moduleClassifier field is set.
|
||||
*/
|
||||
internal fun hasModuleClassifier(): kotlin.Boolean {
|
||||
return _builder.hasModuleClassifier()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+206
@@ -0,0 +1,206 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmModuleProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmModuleProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
internal var coordinates: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto
|
||||
@JvmName("getCoordinates")
|
||||
get() = _builder.getCoordinates()
|
||||
@JvmName("setCoordinates")
|
||||
set(value) {
|
||||
_builder.setCoordinates(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
internal fun clearCoordinates() {
|
||||
_builder.clearCoordinates()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleCoordinatesProto coordinates = 2;</code>
|
||||
* @return Whether the coordinates field is set.
|
||||
*/
|
||||
internal fun hasCoordinates(): kotlin.Boolean {
|
||||
return _builder.hasCoordinates()
|
||||
}
|
||||
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class FragmentsProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragments = 3;</code>
|
||||
*/
|
||||
internal val fragments: com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto, FragmentsProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getFragmentsList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragments = 3;</code>
|
||||
* @param value The fragments to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addFragments")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto, FragmentsProxy>.add(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto) {
|
||||
_builder.addFragments(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragments = 3;</code>
|
||||
* @param value The fragments to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignFragments")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto, FragmentsProxy>.plusAssign(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto) {
|
||||
add(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragments = 3;</code>
|
||||
* @param values The fragments to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllFragments")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto, FragmentsProxy>.addAll(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto>) {
|
||||
_builder.addAllFragments(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragments = 3;</code>
|
||||
* @param values The fragments to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllFragments")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto, FragmentsProxy>.plusAssign(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto>) {
|
||||
addAll(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragments = 3;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The fragments to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setFragments")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto, FragmentsProxy>.set(index: kotlin.Int, value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto) {
|
||||
_builder.setFragments(index, value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragments = 3;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearFragments")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto, FragmentsProxy>.clear() {
|
||||
_builder.clearFragments()
|
||||
}
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class VariantsProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto variants = 4;</code>
|
||||
*/
|
||||
internal val variants: com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto, VariantsProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getVariantsList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto variants = 4;</code>
|
||||
* @param value The variants to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addVariants")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto, VariantsProxy>.add(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto) {
|
||||
_builder.addVariants(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto variants = 4;</code>
|
||||
* @param value The variants to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignVariants")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto, VariantsProxy>.plusAssign(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto) {
|
||||
add(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto variants = 4;</code>
|
||||
* @param values The variants to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllVariants")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto, VariantsProxy>.addAll(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto>) {
|
||||
_builder.addAllVariants(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto variants = 4;</code>
|
||||
* @param values The variants to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllVariants")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto, VariantsProxy>.plusAssign(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto>) {
|
||||
addAll(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto variants = 4;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The variants to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setVariants")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto, VariantsProxy>.set(index: kotlin.Int, value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto) {
|
||||
_builder.setVariants(index, value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto variants = 4;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearVariants")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto, VariantsProxy>.clear() {
|
||||
_builder.clearVariants()
|
||||
}}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+76
@@ -0,0 +1,76 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmNativePlatformProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmNativePlatformProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
*/
|
||||
internal var konanTarget: kotlin.String
|
||||
@JvmName("getKonanTarget")
|
||||
get() = _builder.getKonanTarget()
|
||||
@JvmName("setKonanTarget")
|
||||
set(value) {
|
||||
_builder.setKonanTarget(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
*/
|
||||
internal fun clearKonanTarget() {
|
||||
_builder.clearKonanTarget()
|
||||
}
|
||||
/**
|
||||
* <code>optional string konan_target = 2;</code>
|
||||
* @return Whether the konanTarget field is set.
|
||||
*/
|
||||
internal fun hasKonanTarget(): kotlin.Boolean {
|
||||
return _builder.hasKonanTarget()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+155
@@ -0,0 +1,155 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmPlatformProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmPlatformProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto jvm = 1;</code>
|
||||
*/
|
||||
internal var jvm: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto
|
||||
@JvmName("getJvm")
|
||||
get() = _builder.getJvm()
|
||||
@JvmName("setJvm")
|
||||
set(value) {
|
||||
_builder.setJvm(value)
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto jvm = 1;</code>
|
||||
*/
|
||||
internal fun clearJvm() {
|
||||
_builder.clearJvm()
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJvmPlatformProto jvm = 1;</code>
|
||||
* @return Whether the jvm field is set.
|
||||
*/
|
||||
internal fun hasJvm(): kotlin.Boolean {
|
||||
return _builder.hasJvm()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto native = 2;</code>
|
||||
*/
|
||||
internal var native: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto
|
||||
@JvmName("getNative")
|
||||
get() = _builder.getNative()
|
||||
@JvmName("setNative")
|
||||
set(value) {
|
||||
_builder.setNative(value)
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto native = 2;</code>
|
||||
*/
|
||||
internal fun clearNative() {
|
||||
_builder.clearNative()
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmNativePlatformProto native = 2;</code>
|
||||
* @return Whether the native field is set.
|
||||
*/
|
||||
internal fun hasNative(): kotlin.Boolean {
|
||||
return _builder.hasNative()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto js = 3;</code>
|
||||
*/
|
||||
internal var js: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto
|
||||
@JvmName("getJs")
|
||||
get() = _builder.getJs()
|
||||
@JvmName("setJs")
|
||||
set(value) {
|
||||
_builder.setJs(value)
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto js = 3;</code>
|
||||
*/
|
||||
internal fun clearJs() {
|
||||
_builder.clearJs()
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmJsPlatformProto js = 3;</code>
|
||||
* @return Whether the js field is set.
|
||||
*/
|
||||
internal fun hasJs(): kotlin.Boolean {
|
||||
return _builder.hasJs()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto wasm = 4;</code>
|
||||
*/
|
||||
internal var wasm: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto
|
||||
@JvmName("getWasm")
|
||||
get() = _builder.getWasm()
|
||||
@JvmName("setWasm")
|
||||
set(value) {
|
||||
_builder.setWasm(value)
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto wasm = 4;</code>
|
||||
*/
|
||||
internal fun clearWasm() {
|
||||
_builder.clearWasm()
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto wasm = 4;</code>
|
||||
* @return Whether the wasm field is set.
|
||||
*/
|
||||
internal fun hasWasm(): kotlin.Boolean {
|
||||
return _builder.hasWasm()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto unknown = 5;</code>
|
||||
*/
|
||||
internal var unknown: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto
|
||||
@JvmName("getUnknown")
|
||||
get() = _builder.getUnknown()
|
||||
@JvmName("setUnknown")
|
||||
set(value) {
|
||||
_builder.setUnknown(value)
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto unknown = 5;</code>
|
||||
*/
|
||||
internal fun clearUnknown() {
|
||||
_builder.clearUnknown()
|
||||
}
|
||||
/**
|
||||
* <code>.org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto unknown = 5;</code>
|
||||
* @return Whether the unknown field is set.
|
||||
*/
|
||||
internal fun hasUnknown(): kotlin.Boolean {
|
||||
return _builder.hasUnknown()
|
||||
}
|
||||
internal val platformCase: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto.PlatformCase
|
||||
@JvmName("getPlatformCase")
|
||||
get() = _builder.getPlatformCase()
|
||||
|
||||
internal fun clearPlatform() {
|
||||
_builder.clearPlatform()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+213
@@ -0,0 +1,213 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmProjectProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmProjectProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string gradle_plugin_version = 2;</code>
|
||||
*/
|
||||
internal var gradlePluginVersion: kotlin.String
|
||||
@JvmName("getGradlePluginVersion")
|
||||
get() = _builder.getGradlePluginVersion()
|
||||
@JvmName("setGradlePluginVersion")
|
||||
set(value) {
|
||||
_builder.setGradlePluginVersion(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string gradle_plugin_version = 2;</code>
|
||||
*/
|
||||
internal fun clearGradlePluginVersion() {
|
||||
_builder.clearGradlePluginVersion()
|
||||
}
|
||||
/**
|
||||
* <code>optional string gradle_plugin_version = 2;</code>
|
||||
* @return Whether the gradlePluginVersion field is set.
|
||||
*/
|
||||
internal fun hasGradlePluginVersion(): kotlin.Boolean {
|
||||
return _builder.hasGradlePluginVersion()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string core_libraries_version = 3;</code>
|
||||
*/
|
||||
internal var coreLibrariesVersion: kotlin.String
|
||||
@JvmName("getCoreLibrariesVersion")
|
||||
get() = _builder.getCoreLibrariesVersion()
|
||||
@JvmName("setCoreLibrariesVersion")
|
||||
set(value) {
|
||||
_builder.setCoreLibrariesVersion(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string core_libraries_version = 3;</code>
|
||||
*/
|
||||
internal fun clearCoreLibrariesVersion() {
|
||||
_builder.clearCoreLibrariesVersion()
|
||||
}
|
||||
/**
|
||||
* <code>optional string core_libraries_version = 3;</code>
|
||||
* @return Whether the coreLibrariesVersion field is set.
|
||||
*/
|
||||
internal fun hasCoreLibrariesVersion(): kotlin.Boolean {
|
||||
return _builder.hasCoreLibrariesVersion()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string explicit_api_mode_cli_option = 4;</code>
|
||||
*/
|
||||
internal var explicitApiModeCliOption: kotlin.String
|
||||
@JvmName("getExplicitApiModeCliOption")
|
||||
get() = _builder.getExplicitApiModeCliOption()
|
||||
@JvmName("setExplicitApiModeCliOption")
|
||||
set(value) {
|
||||
_builder.setExplicitApiModeCliOption(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string explicit_api_mode_cli_option = 4;</code>
|
||||
*/
|
||||
internal fun clearExplicitApiModeCliOption() {
|
||||
_builder.clearExplicitApiModeCliOption()
|
||||
}
|
||||
/**
|
||||
* <code>optional string explicit_api_mode_cli_option = 4;</code>
|
||||
* @return Whether the explicitApiModeCliOption field is set.
|
||||
*/
|
||||
internal fun hasExplicitApiModeCliOption(): kotlin.Boolean {
|
||||
return _builder.hasExplicitApiModeCliOption()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string kotlin_native_home = 5;</code>
|
||||
*/
|
||||
internal var kotlinNativeHome: kotlin.String
|
||||
@JvmName("getKotlinNativeHome")
|
||||
get() = _builder.getKotlinNativeHome()
|
||||
@JvmName("setKotlinNativeHome")
|
||||
set(value) {
|
||||
_builder.setKotlinNativeHome(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string kotlin_native_home = 5;</code>
|
||||
*/
|
||||
internal fun clearKotlinNativeHome() {
|
||||
_builder.clearKotlinNativeHome()
|
||||
}
|
||||
/**
|
||||
* <code>optional string kotlin_native_home = 5;</code>
|
||||
* @return Whether the kotlinNativeHome field is set.
|
||||
*/
|
||||
internal fun hasKotlinNativeHome(): kotlin.Boolean {
|
||||
return _builder.hasKotlinNativeHome()
|
||||
}
|
||||
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class ModulesProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto modules = 6;</code>
|
||||
*/
|
||||
internal val modules: com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto, ModulesProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
get() = com.google.protobuf.kotlin.DslList(
|
||||
_builder.getModulesList()
|
||||
)
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto modules = 6;</code>
|
||||
* @param value The modules to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addModules")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto, ModulesProxy>.add(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto) {
|
||||
_builder.addModules(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto modules = 6;</code>
|
||||
* @param value The modules to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignModules")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto, ModulesProxy>.plusAssign(value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto) {
|
||||
add(value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto modules = 6;</code>
|
||||
* @param values The modules to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("addAllModules")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto, ModulesProxy>.addAll(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto>) {
|
||||
_builder.addAllModules(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto modules = 6;</code>
|
||||
* @param values The modules to add.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("plusAssignAllModules")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto, ModulesProxy>.plusAssign(values: kotlin.collections.Iterable<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto>) {
|
||||
addAll(values)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto modules = 6;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The modules to set.
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("setModules")
|
||||
internal operator fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto, ModulesProxy>.set(index: kotlin.Int, value: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto) {
|
||||
_builder.setModules(index, value)
|
||||
}/**
|
||||
* <code>repeated .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto modules = 6;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.jvm.JvmName("clearModules")
|
||||
internal fun com.google.protobuf.kotlin.DslList<org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmModuleProto, ModulesProxy>.clear() {
|
||||
_builder.clearModules()
|
||||
}}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmProjectProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+124
@@ -0,0 +1,124 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmResolvedBinaryDependencyProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmResolvedBinaryDependencyProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
internal var coordinates: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto
|
||||
@JvmName("getCoordinates")
|
||||
get() = _builder.getCoordinates()
|
||||
@JvmName("setCoordinates")
|
||||
set(value) {
|
||||
_builder.setCoordinates(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
internal fun clearCoordinates() {
|
||||
_builder.clearCoordinates()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
* @return Whether the coordinates field is set.
|
||||
*/
|
||||
internal fun hasCoordinates(): kotlin.Boolean {
|
||||
return _builder.hasCoordinates()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string binary_type = 3;</code>
|
||||
*/
|
||||
internal var binaryType: kotlin.String
|
||||
@JvmName("getBinaryType")
|
||||
get() = _builder.getBinaryType()
|
||||
@JvmName("setBinaryType")
|
||||
set(value) {
|
||||
_builder.setBinaryType(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string binary_type = 3;</code>
|
||||
*/
|
||||
internal fun clearBinaryType() {
|
||||
_builder.clearBinaryType()
|
||||
}
|
||||
/**
|
||||
* <code>optional string binary_type = 3;</code>
|
||||
* @return Whether the binaryType field is set.
|
||||
*/
|
||||
internal fun hasBinaryType(): kotlin.Boolean {
|
||||
return _builder.hasBinaryType()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string binary_file_absolute_path = 4;</code>
|
||||
*/
|
||||
internal var binaryFileAbsolutePath: kotlin.String
|
||||
@JvmName("getBinaryFileAbsolutePath")
|
||||
get() = _builder.getBinaryFileAbsolutePath()
|
||||
@JvmName("setBinaryFileAbsolutePath")
|
||||
set(value) {
|
||||
_builder.setBinaryFileAbsolutePath(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string binary_file_absolute_path = 4;</code>
|
||||
*/
|
||||
internal fun clearBinaryFileAbsolutePath() {
|
||||
_builder.clearBinaryFileAbsolutePath()
|
||||
}
|
||||
/**
|
||||
* <code>optional string binary_file_absolute_path = 4;</code>
|
||||
* @return Whether the binaryFileAbsolutePath field is set.
|
||||
*/
|
||||
internal fun hasBinaryFileAbsolutePath(): kotlin.Boolean {
|
||||
return _builder.hasBinaryFileAbsolutePath()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResolvedBinaryDependencyProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+76
@@ -0,0 +1,76 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmResourceDirectoryProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmResourceDirectoryProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
*/
|
||||
internal var absolutePath: kotlin.String
|
||||
@JvmName("getAbsolutePath")
|
||||
get() = _builder.getAbsolutePath()
|
||||
@JvmName("setAbsolutePath")
|
||||
set(value) {
|
||||
_builder.setAbsolutePath(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
*/
|
||||
internal fun clearAbsolutePath() {
|
||||
_builder.clearAbsolutePath()
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return Whether the absolutePath field is set.
|
||||
*/
|
||||
internal fun hasAbsolutePath(): kotlin.Boolean {
|
||||
return _builder.hasAbsolutePath()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmResourceDirectoryProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+124
@@ -0,0 +1,124 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmSchemaInfoProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmSchemaInfoProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_major = 1;</code>
|
||||
*/
|
||||
internal var sinceSchemaVersionMajor: kotlin.Int
|
||||
@JvmName("getSinceSchemaVersionMajor")
|
||||
get() = _builder.getSinceSchemaVersionMajor()
|
||||
@JvmName("setSinceSchemaVersionMajor")
|
||||
set(value) {
|
||||
_builder.setSinceSchemaVersionMajor(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_major = 1;</code>
|
||||
*/
|
||||
internal fun clearSinceSchemaVersionMajor() {
|
||||
_builder.clearSinceSchemaVersionMajor()
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_major = 1;</code>
|
||||
* @return Whether the sinceSchemaVersionMajor field is set.
|
||||
*/
|
||||
internal fun hasSinceSchemaVersionMajor(): kotlin.Boolean {
|
||||
return _builder.hasSinceSchemaVersionMajor()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_minor = 2;</code>
|
||||
*/
|
||||
internal var sinceSchemaVersionMinor: kotlin.Int
|
||||
@JvmName("getSinceSchemaVersionMinor")
|
||||
get() = _builder.getSinceSchemaVersionMinor()
|
||||
@JvmName("setSinceSchemaVersionMinor")
|
||||
set(value) {
|
||||
_builder.setSinceSchemaVersionMinor(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_minor = 2;</code>
|
||||
*/
|
||||
internal fun clearSinceSchemaVersionMinor() {
|
||||
_builder.clearSinceSchemaVersionMinor()
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_minor = 2;</code>
|
||||
* @return Whether the sinceSchemaVersionMinor field is set.
|
||||
*/
|
||||
internal fun hasSinceSchemaVersionMinor(): kotlin.Boolean {
|
||||
return _builder.hasSinceSchemaVersionMinor()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_patch = 3;</code>
|
||||
*/
|
||||
internal var sinceSchemaVersionPatch: kotlin.Int
|
||||
@JvmName("getSinceSchemaVersionPatch")
|
||||
get() = _builder.getSinceSchemaVersionPatch()
|
||||
@JvmName("setSinceSchemaVersionPatch")
|
||||
set(value) {
|
||||
_builder.setSinceSchemaVersionPatch(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_patch = 3;</code>
|
||||
*/
|
||||
internal fun clearSinceSchemaVersionPatch() {
|
||||
_builder.clearSinceSchemaVersionPatch()
|
||||
}
|
||||
/**
|
||||
* <code>optional uint32 since_schema_version_patch = 3;</code>
|
||||
* @return Whether the sinceSchemaVersionPatch field is set.
|
||||
*/
|
||||
internal fun hasSinceSchemaVersionPatch(): kotlin.Boolean {
|
||||
return _builder.hasSinceSchemaVersionPatch()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
*/
|
||||
internal var message: kotlin.String
|
||||
@JvmName("getMessage")
|
||||
get() = _builder.getMessage()
|
||||
@JvmName("setMessage")
|
||||
set(value) {
|
||||
_builder.setMessage(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
*/
|
||||
internal fun clearMessage() {
|
||||
_builder.clearMessage()
|
||||
}
|
||||
/**
|
||||
* <code>optional string message = 4;</code>
|
||||
* @return Whether the message field is set.
|
||||
*/
|
||||
internal fun hasMessage(): kotlin.Boolean {
|
||||
return _builder.hasMessage()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSchemaInfoProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+100
@@ -0,0 +1,100 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmSourceDirectoryProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmSourceDirectoryProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
*/
|
||||
internal var absolutePath: kotlin.String
|
||||
@JvmName("getAbsolutePath")
|
||||
get() = _builder.getAbsolutePath()
|
||||
@JvmName("setAbsolutePath")
|
||||
set(value) {
|
||||
_builder.setAbsolutePath(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
*/
|
||||
internal fun clearAbsolutePath() {
|
||||
_builder.clearAbsolutePath()
|
||||
}
|
||||
/**
|
||||
* <code>optional string absolute_path = 2;</code>
|
||||
* @return Whether the absolutePath field is set.
|
||||
*/
|
||||
internal fun hasAbsolutePath(): kotlin.Boolean {
|
||||
return _builder.hasAbsolutePath()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
*/
|
||||
internal var type: kotlin.String
|
||||
@JvmName("getType")
|
||||
get() = _builder.getType()
|
||||
@JvmName("setType")
|
||||
set(value) {
|
||||
_builder.setType(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
*/
|
||||
internal fun clearType() {
|
||||
_builder.clearType()
|
||||
}
|
||||
/**
|
||||
* <code>optional string type = 3;</code>
|
||||
* @return Whether the type field is set.
|
||||
*/
|
||||
internal fun hasType(): kotlin.Boolean {
|
||||
return _builder.hasType()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmSourceDirectoryProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+52
@@ -0,0 +1,52 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmUnknownPlatformProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmUnknownPlatformProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnknownPlatformProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+100
@@ -0,0 +1,100 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmUnresolvedBinaryDependencyProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmUnresolvedBinaryDependencyProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
internal var coordinates: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto
|
||||
@JvmName("getCoordinates")
|
||||
get() = _builder.getCoordinates()
|
||||
@JvmName("setCoordinates")
|
||||
set(value) {
|
||||
_builder.setCoordinates(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
*/
|
||||
internal fun clearCoordinates() {
|
||||
_builder.clearCoordinates()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmBinaryCoordinatesProto coordinates = 2;</code>
|
||||
* @return Whether the coordinates field is set.
|
||||
*/
|
||||
internal fun hasCoordinates(): kotlin.Boolean {
|
||||
return _builder.hasCoordinates()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
*/
|
||||
internal var cause: kotlin.String
|
||||
@JvmName("getCause")
|
||||
get() = _builder.getCause()
|
||||
@JvmName("setCause")
|
||||
set(value) {
|
||||
_builder.setCause(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
*/
|
||||
internal fun clearCause() {
|
||||
_builder.clearCause()
|
||||
}
|
||||
/**
|
||||
* <code>optional string cause = 3;</code>
|
||||
* @return Whether the cause field is set.
|
||||
*/
|
||||
internal fun hasCause(): kotlin.Boolean {
|
||||
return _builder.hasCause()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmUnresolvedBinaryDependencyProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+161
@@ -0,0 +1,161 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmVariantProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmVariantProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragment = 1;</code>
|
||||
*/
|
||||
internal var fragment: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto
|
||||
@JvmName("getFragment")
|
||||
get() = _builder.getFragment()
|
||||
@JvmName("setFragment")
|
||||
set(value) {
|
||||
_builder.setFragment(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragment = 1;</code>
|
||||
*/
|
||||
internal fun clearFragment() {
|
||||
_builder.clearFragment()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmFragmentProto fragment = 1;</code>
|
||||
* @return Whether the fragment field is set.
|
||||
*/
|
||||
internal fun hasFragment(): kotlin.Boolean {
|
||||
return _builder.hasFragment()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platform = 2;</code>
|
||||
*/
|
||||
internal var platform: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto
|
||||
@JvmName("getPlatform")
|
||||
get() = _builder.getPlatform()
|
||||
@JvmName("setPlatform")
|
||||
set(value) {
|
||||
_builder.setPlatform(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platform = 2;</code>
|
||||
*/
|
||||
internal fun clearPlatform() {
|
||||
_builder.clearPlatform()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmPlatformProto platform = 2;</code>
|
||||
* @return Whether the platform field is set.
|
||||
*/
|
||||
internal fun hasPlatform(): kotlin.Boolean {
|
||||
return _builder.hasPlatform()
|
||||
}
|
||||
|
||||
/**
|
||||
* An uninstantiable, behaviorless type to represent the field in
|
||||
* generics.
|
||||
*/
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
internal class VariantAttributesProxy private constructor() : com.google.protobuf.kotlin.DslProxy()
|
||||
/**
|
||||
* <code>map<string, string> variant_attributes = 3;</code>
|
||||
*/
|
||||
internal val variantAttributes: com.google.protobuf.kotlin.DslMap<kotlin.String, kotlin.String, VariantAttributesProxy>
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@JvmName("getVariantAttributesMap")
|
||||
get() = com.google.protobuf.kotlin.DslMap(
|
||||
_builder.getVariantAttributesMap()
|
||||
)
|
||||
/**
|
||||
* <code>map<string, string> variant_attributes = 3;</code>
|
||||
*/
|
||||
@JvmName("putVariantAttributes")
|
||||
internal fun com.google.protobuf.kotlin.DslMap<kotlin.String, kotlin.String, VariantAttributesProxy>
|
||||
.put(key: kotlin.String, value: kotlin.String) {
|
||||
_builder.putVariantAttributes(key, value)
|
||||
}
|
||||
/**
|
||||
* <code>map<string, string> variant_attributes = 3;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@JvmName("setVariantAttributes")
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline operator fun com.google.protobuf.kotlin.DslMap<kotlin.String, kotlin.String, VariantAttributesProxy>
|
||||
.set(key: kotlin.String, value: kotlin.String) {
|
||||
put(key, value)
|
||||
}
|
||||
/**
|
||||
* <code>map<string, string> variant_attributes = 3;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@JvmName("removeVariantAttributes")
|
||||
internal fun com.google.protobuf.kotlin.DslMap<kotlin.String, kotlin.String, VariantAttributesProxy>
|
||||
.remove(key: kotlin.String) {
|
||||
_builder.removeVariantAttributes(key)
|
||||
}
|
||||
/**
|
||||
* <code>map<string, string> variant_attributes = 3;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@JvmName("putAllVariantAttributes")
|
||||
internal fun com.google.protobuf.kotlin.DslMap<kotlin.String, kotlin.String, VariantAttributesProxy>
|
||||
.putAll(map: kotlin.collections.Map<kotlin.String, kotlin.String>) {
|
||||
_builder.putAllVariantAttributes(map)
|
||||
}
|
||||
/**
|
||||
* <code>map<string, string> variant_attributes = 3;</code>
|
||||
*/
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@JvmName("clearVariantAttributes")
|
||||
internal fun com.google.protobuf.kotlin.DslMap<kotlin.String, kotlin.String, VariantAttributesProxy>
|
||||
.clear() {
|
||||
_builder.clearVariantAttributes()
|
||||
}
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto compilation_output = 4;</code>
|
||||
*/
|
||||
internal var compilationOutput: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto
|
||||
@JvmName("getCompilationOutput")
|
||||
get() = _builder.getCompilationOutput()
|
||||
@JvmName("setCompilationOutput")
|
||||
set(value) {
|
||||
_builder.setCompilationOutput(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto compilation_output = 4;</code>
|
||||
*/
|
||||
internal fun clearCompilationOutput() {
|
||||
_builder.clearCompilationOutput()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmCompilationOutputProto compilation_output = 4;</code>
|
||||
* @return Whether the compilationOutput field is set.
|
||||
*/
|
||||
internal fun hasCompilationOutput(): kotlin.Boolean {
|
||||
return _builder.hasCompilationOutput()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmVariantProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
+52
@@ -0,0 +1,52 @@
|
||||
//Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: proto_idea_kpm.proto
|
||||
|
||||
package org.jetbrains.kotlin.kpm.idea.proto;
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun ideaKpmWasmPlatformProto(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProtoKt.Dsl._create(org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto.newBuilder()).apply { block() }._build()
|
||||
internal object IdeaKpmWasmPlatformProtoKt {
|
||||
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
|
||||
@com.google.protobuf.kotlin.ProtoDslMarker
|
||||
internal class Dsl private constructor(
|
||||
private val _builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto.Builder
|
||||
) {
|
||||
internal companion object {
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _create(builder: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto.Builder): Dsl = Dsl(builder)
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
@kotlin.PublishedApi
|
||||
internal fun _build(): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto = _builder.build()
|
||||
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal var extras: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto
|
||||
@JvmName("getExtras")
|
||||
get() = _builder.getExtras()
|
||||
@JvmName("setExtras")
|
||||
set(value) {
|
||||
_builder.setExtras(value)
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
*/
|
||||
internal fun clearExtras() {
|
||||
_builder.clearExtras()
|
||||
}
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmExtrasProto extras = 1;</code>
|
||||
* @return Whether the extras field is set.
|
||||
*/
|
||||
internal fun hasExtras(): kotlin.Boolean {
|
||||
return _builder.hasExtras()
|
||||
}
|
||||
}
|
||||
}
|
||||
@kotlin.jvm.JvmSynthetic
|
||||
internal inline fun org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto.copy(block: org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProtoKt.Dsl.() -> kotlin.Unit): org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProto =
|
||||
org.jetbrains.kotlin.kpm.idea.proto.IdeaKpmWasmPlatformProtoKt.Dsl._create(this.toBuilder()).apply { block() }._build()
|
||||
Reference in New Issue
Block a user