blob: bb9f25e3abadc8071e3e3cedf3023648375796ac [file] [log] [blame]
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: com/google/protobuf/evil_names_proto2.proto
package evil_names_proto2;
public final class EvilNamesProto2OuterClass {
private EvilNamesProto2OuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public interface EvilNamesProto2OrBuilder extends
// @@protoc_insertion_point(interface_extends:evil_names_proto2.EvilNamesProto2)
com.google.protobuf.GeneratedMessageLite.
ExtendableMessageOrBuilder<
EvilNamesProto2, EvilNamesProto2.Builder> {
/**
* <code>optional bool initialized = 1;</code>
* @return Whether the initialized field is set.
*/
boolean hasInitialized();
/**
* <code>optional bool initialized = 1;</code>
* @return The initialized.
*/
boolean getInitialized();
/**
* <code>optional bool has_foo = 2;</code>
* @return Whether the hasFoo field is set.
*/
boolean hasHasFoo();
/**
* <code>optional bool has_foo = 2;</code>
* @return The hasFoo.
*/
boolean getHasFoo();
/**
* <code>optional string Bar = 3;</code>
* @return Whether the bar field is set.
*/
boolean hasBar();
/**
* <code>optional string Bar = 3;</code>
* @return The bar.
*/
java.lang.String getBar();
/**
* <code>optional string Bar = 3;</code>
* @return The bytes for bar.
*/
com.google.protobuf.ByteString
getBarBytes();
/**
* <code>optional bool is_initialized = 4;</code>
* @return Whether the isInitialized field is set.
*/
boolean hasIsInitialized();
/**
* <code>optional bool is_initialized = 4;</code>
* @return The isInitialized.
*/
boolean getIsInitialized();
/**
* <code>string fooBar = 5;</code>
* @return Whether the fooBar field is set.
*/
boolean hasFooBar();
/**
* <code>string fooBar = 5;</code>
* @return The fooBar.
*/
java.lang.String getFooBar();
/**
* <code>string fooBar = 5;</code>
* @return The bytes for fooBar.
*/
com.google.protobuf.ByteString
getFooBarBytes();
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @return A list containing the aLLCAPS.
*/
java.util.List<java.lang.String>
getALLCAPSList();
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @return The count of aLLCAPS.
*/
int getALLCAPSCount();
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param index The index of the element to return.
* @return The aLLCAPS at the given index.
*/
java.lang.String getALLCAPS(int index);
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param index The index of the element to return.
* @return The aLLCAPS at the given index.
*/
com.google.protobuf.ByteString
getALLCAPSBytes(int index);
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
int getALLCAPSMAPCount();
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
boolean containsALLCAPSMAP(
int key);
/**
* Use {@link #getALLCAPSMAPMap()} instead.
*/
@java.lang.Deprecated
java.util.Map<java.lang.Integer, java.lang.Boolean>
getALLCAPSMAP();
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
java.util.Map<java.lang.Integer, java.lang.Boolean>
getALLCAPSMAPMap();
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
boolean getALLCAPSMAPOrDefault(
int key,
boolean defaultValue);
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
boolean getALLCAPSMAPOrThrow(
int key);
/**
* <code>optional bool has_underbar_preceding_numeric_1foo = 9;</code>
* @return Whether the hasUnderbarPrecedingNumeric1foo field is set.
*/
boolean hasHasUnderbarPrecedingNumeric1Foo();
/**
* <code>optional bool has_underbar_preceding_numeric_1foo = 9;</code>
* @return The hasUnderbarPrecedingNumeric1foo.
*/
boolean getHasUnderbarPrecedingNumeric1Foo();
/**
* <code>optional bool has_underbar_preceding_numeric_42bar = 13;</code>
* @return Whether the hasUnderbarPrecedingNumeric42bar field is set.
*/
boolean hasHasUnderbarPrecedingNumeric42Bar();
/**
* <code>optional bool has_underbar_preceding_numeric_42bar = 13;</code>
* @return The hasUnderbarPrecedingNumeric42bar.
*/
boolean getHasUnderbarPrecedingNumeric42Bar();
/**
* <code>optional bool has_underbar_preceding_numeric_123foo42bar_baz = 14;</code>
* @return Whether the hasUnderbarPrecedingNumeric123foo42barBaz field is set.
*/
boolean hasHasUnderbarPrecedingNumeric123Foo42BarBaz();
/**
* <code>optional bool has_underbar_preceding_numeric_123foo42bar_baz = 14;</code>
* @return The hasUnderbarPrecedingNumeric123foo42barBaz.
*/
boolean getHasUnderbarPrecedingNumeric123Foo42BarBaz();
/**
* <code>repeated string extension = 12;</code>
* @return A list containing the extension.
*/
java.util.List<java.lang.String>
getExtensionList();
/**
* <code>repeated string extension = 12;</code>
* @return The count of extension.
*/
int getExtensionCount();
/**
* <code>repeated string extension = 12;</code>
* @param index The index of the element to return.
* @return The extension at the given index.
*/
java.lang.String getExtension(int index);
/**
* <code>repeated string extension = 12;</code>
* @param index The index of the element to return.
* @return The extension at the given index.
*/
com.google.protobuf.ByteString
getExtensionBytes(int index);
/**
* <code>repeated int32 class = 15;</code>
* @return A list containing the class.
*/
java.util.List<java.lang.Integer> getClass_List();
/**
* <code>repeated int32 class = 15;</code>
* @return The count of class.
*/
int getClass_Count();
/**
* <code>repeated int32 class = 15;</code>
* @param index The index of the element to return.
* @return The class at the given index.
*/
int getClass_(int index);
/**
* <code>optional double int = 16;</code>
* @return Whether the int field is set.
*/
boolean hasInt();
/**
* <code>optional double int = 16;</code>
* @return The int.
*/
double getInt();
/**
* <code>optional bool long = 17;</code>
* @return Whether the long field is set.
*/
boolean hasLong();
/**
* <code>optional bool long = 17;</code>
* @return The long.
*/
boolean getLong();
/**
* <code>optional int64 boolean = 18;</code>
* @return Whether the boolean field is set.
*/
boolean hasBoolean();
/**
* <code>optional int64 boolean = 18;</code>
* @return The boolean.
*/
long getBoolean();
/**
* <code>optional string sealed = 19;</code>
* @return Whether the sealed field is set.
*/
boolean hasSealed();
/**
* <code>optional string sealed = 19;</code>
* @return The sealed.
*/
java.lang.String getSealed();
/**
* <code>optional string sealed = 19;</code>
* @return The bytes for sealed.
*/
com.google.protobuf.ByteString
getSealedBytes();
/**
* <code>optional float interface = 20;</code>
* @return Whether the interface field is set.
*/
boolean hasInterface();
/**
* <code>optional float interface = 20;</code>
* @return The interface.
*/
float getInterface();
/**
* <code>optional int32 in = 21;</code>
* @return Whether the in field is set.
*/
boolean hasIn();
/**
* <code>optional int32 in = 21;</code>
* @return The in.
*/
int getIn();
/**
* <code>optional string object = 22;</code>
* @return Whether the object field is set.
*/
boolean hasObject();
/**
* <code>optional string object = 22;</code>
* @return The object.
*/
java.lang.String getObject();
/**
* <code>optional string object = 22;</code>
* @return The bytes for object.
*/
com.google.protobuf.ByteString
getObjectBytes();
/**
* <code>optional string cached_size = 23;</code>
* @return Whether the cachedSize field is set.
*/
boolean hasCachedSize_();
/**
* <code>optional string cached_size = 23;</code>
* @return The cachedSize.
*/
java.lang.String getCachedSize_();
/**
* <code>optional string cached_size = 23;</code>
* @return The bytes for cachedSize.
*/
com.google.protobuf.ByteString
getCachedSize_Bytes();
/**
* <code>optional bool serialized_size = 24;</code>
* @return Whether the serializedSize field is set.
*/
boolean hasSerializedSize_();
/**
* <code>optional bool serialized_size = 24;</code>
* @return The serializedSize.
*/
boolean getSerializedSize_();
/**
* <code>optional string by = 25;</code>
* @return Whether the by field is set.
*/
boolean hasBy();
/**
* <code>optional string by = 25;</code>
* @return The by.
*/
java.lang.String getBy();
/**
* <code>optional string by = 25;</code>
* @return The bytes for by.
*/
com.google.protobuf.ByteString
getByBytes();
public evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2.CamelCaseCase getCamelCaseCase();
}
/**
* Protobuf type {@code evil_names_proto2.EvilNamesProto2}
*/
public static final class EvilNamesProto2 extends
com.google.protobuf.GeneratedMessageLite.ExtendableMessage<
EvilNamesProto2, EvilNamesProto2.Builder> implements
// @@protoc_insertion_point(message_implements:evil_names_proto2.EvilNamesProto2)
EvilNamesProto2OrBuilder {
private EvilNamesProto2() {
bar_ = "";
aLLCAPS_ = com.google.protobuf.GeneratedMessageLite.emptyProtobufList();
extension_ = com.google.protobuf.GeneratedMessageLite.emptyProtobufList();
class__ = emptyIntList();
sealed_ = "";
object_ = "";
cachedSize__ = "";
by_ = "";
}
private int bitField0_;
private int camelCaseCase_ = 0;
private java.lang.Object camelCase_;
public enum CamelCaseCase {
FOOBAR(5),
CAMELCASE_NOT_SET(0);
private final int value;
private CamelCaseCase(int value) {
this.value = value;
}
/**
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static CamelCaseCase valueOf(int value) {
return forNumber(value);
}
public static CamelCaseCase forNumber(int value) {
switch (value) {
case 5: return FOOBAR;
case 0: return CAMELCASE_NOT_SET;
default: return null;
}
}
public int getNumber() {
return this.value;
}
};
@java.lang.Override
public CamelCaseCase
getCamelCaseCase() {
return CamelCaseCase.forNumber(
camelCaseCase_);
}
private void clearCamelCase() {
camelCaseCase_ = 0;
camelCase_ = null;
}
public static final int INITIALIZED_FIELD_NUMBER = 1;
private boolean initialized_;
/**
* <code>optional bool initialized = 1;</code>
* @return Whether the initialized field is set.
*/
@java.lang.Override
public boolean hasInitialized() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* <code>optional bool initialized = 1;</code>
* @return The initialized.
*/
@java.lang.Override
public boolean getInitialized() {
return initialized_;
}
/**
* <code>optional bool initialized = 1;</code>
* @param value The initialized to set.
*/
private void setInitialized(boolean value) {
bitField0_ |= 0x00000001;
initialized_ = value;
}
/**
* <code>optional bool initialized = 1;</code>
*/
private void clearInitialized() {
bitField0_ = (bitField0_ & ~0x00000001);
initialized_ = false;
}
public static final int HAS_FOO_FIELD_NUMBER = 2;
private boolean hasFoo_;
/**
* <code>optional bool has_foo = 2;</code>
* @return Whether the hasFoo field is set.
*/
@java.lang.Override
public boolean hasHasFoo() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* <code>optional bool has_foo = 2;</code>
* @return The hasFoo.
*/
@java.lang.Override
public boolean getHasFoo() {
return hasFoo_;
}
/**
* <code>optional bool has_foo = 2;</code>
* @param value The hasFoo to set.
*/
private void setHasFoo(boolean value) {
bitField0_ |= 0x00000002;
hasFoo_ = value;
}
/**
* <code>optional bool has_foo = 2;</code>
*/
private void clearHasFoo() {
bitField0_ = (bitField0_ & ~0x00000002);
hasFoo_ = false;
}
public static final int BAR_FIELD_NUMBER = 3;
private java.lang.String bar_;
/**
* <code>optional string Bar = 3;</code>
* @return Whether the bar field is set.
*/
@java.lang.Override
public boolean hasBar() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* <code>optional string Bar = 3;</code>
* @return The bar.
*/
@java.lang.Override
public java.lang.String getBar() {
return bar_;
}
/**
* <code>optional string Bar = 3;</code>
* @return The bytes for bar.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBarBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(bar_);
}
/**
* <code>optional string Bar = 3;</code>
* @param value The bar to set.
*/
private void setBar(
java.lang.String value) {
value.getClass();
bitField0_ |= 0x00000004;
bar_ = value;
}
/**
* <code>optional string Bar = 3;</code>
*/
private void clearBar() {
bitField0_ = (bitField0_ & ~0x00000004);
bar_ = getDefaultInstance().getBar();
}
/**
* <code>optional string Bar = 3;</code>
* @param value The bytes for bar to set.
*/
private void setBarBytes(
com.google.protobuf.ByteString value) {
bar_ = value.toStringUtf8();
bitField0_ |= 0x00000004;
}
public static final int IS_INITIALIZED_FIELD_NUMBER = 4;
private boolean isInitialized_;
/**
* <code>optional bool is_initialized = 4;</code>
* @return Whether the isInitialized field is set.
*/
@java.lang.Override
public boolean hasIsInitialized() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* <code>optional bool is_initialized = 4;</code>
* @return The isInitialized.
*/
@java.lang.Override
public boolean getIsInitialized() {
return isInitialized_;
}
/**
* <code>optional bool is_initialized = 4;</code>
* @param value The isInitialized to set.
*/
private void setIsInitialized(boolean value) {
bitField0_ |= 0x00000008;
isInitialized_ = value;
}
/**
* <code>optional bool is_initialized = 4;</code>
*/
private void clearIsInitialized() {
bitField0_ = (bitField0_ & ~0x00000008);
isInitialized_ = false;
}
public static final int FOOBAR_FIELD_NUMBER = 5;
/**
* <code>string fooBar = 5;</code>
* @return Whether the fooBar field is set.
*/
@java.lang.Override
public boolean hasFooBar() {
return camelCaseCase_ == 5;
}
/**
* <code>string fooBar = 5;</code>
* @return The fooBar.
*/
@java.lang.Override
public java.lang.String getFooBar() {
java.lang.String ref = "";
if (camelCaseCase_ == 5) {
ref = (java.lang.String) camelCase_;
}
return ref;
}
/**
* <code>string fooBar = 5;</code>
* @return The bytes for fooBar.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFooBarBytes() {
java.lang.String ref = "";
if (camelCaseCase_ == 5) {
ref = (java.lang.String) camelCase_;
}
return com.google.protobuf.ByteString.copyFromUtf8(ref);
}
/**
* <code>string fooBar = 5;</code>
* @param value The fooBar to set.
*/
private void setFooBar(
java.lang.String value) {
value.getClass();
camelCaseCase_ = 5;
camelCase_ = value;
}
/**
* <code>string fooBar = 5;</code>
*/
private void clearFooBar() {
if (camelCaseCase_ == 5) {
camelCaseCase_ = 0;
camelCase_ = null;
}
}
/**
* <code>string fooBar = 5;</code>
* @param value The bytes for fooBar to set.
*/
private void setFooBarBytes(
com.google.protobuf.ByteString value) {
camelCase_ = value.toStringUtf8();
camelCaseCase_ = 5;
}
public static final int ALL_CAPS_FIELD_NUMBER = 7;
private com.google.protobuf.Internal.ProtobufList<java.lang.String> aLLCAPS_;
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @return A list containing the aLLCAPS.
*/
@java.lang.Override
public java.util.List<java.lang.String> getALLCAPSList() {
return aLLCAPS_;
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @return The count of aLLCAPS.
*/
@java.lang.Override
public int getALLCAPSCount() {
return aLLCAPS_.size();
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param index The index of the element to return.
* @return The aLLCAPS at the given index.
*/
@java.lang.Override
public java.lang.String getALLCAPS(int index) {
return aLLCAPS_.get(index);
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param index The index of the value to return.
* @return The bytes of the aLLCAPS at the given index.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getALLCAPSBytes(int index) {
return com.google.protobuf.ByteString.copyFromUtf8(
aLLCAPS_.get(index));
}
private void ensureALLCAPSIsMutable() {
com.google.protobuf.Internal.ProtobufList<java.lang.String> tmp =
aLLCAPS_; if (!tmp.isModifiable()) {
aLLCAPS_ =
com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
}
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param index The index to set the value at.
* @param value The aLLCAPS to set.
*/
private void setALLCAPS(
int index, java.lang.String value) {
value.getClass();
ensureALLCAPSIsMutable();
aLLCAPS_.set(index, value);
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param value The aLLCAPS to add.
*/
private void addALLCAPS(
java.lang.String value) {
value.getClass();
ensureALLCAPSIsMutable();
aLLCAPS_.add(value);
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param values The aLLCAPS to add.
*/
private void addAllALLCAPS(
java.lang.Iterable<java.lang.String> values) {
ensureALLCAPSIsMutable();
com.google.protobuf.AbstractMessageLite.addAll(
values, aLLCAPS_);
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
*/
private void clearALLCAPS() {
aLLCAPS_ = com.google.protobuf.GeneratedMessageLite.emptyProtobufList();
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param value The bytes of the aLLCAPS to add.
*/
private void addALLCAPSBytes(
com.google.protobuf.ByteString value) {
ensureALLCAPSIsMutable();
aLLCAPS_.add(value.toStringUtf8());
}
public static final int ALL_CAPS_MAP_FIELD_NUMBER = 8;
private static final class ALLCAPSMAPDefaultEntryHolder {
static final com.google.protobuf.MapEntryLite<
java.lang.Integer, java.lang.Boolean> defaultEntry =
com.google.protobuf.MapEntryLite
.<java.lang.Integer, java.lang.Boolean>newDefaultInstance(
com.google.protobuf.WireFormat.FieldType.INT32,
0,
com.google.protobuf.WireFormat.FieldType.BOOL,
false);
}
private com.google.protobuf.MapFieldLite<
java.lang.Integer, java.lang.Boolean> aLLCAPSMAP_ =
com.google.protobuf.MapFieldLite.emptyMapField();
private com.google.protobuf.MapFieldLite<java.lang.Integer, java.lang.Boolean>
internalGetALLCAPSMAP() {
return aLLCAPSMAP_;
}
private com.google.protobuf.MapFieldLite<java.lang.Integer, java.lang.Boolean>
internalGetMutableALLCAPSMAP() {
if (!aLLCAPSMAP_.isMutable()) {
aLLCAPSMAP_ = aLLCAPSMAP_.mutableCopy();
}
return aLLCAPSMAP_;
}
@java.lang.Override
public int getALLCAPSMAPCount() {
return internalGetALLCAPSMAP().size();
}
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
@java.lang.Override
public boolean containsALLCAPSMAP(
int key) {
return internalGetALLCAPSMAP().containsKey(key);
}
/**
* Use {@link #getALLCAPSMAPMap()} instead.
*/
@java.lang.Override
@java.lang.Deprecated
public java.util.Map<java.lang.Integer, java.lang.Boolean> getALLCAPSMAP() {
return getALLCAPSMAPMap();
}
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
@java.lang.Override
public java.util.Map<java.lang.Integer, java.lang.Boolean> getALLCAPSMAPMap() {
return java.util.Collections.unmodifiableMap(
internalGetALLCAPSMAP());
}
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
@java.lang.Override
public boolean getALLCAPSMAPOrDefault(
int key,
boolean defaultValue) {
java.util.Map<java.lang.Integer, java.lang.Boolean> map =
internalGetALLCAPSMAP();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
@java.lang.Override
public boolean getALLCAPSMAPOrThrow(
int key) {
java.util.Map<java.lang.Integer, java.lang.Boolean> map =
internalGetALLCAPSMAP();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
private java.util.Map<java.lang.Integer, java.lang.Boolean>
getMutableALLCAPSMAPMap() {
return internalGetMutableALLCAPSMAP();
}
public static final int HAS_UNDERBAR_PRECEDING_NUMERIC_1FOO_FIELD_NUMBER = 9;
private boolean hasUnderbarPrecedingNumeric1Foo_;
/**
* <code>optional bool has_underbar_preceding_numeric_1foo = 9;</code>
* @return Whether the hasUnderbarPrecedingNumeric1foo field is set.
*/
@java.lang.Override
public boolean hasHasUnderbarPrecedingNumeric1Foo() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* <code>optional bool has_underbar_preceding_numeric_1foo = 9;</code>
* @return The hasUnderbarPrecedingNumeric1foo.
*/
@java.lang.Override
public boolean getHasUnderbarPrecedingNumeric1Foo() {
return hasUnderbarPrecedingNumeric1Foo_;
}
/**
* <code>optional bool has_underbar_preceding_numeric_1foo = 9;</code>
* @param value The hasUnderbarPrecedingNumeric1foo to set.
*/
private void setHasUnderbarPrecedingNumeric1Foo(boolean value) {
bitField0_ |= 0x00000020;
hasUnderbarPrecedingNumeric1Foo_ = value;
}
/**
* <code>optional bool has_underbar_preceding_numeric_1foo = 9;</code>
*/
private void clearHasUnderbarPrecedingNumeric1Foo() {
bitField0_ = (bitField0_ & ~0x00000020);
hasUnderbarPrecedingNumeric1Foo_ = false;
}
public static final int HAS_UNDERBAR_PRECEDING_NUMERIC_42BAR_FIELD_NUMBER = 13;
private boolean hasUnderbarPrecedingNumeric42Bar_;
/**
* <code>optional bool has_underbar_preceding_numeric_42bar = 13;</code>
* @return Whether the hasUnderbarPrecedingNumeric42bar field is set.
*/
@java.lang.Override
public boolean hasHasUnderbarPrecedingNumeric42Bar() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* <code>optional bool has_underbar_preceding_numeric_42bar = 13;</code>
* @return The hasUnderbarPrecedingNumeric42bar.
*/
@java.lang.Override
public boolean getHasUnderbarPrecedingNumeric42Bar() {
return hasUnderbarPrecedingNumeric42Bar_;
}
/**
* <code>optional bool has_underbar_preceding_numeric_42bar = 13;</code>
* @param value The hasUnderbarPrecedingNumeric42bar to set.
*/
private void setHasUnderbarPrecedingNumeric42Bar(boolean value) {
bitField0_ |= 0x00000040;
hasUnderbarPrecedingNumeric42Bar_ = value;
}
/**
* <code>optional bool has_underbar_preceding_numeric_42bar = 13;</code>
*/
private void clearHasUnderbarPrecedingNumeric42Bar() {
bitField0_ = (bitField0_ & ~0x00000040);
hasUnderbarPrecedingNumeric42Bar_ = false;
}
public static final int HAS_UNDERBAR_PRECEDING_NUMERIC_123FOO42BAR_BAZ_FIELD_NUMBER = 14;
private boolean hasUnderbarPrecedingNumeric123Foo42BarBaz_;
/**
* <code>optional bool has_underbar_preceding_numeric_123foo42bar_baz = 14;</code>
* @return Whether the hasUnderbarPrecedingNumeric123foo42barBaz field is set.
*/
@java.lang.Override
public boolean hasHasUnderbarPrecedingNumeric123Foo42BarBaz() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* <code>optional bool has_underbar_preceding_numeric_123foo42bar_baz = 14;</code>
* @return The hasUnderbarPrecedingNumeric123foo42barBaz.
*/
@java.lang.Override
public boolean getHasUnderbarPrecedingNumeric123Foo42BarBaz() {
return hasUnderbarPrecedingNumeric123Foo42BarBaz_;
}
/**
* <code>optional bool has_underbar_preceding_numeric_123foo42bar_baz = 14;</code>
* @param value The hasUnderbarPrecedingNumeric123foo42barBaz to set.
*/
private void setHasUnderbarPrecedingNumeric123Foo42BarBaz(boolean value) {
bitField0_ |= 0x00000080;
hasUnderbarPrecedingNumeric123Foo42BarBaz_ = value;
}
/**
* <code>optional bool has_underbar_preceding_numeric_123foo42bar_baz = 14;</code>
*/
private void clearHasUnderbarPrecedingNumeric123Foo42BarBaz() {
bitField0_ = (bitField0_ & ~0x00000080);
hasUnderbarPrecedingNumeric123Foo42BarBaz_ = false;
}
public static final int EXTENSION_FIELD_NUMBER = 12;
private com.google.protobuf.Internal.ProtobufList<java.lang.String> extension_;
/**
* <code>repeated string extension = 12;</code>
* @return A list containing the extension.
*/
@java.lang.Override
public java.util.List<java.lang.String> getExtensionList() {
return extension_;
}
/**
* <code>repeated string extension = 12;</code>
* @return The count of extension.
*/
@java.lang.Override
public int getExtensionCount() {
return extension_.size();
}
/**
* <code>repeated string extension = 12;</code>
* @param index The index of the element to return.
* @return The extension at the given index.
*/
@java.lang.Override
public java.lang.String getExtension(int index) {
return extension_.get(index);
}
/**
* <code>repeated string extension = 12;</code>
* @param index The index of the value to return.
* @return The bytes of the extension at the given index.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getExtensionBytes(int index) {
return com.google.protobuf.ByteString.copyFromUtf8(
extension_.get(index));
}
private void ensureExtensionIsMutable() {
com.google.protobuf.Internal.ProtobufList<java.lang.String> tmp =
extension_; if (!tmp.isModifiable()) {
extension_ =
com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
}
}
/**
* <code>repeated string extension = 12;</code>
* @param index The index to set the value at.
* @param value The extension to set.
*/
private void setExtension(
int index, java.lang.String value) {
value.getClass();
ensureExtensionIsMutable();
extension_.set(index, value);
}
/**
* <code>repeated string extension = 12;</code>
* @param value The extension to add.
*/
private void addExtension(
java.lang.String value) {
value.getClass();
ensureExtensionIsMutable();
extension_.add(value);
}
/**
* <code>repeated string extension = 12;</code>
* @param values The extension to add.
*/
private void addAllExtension(
java.lang.Iterable<java.lang.String> values) {
ensureExtensionIsMutable();
com.google.protobuf.AbstractMessageLite.addAll(
values, extension_);
}
/**
* <code>repeated string extension = 12;</code>
*/
private void clearExtension() {
extension_ = com.google.protobuf.GeneratedMessageLite.emptyProtobufList();
}
/**
* <code>repeated string extension = 12;</code>
* @param value The bytes of the extension to add.
*/
private void addExtensionBytes(
com.google.protobuf.ByteString value) {
ensureExtensionIsMutable();
extension_.add(value.toStringUtf8());
}
public static final int CLASS_FIELD_NUMBER = 15;
private com.google.protobuf.Internal.IntList class__;
/**
* <code>repeated int32 class = 15;</code>
* @return A list containing the class.
*/
@java.lang.Override
public java.util.List<java.lang.Integer>
getClass_List() {
return class__;
}
/**
* <code>repeated int32 class = 15;</code>
* @return The count of class.
*/
@java.lang.Override
public int getClass_Count() {
return class__.size();
}
/**
* <code>repeated int32 class = 15;</code>
* @param index The index of the element to return.
* @return The class at the given index.
*/
@java.lang.Override
public int getClass_(int index) {
return class__.getInt(index);
}
private void ensureClass_IsMutable() {
com.google.protobuf.Internal.IntList tmp = class__;
if (!tmp.isModifiable()) {
class__ =
com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
}
}
/**
* <code>repeated int32 class = 15;</code>
* @param index The index to set the value at.
* @param value The class to set.
*/
private void setClass_(
int index, int value) {
ensureClass_IsMutable();
class__.setInt(index, value);
}
/**
* <code>repeated int32 class = 15;</code>
* @param value The class to add.
*/
private void addClass_(int value) {
ensureClass_IsMutable();
class__.addInt(value);
}
/**
* <code>repeated int32 class = 15;</code>
* @param values The class to add.
*/
private void addAllClass_(
java.lang.Iterable<? extends java.lang.Integer> values) {
ensureClass_IsMutable();
com.google.protobuf.AbstractMessageLite.addAll(
values, class__);
}
/**
* <code>repeated int32 class = 15;</code>
*/
private void clearClass_() {
class__ = emptyIntList();
}
public static final int INT_FIELD_NUMBER = 16;
private double int_;
/**
* <code>optional double int = 16;</code>
* @return Whether the int field is set.
*/
@java.lang.Override
public boolean hasInt() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* <code>optional double int = 16;</code>
* @return The int.
*/
@java.lang.Override
public double getInt() {
return int_;
}
/**
* <code>optional double int = 16;</code>
* @param value The int to set.
*/
private void setInt(double value) {
bitField0_ |= 0x00000100;
int_ = value;
}
/**
* <code>optional double int = 16;</code>
*/
private void clearInt() {
bitField0_ = (bitField0_ & ~0x00000100);
int_ = 0D;
}
public static final int LONG_FIELD_NUMBER = 17;
private boolean long_;
/**
* <code>optional bool long = 17;</code>
* @return Whether the long field is set.
*/
@java.lang.Override
public boolean hasLong() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* <code>optional bool long = 17;</code>
* @return The long.
*/
@java.lang.Override
public boolean getLong() {
return long_;
}
/**
* <code>optional bool long = 17;</code>
* @param value The long to set.
*/
private void setLong(boolean value) {
bitField0_ |= 0x00000200;
long_ = value;
}
/**
* <code>optional bool long = 17;</code>
*/
private void clearLong() {
bitField0_ = (bitField0_ & ~0x00000200);
long_ = false;
}
public static final int BOOLEAN_FIELD_NUMBER = 18;
private long boolean_;
/**
* <code>optional int64 boolean = 18;</code>
* @return Whether the boolean field is set.
*/
@java.lang.Override
public boolean hasBoolean() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* <code>optional int64 boolean = 18;</code>
* @return The boolean.
*/
@java.lang.Override
public long getBoolean() {
return boolean_;
}
/**
* <code>optional int64 boolean = 18;</code>
* @param value The boolean to set.
*/
private void setBoolean(long value) {
bitField0_ |= 0x00000400;
boolean_ = value;
}
/**
* <code>optional int64 boolean = 18;</code>
*/
private void clearBoolean() {
bitField0_ = (bitField0_ & ~0x00000400);
boolean_ = 0L;
}
public static final int SEALED_FIELD_NUMBER = 19;
private java.lang.String sealed_;
/**
* <code>optional string sealed = 19;</code>
* @return Whether the sealed field is set.
*/
@java.lang.Override
public boolean hasSealed() {
return ((bitField0_ & 0x00000800) != 0);
}
/**
* <code>optional string sealed = 19;</code>
* @return The sealed.
*/
@java.lang.Override
public java.lang.String getSealed() {
return sealed_;
}
/**
* <code>optional string sealed = 19;</code>
* @return The bytes for sealed.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSealedBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(sealed_);
}
/**
* <code>optional string sealed = 19;</code>
* @param value The sealed to set.
*/
private void setSealed(
java.lang.String value) {
value.getClass();
bitField0_ |= 0x00000800;
sealed_ = value;
}
/**
* <code>optional string sealed = 19;</code>
*/
private void clearSealed() {
bitField0_ = (bitField0_ & ~0x00000800);
sealed_ = getDefaultInstance().getSealed();
}
/**
* <code>optional string sealed = 19;</code>
* @param value The bytes for sealed to set.
*/
private void setSealedBytes(
com.google.protobuf.ByteString value) {
sealed_ = value.toStringUtf8();
bitField0_ |= 0x00000800;
}
public static final int INTERFACE_FIELD_NUMBER = 20;
private float interface_;
/**
* <code>optional float interface = 20;</code>
* @return Whether the interface field is set.
*/
@java.lang.Override
public boolean hasInterface() {
return ((bitField0_ & 0x00001000) != 0);
}
/**
* <code>optional float interface = 20;</code>
* @return The interface.
*/
@java.lang.Override
public float getInterface() {
return interface_;
}
/**
* <code>optional float interface = 20;</code>
* @param value The interface to set.
*/
private void setInterface(float value) {
bitField0_ |= 0x00001000;
interface_ = value;
}
/**
* <code>optional float interface = 20;</code>
*/
private void clearInterface() {
bitField0_ = (bitField0_ & ~0x00001000);
interface_ = 0F;
}
public static final int IN_FIELD_NUMBER = 21;
private int in_;
/**
* <code>optional int32 in = 21;</code>
* @return Whether the in field is set.
*/
@java.lang.Override
public boolean hasIn() {
return ((bitField0_ & 0x00002000) != 0);
}
/**
* <code>optional int32 in = 21;</code>
* @return The in.
*/
@java.lang.Override
public int getIn() {
return in_;
}
/**
* <code>optional int32 in = 21;</code>
* @param value The in to set.
*/
private void setIn(int value) {
bitField0_ |= 0x00002000;
in_ = value;
}
/**
* <code>optional int32 in = 21;</code>
*/
private void clearIn() {
bitField0_ = (bitField0_ & ~0x00002000);
in_ = 0;
}
public static final int OBJECT_FIELD_NUMBER = 22;
private java.lang.String object_;
/**
* <code>optional string object = 22;</code>
* @return Whether the object field is set.
*/
@java.lang.Override
public boolean hasObject() {
return ((bitField0_ & 0x00004000) != 0);
}
/**
* <code>optional string object = 22;</code>
* @return The object.
*/
@java.lang.Override
public java.lang.String getObject() {
return object_;
}
/**
* <code>optional string object = 22;</code>
* @return The bytes for object.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getObjectBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(object_);
}
/**
* <code>optional string object = 22;</code>
* @param value The object to set.
*/
private void setObject(
java.lang.String value) {
value.getClass();
bitField0_ |= 0x00004000;
object_ = value;
}
/**
* <code>optional string object = 22;</code>
*/
private void clearObject() {
bitField0_ = (bitField0_ & ~0x00004000);
object_ = getDefaultInstance().getObject();
}
/**
* <code>optional string object = 22;</code>
* @param value The bytes for object to set.
*/
private void setObjectBytes(
com.google.protobuf.ByteString value) {
object_ = value.toStringUtf8();
bitField0_ |= 0x00004000;
}
public static final int CACHED_SIZE_FIELD_NUMBER = 23;
private java.lang.String cachedSize__;
/**
* <code>optional string cached_size = 23;</code>
* @return Whether the cachedSize field is set.
*/
@java.lang.Override
public boolean hasCachedSize_() {
return ((bitField0_ & 0x00008000) != 0);
}
/**
* <code>optional string cached_size = 23;</code>
* @return The cachedSize.
*/
@java.lang.Override
public java.lang.String getCachedSize_() {
return cachedSize__;
}
/**
* <code>optional string cached_size = 23;</code>
* @return The bytes for cachedSize.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCachedSize_Bytes() {
return com.google.protobuf.ByteString.copyFromUtf8(cachedSize__);
}
/**
* <code>optional string cached_size = 23;</code>
* @param value The cachedSize to set.
*/
private void setCachedSize_(
java.lang.String value) {
value.getClass();
bitField0_ |= 0x00008000;
cachedSize__ = value;
}
/**
* <code>optional string cached_size = 23;</code>
*/
private void clearCachedSize_() {
bitField0_ = (bitField0_ & ~0x00008000);
cachedSize__ = getDefaultInstance().getCachedSize_();
}
/**
* <code>optional string cached_size = 23;</code>
* @param value The bytes for cachedSize to set.
*/
private void setCachedSize_Bytes(
com.google.protobuf.ByteString value) {
cachedSize__ = value.toStringUtf8();
bitField0_ |= 0x00008000;
}
public static final int SERIALIZED_SIZE_FIELD_NUMBER = 24;
private boolean serializedSize__;
/**
* <code>optional bool serialized_size = 24;</code>
* @return Whether the serializedSize field is set.
*/
@java.lang.Override
public boolean hasSerializedSize_() {
return ((bitField0_ & 0x00010000) != 0);
}
/**
* <code>optional bool serialized_size = 24;</code>
* @return The serializedSize.
*/
@java.lang.Override
public boolean getSerializedSize_() {
return serializedSize__;
}
/**
* <code>optional bool serialized_size = 24;</code>
* @param value The serializedSize to set.
*/
private void setSerializedSize_(boolean value) {
bitField0_ |= 0x00010000;
serializedSize__ = value;
}
/**
* <code>optional bool serialized_size = 24;</code>
*/
private void clearSerializedSize_() {
bitField0_ = (bitField0_ & ~0x00010000);
serializedSize__ = false;
}
public static final int BY_FIELD_NUMBER = 25;
private java.lang.String by_;
/**
* <code>optional string by = 25;</code>
* @return Whether the by field is set.
*/
@java.lang.Override
public boolean hasBy() {
return ((bitField0_ & 0x00020000) != 0);
}
/**
* <code>optional string by = 25;</code>
* @return The by.
*/
@java.lang.Override
public java.lang.String getBy() {
return by_;
}
/**
* <code>optional string by = 25;</code>
* @return The bytes for by.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getByBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(by_);
}
/**
* <code>optional string by = 25;</code>
* @param value The by to set.
*/
private void setBy(
java.lang.String value) {
value.getClass();
bitField0_ |= 0x00020000;
by_ = value;
}
/**
* <code>optional string by = 25;</code>
*/
private void clearBy() {
bitField0_ = (bitField0_ & ~0x00020000);
by_ = getDefaultInstance().getBy();
}
/**
* <code>optional string by = 25;</code>
* @param value The bytes for by to set.
*/
private void setByBytes(
com.google.protobuf.ByteString value) {
by_ = value.toStringUtf8();
bitField0_ |= 0x00020000;
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static Builder newBuilder(evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 prototype) {
return (Builder) DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code evil_names_proto2.EvilNamesProto2}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<
evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2, Builder> implements
// @@protoc_insertion_point(builder_implements:evil_names_proto2.EvilNamesProto2)
evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2OrBuilder {
// Construct using evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
@java.lang.Override
public CamelCaseCase
getCamelCaseCase() {
return instance.getCamelCaseCase();
}
public Builder clearCamelCase() {
copyOnWrite();
instance.clearCamelCase();
return this;
}
/**
* <code>optional bool initialized = 1;</code>
* @return Whether the initialized field is set.
*/
@java.lang.Override
public boolean hasInitialized() {
return instance.hasInitialized();
}
/**
* <code>optional bool initialized = 1;</code>
* @return The initialized.
*/
@java.lang.Override
public boolean getInitialized() {
return instance.getInitialized();
}
/**
* <code>optional bool initialized = 1;</code>
* @param value The initialized to set.
* @return This builder for chaining.
*/
public Builder setInitialized(boolean value) {
copyOnWrite();
instance.setInitialized(value);
return this;
}
/**
* <code>optional bool initialized = 1;</code>
* @return This builder for chaining.
*/
public Builder clearInitialized() {
copyOnWrite();
instance.clearInitialized();
return this;
}
/**
* <code>optional bool has_foo = 2;</code>
* @return Whether the hasFoo field is set.
*/
@java.lang.Override
public boolean hasHasFoo() {
return instance.hasHasFoo();
}
/**
* <code>optional bool has_foo = 2;</code>
* @return The hasFoo.
*/
@java.lang.Override
public boolean getHasFoo() {
return instance.getHasFoo();
}
/**
* <code>optional bool has_foo = 2;</code>
* @param value The hasFoo to set.
* @return This builder for chaining.
*/
public Builder setHasFoo(boolean value) {
copyOnWrite();
instance.setHasFoo(value);
return this;
}
/**
* <code>optional bool has_foo = 2;</code>
* @return This builder for chaining.
*/
public Builder clearHasFoo() {
copyOnWrite();
instance.clearHasFoo();
return this;
}
/**
* <code>optional string Bar = 3;</code>
* @return Whether the bar field is set.
*/
@java.lang.Override
public boolean hasBar() {
return instance.hasBar();
}
/**
* <code>optional string Bar = 3;</code>
* @return The bar.
*/
@java.lang.Override
public java.lang.String getBar() {
return instance.getBar();
}
/**
* <code>optional string Bar = 3;</code>
* @return The bytes for bar.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBarBytes() {
return instance.getBarBytes();
}
/**
* <code>optional string Bar = 3;</code>
* @param value The bar to set.
* @return This builder for chaining.
*/
public Builder setBar(
java.lang.String value) {
copyOnWrite();
instance.setBar(value);
return this;
}
/**
* <code>optional string Bar = 3;</code>
* @return This builder for chaining.
*/
public Builder clearBar() {
copyOnWrite();
instance.clearBar();
return this;
}
/**
* <code>optional string Bar = 3;</code>
* @param value The bytes for bar to set.
* @return This builder for chaining.
*/
public Builder setBarBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setBarBytes(value);
return this;
}
/**
* <code>optional bool is_initialized = 4;</code>
* @return Whether the isInitialized field is set.
*/
@java.lang.Override
public boolean hasIsInitialized() {
return instance.hasIsInitialized();
}
/**
* <code>optional bool is_initialized = 4;</code>
* @return The isInitialized.
*/
@java.lang.Override
public boolean getIsInitialized() {
return instance.getIsInitialized();
}
/**
* <code>optional bool is_initialized = 4;</code>
* @param value The isInitialized to set.
* @return This builder for chaining.
*/
public Builder setIsInitialized(boolean value) {
copyOnWrite();
instance.setIsInitialized(value);
return this;
}
/**
* <code>optional bool is_initialized = 4;</code>
* @return This builder for chaining.
*/
public Builder clearIsInitialized() {
copyOnWrite();
instance.clearIsInitialized();
return this;
}
/**
* <code>string fooBar = 5;</code>
* @return Whether the fooBar field is set.
*/
@java.lang.Override
public boolean hasFooBar() {
return instance.hasFooBar();
}
/**
* <code>string fooBar = 5;</code>
* @return The fooBar.
*/
@java.lang.Override
public java.lang.String getFooBar() {
return instance.getFooBar();
}
/**
* <code>string fooBar = 5;</code>
* @return The bytes for fooBar.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFooBarBytes() {
return instance.getFooBarBytes();
}
/**
* <code>string fooBar = 5;</code>
* @param value The fooBar to set.
* @return This builder for chaining.
*/
public Builder setFooBar(
java.lang.String value) {
copyOnWrite();
instance.setFooBar(value);
return this;
}
/**
* <code>string fooBar = 5;</code>
* @return This builder for chaining.
*/
public Builder clearFooBar() {
copyOnWrite();
instance.clearFooBar();
return this;
}
/**
* <code>string fooBar = 5;</code>
* @param value The bytes for fooBar to set.
* @return This builder for chaining.
*/
public Builder setFooBarBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setFooBarBytes(value);
return this;
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @return A list containing the aLLCAPS.
*/
@java.lang.Override
public java.util.List<java.lang.String>
getALLCAPSList() {
return java.util.Collections.unmodifiableList(
instance.getALLCAPSList());
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @return The count of aLLCAPS.
*/
@java.lang.Override
public int getALLCAPSCount() {
return instance.getALLCAPSCount();
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param index The index of the element to return.
* @return The aLLCAPS at the given index.
*/
@java.lang.Override
public java.lang.String getALLCAPS(int index) {
return instance.getALLCAPS(index);
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param index The index of the value to return.
* @return The bytes of the aLLCAPS at the given index.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getALLCAPSBytes(int index) {
return instance.getALLCAPSBytes(index);
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param index The index to set the value at.
* @param value The aLLCAPS to set.
* @return This builder for chaining.
*/
public Builder setALLCAPS(
int index, java.lang.String value) {
copyOnWrite();
instance.setALLCAPS(index, value);
return this;
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param value The aLLCAPS to add.
* @return This builder for chaining.
*/
public Builder addALLCAPS(
java.lang.String value) {
copyOnWrite();
instance.addALLCAPS(value);
return this;
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param values The aLLCAPS to add.
* @return This builder for chaining.
*/
public Builder addAllALLCAPS(
java.lang.Iterable<java.lang.String> values) {
copyOnWrite();
instance.addAllALLCAPS(values);
return this;
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @return This builder for chaining.
*/
public Builder clearALLCAPS() {
copyOnWrite();
instance.clearALLCAPS();
return this;
}
/**
* <code>repeated string ALL_CAPS = 7;</code>
* @param value The bytes of the aLLCAPS to add.
* @return This builder for chaining.
*/
public Builder addALLCAPSBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.addALLCAPSBytes(value);
return this;
}
@java.lang.Override
public int getALLCAPSMAPCount() {
return instance.getALLCAPSMAPMap().size();
}
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
@java.lang.Override
public boolean containsALLCAPSMAP(
int key) {
return instance.getALLCAPSMAPMap().containsKey(key);
}
public Builder clearALLCAPSMAP() {
copyOnWrite();
instance.getMutableALLCAPSMAPMap().clear();
return this;
}
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
public Builder removeALLCAPSMAP(
int key) {
copyOnWrite();
instance.getMutableALLCAPSMAPMap().remove(key);
return this;
}
/**
* Use {@link #getALLCAPSMAPMap()} instead.
*/
@java.lang.Override
@java.lang.Deprecated
public java.util.Map<java.lang.Integer, java.lang.Boolean> getALLCAPSMAP() {
return getALLCAPSMAPMap();
}
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
@java.lang.Override
public java.util.Map<java.lang.Integer, java.lang.Boolean> getALLCAPSMAPMap() {
return java.util.Collections.unmodifiableMap(
instance.getALLCAPSMAPMap());
}
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
@java.lang.Override
public boolean getALLCAPSMAPOrDefault(
int key,
boolean defaultValue) {
java.util.Map<java.lang.Integer, java.lang.Boolean> map =
instance.getALLCAPSMAPMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
@java.lang.Override
public boolean getALLCAPSMAPOrThrow(
int key) {
java.util.Map<java.lang.Integer, java.lang.Boolean> map =
instance.getALLCAPSMAPMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
public Builder putALLCAPSMAP(
int key,
boolean value) {
copyOnWrite();
instance.getMutableALLCAPSMAPMap().put(key, value);
return this;
}
/**
* <code>map&lt;int32, bool&gt; ALL_CAPS_MAP = 8;</code>
*/
public Builder putAllALLCAPSMAP(
java.util.Map<java.lang.Integer, java.lang.Boolean> values) {
copyOnWrite();
instance.getMutableALLCAPSMAPMap().putAll(values);
return this;
}
/**
* <code>optional bool has_underbar_preceding_numeric_1foo = 9;</code>
* @return Whether the hasUnderbarPrecedingNumeric1foo field is set.
*/
@java.lang.Override
public boolean hasHasUnderbarPrecedingNumeric1Foo() {
return instance.hasHasUnderbarPrecedingNumeric1Foo();
}
/**
* <code>optional bool has_underbar_preceding_numeric_1foo = 9;</code>
* @return The hasUnderbarPrecedingNumeric1foo.
*/
@java.lang.Override
public boolean getHasUnderbarPrecedingNumeric1Foo() {
return instance.getHasUnderbarPrecedingNumeric1Foo();
}
/**
* <code>optional bool has_underbar_preceding_numeric_1foo = 9;</code>
* @param value The hasUnderbarPrecedingNumeric1foo to set.
* @return This builder for chaining.
*/
public Builder setHasUnderbarPrecedingNumeric1Foo(boolean value) {
copyOnWrite();
instance.setHasUnderbarPrecedingNumeric1Foo(value);
return this;
}
/**
* <code>optional bool has_underbar_preceding_numeric_1foo = 9;</code>
* @return This builder for chaining.
*/
public Builder clearHasUnderbarPrecedingNumeric1Foo() {
copyOnWrite();
instance.clearHasUnderbarPrecedingNumeric1Foo();
return this;
}
/**
* <code>optional bool has_underbar_preceding_numeric_42bar = 13;</code>
* @return Whether the hasUnderbarPrecedingNumeric42bar field is set.
*/
@java.lang.Override
public boolean hasHasUnderbarPrecedingNumeric42Bar() {
return instance.hasHasUnderbarPrecedingNumeric42Bar();
}
/**
* <code>optional bool has_underbar_preceding_numeric_42bar = 13;</code>
* @return The hasUnderbarPrecedingNumeric42bar.
*/
@java.lang.Override
public boolean getHasUnderbarPrecedingNumeric42Bar() {
return instance.getHasUnderbarPrecedingNumeric42Bar();
}
/**
* <code>optional bool has_underbar_preceding_numeric_42bar = 13;</code>
* @param value The hasUnderbarPrecedingNumeric42bar to set.
* @return This builder for chaining.
*/
public Builder setHasUnderbarPrecedingNumeric42Bar(boolean value) {
copyOnWrite();
instance.setHasUnderbarPrecedingNumeric42Bar(value);
return this;
}
/**
* <code>optional bool has_underbar_preceding_numeric_42bar = 13;</code>
* @return This builder for chaining.
*/
public Builder clearHasUnderbarPrecedingNumeric42Bar() {
copyOnWrite();
instance.clearHasUnderbarPrecedingNumeric42Bar();
return this;
}
/**
* <code>optional bool has_underbar_preceding_numeric_123foo42bar_baz = 14;</code>
* @return Whether the hasUnderbarPrecedingNumeric123foo42barBaz field is set.
*/
@java.lang.Override
public boolean hasHasUnderbarPrecedingNumeric123Foo42BarBaz() {
return instance.hasHasUnderbarPrecedingNumeric123Foo42BarBaz();
}
/**
* <code>optional bool has_underbar_preceding_numeric_123foo42bar_baz = 14;</code>
* @return The hasUnderbarPrecedingNumeric123foo42barBaz.
*/
@java.lang.Override
public boolean getHasUnderbarPrecedingNumeric123Foo42BarBaz() {
return instance.getHasUnderbarPrecedingNumeric123Foo42BarBaz();
}
/**
* <code>optional bool has_underbar_preceding_numeric_123foo42bar_baz = 14;</code>
* @param value The hasUnderbarPrecedingNumeric123foo42barBaz to set.
* @return This builder for chaining.
*/
public Builder setHasUnderbarPrecedingNumeric123Foo42BarBaz(boolean value) {
copyOnWrite();
instance.setHasUnderbarPrecedingNumeric123Foo42BarBaz(value);
return this;
}
/**
* <code>optional bool has_underbar_preceding_numeric_123foo42bar_baz = 14;</code>
* @return This builder for chaining.
*/
public Builder clearHasUnderbarPrecedingNumeric123Foo42BarBaz() {
copyOnWrite();
instance.clearHasUnderbarPrecedingNumeric123Foo42BarBaz();
return this;
}
/**
* <code>repeated string extension = 12;</code>
* @return A list containing the extension.
*/
@java.lang.Override
public java.util.List<java.lang.String>
getExtensionList() {
return java.util.Collections.unmodifiableList(
instance.getExtensionList());
}
/**
* <code>repeated string extension = 12;</code>
* @return The count of extension.
*/
@java.lang.Override
public int getExtensionCount() {
return instance.getExtensionCount();
}
/**
* <code>repeated string extension = 12;</code>
* @param index The index of the element to return.
* @return The extension at the given index.
*/
@java.lang.Override
public java.lang.String getExtension(int index) {
return instance.getExtension(index);
}
/**
* <code>repeated string extension = 12;</code>
* @param index The index of the value to return.
* @return The bytes of the extension at the given index.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getExtensionBytes(int index) {
return instance.getExtensionBytes(index);
}
/**
* <code>repeated string extension = 12;</code>
* @param index The index to set the value at.
* @param value The extension to set.
* @return This builder for chaining.
*/
public Builder setExtension(
int index, java.lang.String value) {
copyOnWrite();
instance.setExtension(index, value);
return this;
}
/**
* <code>repeated string extension = 12;</code>
* @param value The extension to add.
* @return This builder for chaining.
*/
public Builder addExtension(
java.lang.String value) {
copyOnWrite();
instance.addExtension(value);
return this;
}
/**
* <code>repeated string extension = 12;</code>
* @param values The extension to add.
* @return This builder for chaining.
*/
public Builder addAllExtension(
java.lang.Iterable<java.lang.String> values) {
copyOnWrite();
instance.addAllExtension(values);
return this;
}
/**
* <code>repeated string extension = 12;</code>
* @return This builder for chaining.
*/
public Builder clearExtension() {
copyOnWrite();
instance.clearExtension();
return this;
}
/**
* <code>repeated string extension = 12;</code>
* @param value The bytes of the extension to add.
* @return This builder for chaining.
*/
public Builder addExtensionBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.addExtensionBytes(value);
return this;
}
/**
* <code>repeated int32 class = 15;</code>
* @return A list containing the class.
*/
@java.lang.Override
public java.util.List<java.lang.Integer>
getClass_List() {
return java.util.Collections.unmodifiableList(
instance.getClass_List());
}
/**
* <code>repeated int32 class = 15;</code>
* @return The count of class.
*/
@java.lang.Override
public int getClass_Count() {
return instance.getClass_Count();
}
/**
* <code>repeated int32 class = 15;</code>
* @param index The index of the element to return.
* @return The class at the given index.
*/
@java.lang.Override
public int getClass_(int index) {
return instance.getClass_(index);
}
/**
* <code>repeated int32 class = 15;</code>
* @param value The class to set.
* @return This builder for chaining.
*/
public Builder setClass_(
int index, int value) {
copyOnWrite();
instance.setClass_(index, value);
return this;
}
/**
* <code>repeated int32 class = 15;</code>
* @param value The class to add.
* @return This builder for chaining.
*/
public Builder addClass_(int value) {
copyOnWrite();
instance.addClass_(value);
return this;
}
/**
* <code>repeated int32 class = 15;</code>
* @param values The class to add.
* @return This builder for chaining.
*/
public Builder addAllClass_(
java.lang.Iterable<? extends java.lang.Integer> values) {
copyOnWrite();
instance.addAllClass_(values);
return this;
}
/**
* <code>repeated int32 class = 15;</code>
* @return This builder for chaining.
*/
public Builder clearClass_() {
copyOnWrite();
instance.clearClass_();
return this;
}
/**
* <code>optional double int = 16;</code>
* @return Whether the int field is set.
*/
@java.lang.Override
public boolean hasInt() {
return instance.hasInt();
}
/**
* <code>optional double int = 16;</code>
* @return The int.
*/
@java.lang.Override
public double getInt() {
return instance.getInt();
}
/**
* <code>optional double int = 16;</code>
* @param value The int to set.
* @return This builder for chaining.
*/
public Builder setInt(double value) {
copyOnWrite();
instance.setInt(value);
return this;
}
/**
* <code>optional double int = 16;</code>
* @return This builder for chaining.
*/
public Builder clearInt() {
copyOnWrite();
instance.clearInt();
return this;
}
/**
* <code>optional bool long = 17;</code>
* @return Whether the long field is set.
*/
@java.lang.Override
public boolean hasLong() {
return instance.hasLong();
}
/**
* <code>optional bool long = 17;</code>
* @return The long.
*/
@java.lang.Override
public boolean getLong() {
return instance.getLong();
}
/**
* <code>optional bool long = 17;</code>
* @param value The long to set.
* @return This builder for chaining.
*/
public Builder setLong(boolean value) {
copyOnWrite();
instance.setLong(value);
return this;
}
/**
* <code>optional bool long = 17;</code>
* @return This builder for chaining.
*/
public Builder clearLong() {
copyOnWrite();
instance.clearLong();
return this;
}
/**
* <code>optional int64 boolean = 18;</code>
* @return Whether the boolean field is set.
*/
@java.lang.Override
public boolean hasBoolean() {
return instance.hasBoolean();
}
/**
* <code>optional int64 boolean = 18;</code>
* @return The boolean.
*/
@java.lang.Override
public long getBoolean() {
return instance.getBoolean();
}
/**
* <code>optional int64 boolean = 18;</code>
* @param value The boolean to set.
* @return This builder for chaining.
*/
public Builder setBoolean(long value) {
copyOnWrite();
instance.setBoolean(value);
return this;
}
/**
* <code>optional int64 boolean = 18;</code>
* @return This builder for chaining.
*/
public Builder clearBoolean() {
copyOnWrite();
instance.clearBoolean();
return this;
}
/**
* <code>optional string sealed = 19;</code>
* @return Whether the sealed field is set.
*/
@java.lang.Override
public boolean hasSealed() {
return instance.hasSealed();
}
/**
* <code>optional string sealed = 19;</code>
* @return The sealed.
*/
@java.lang.Override
public java.lang.String getSealed() {
return instance.getSealed();
}
/**
* <code>optional string sealed = 19;</code>
* @return The bytes for sealed.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSealedBytes() {
return instance.getSealedBytes();
}
/**
* <code>optional string sealed = 19;</code>
* @param value The sealed to set.
* @return This builder for chaining.
*/
public Builder setSealed(
java.lang.String value) {
copyOnWrite();
instance.setSealed(value);
return this;
}
/**
* <code>optional string sealed = 19;</code>
* @return This builder for chaining.
*/
public Builder clearSealed() {
copyOnWrite();
instance.clearSealed();
return this;
}
/**
* <code>optional string sealed = 19;</code>
* @param value The bytes for sealed to set.
* @return This builder for chaining.
*/
public Builder setSealedBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setSealedBytes(value);
return this;
}
/**
* <code>optional float interface = 20;</code>
* @return Whether the interface field is set.
*/
@java.lang.Override
public boolean hasInterface() {
return instance.hasInterface();
}
/**
* <code>optional float interface = 20;</code>
* @return The interface.
*/
@java.lang.Override
public float getInterface() {
return instance.getInterface();
}
/**
* <code>optional float interface = 20;</code>
* @param value The interface to set.
* @return This builder for chaining.
*/
public Builder setInterface(float value) {
copyOnWrite();
instance.setInterface(value);
return this;
}
/**
* <code>optional float interface = 20;</code>
* @return This builder for chaining.
*/
public Builder clearInterface() {
copyOnWrite();
instance.clearInterface();
return this;
}
/**
* <code>optional int32 in = 21;</code>
* @return Whether the in field is set.
*/
@java.lang.Override
public boolean hasIn() {
return instance.hasIn();
}
/**
* <code>optional int32 in = 21;</code>
* @return The in.
*/
@java.lang.Override
public int getIn() {
return instance.getIn();
}
/**
* <code>optional int32 in = 21;</code>
* @param value The in to set.
* @return This builder for chaining.
*/
public Builder setIn(int value) {
copyOnWrite();
instance.setIn(value);
return this;
}
/**
* <code>optional int32 in = 21;</code>
* @return This builder for chaining.
*/
public Builder clearIn() {
copyOnWrite();
instance.clearIn();
return this;
}
/**
* <code>optional string object = 22;</code>
* @return Whether the object field is set.
*/
@java.lang.Override
public boolean hasObject() {
return instance.hasObject();
}
/**
* <code>optional string object = 22;</code>
* @return The object.
*/
@java.lang.Override
public java.lang.String getObject() {
return instance.getObject();
}
/**
* <code>optional string object = 22;</code>
* @return The bytes for object.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getObjectBytes() {
return instance.getObjectBytes();
}
/**
* <code>optional string object = 22;</code>
* @param value The object to set.
* @return This builder for chaining.
*/
public Builder setObject(
java.lang.String value) {
copyOnWrite();
instance.setObject(value);
return this;
}
/**
* <code>optional string object = 22;</code>
* @return This builder for chaining.
*/
public Builder clearObject() {
copyOnWrite();
instance.clearObject();
return this;
}
/**
* <code>optional string object = 22;</code>
* @param value The bytes for object to set.
* @return This builder for chaining.
*/
public Builder setObjectBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setObjectBytes(value);
return this;
}
/**
* <code>optional string cached_size = 23;</code>
* @return Whether the cachedSize field is set.
*/
@java.lang.Override
public boolean hasCachedSize_() {
return instance.hasCachedSize_();
}
/**
* <code>optional string cached_size = 23;</code>
* @return The cachedSize.
*/
@java.lang.Override
public java.lang.String getCachedSize_() {
return instance.getCachedSize_();
}
/**
* <code>optional string cached_size = 23;</code>
* @return The bytes for cachedSize.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCachedSize_Bytes() {
return instance.getCachedSize_Bytes();
}
/**
* <code>optional string cached_size = 23;</code>
* @param value The cachedSize to set.
* @return This builder for chaining.
*/
public Builder setCachedSize_(
java.lang.String value) {
copyOnWrite();
instance.setCachedSize_(value);
return this;
}
/**
* <code>optional string cached_size = 23;</code>
* @return This builder for chaining.
*/
public Builder clearCachedSize_() {
copyOnWrite();
instance.clearCachedSize_();
return this;
}
/**
* <code>optional string cached_size = 23;</code>
* @param value The bytes for cachedSize to set.
* @return This builder for chaining.
*/
public Builder setCachedSize_Bytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setCachedSize_Bytes(value);
return this;
}
/**
* <code>optional bool serialized_size = 24;</code>
* @return Whether the serializedSize field is set.
*/
@java.lang.Override
public boolean hasSerializedSize_() {
return instance.hasSerializedSize_();
}
/**
* <code>optional bool serialized_size = 24;</code>
* @return The serializedSize.
*/
@java.lang.Override
public boolean getSerializedSize_() {
return instance.getSerializedSize_();
}
/**
* <code>optional bool serialized_size = 24;</code>
* @param value The serializedSize to set.
* @return This builder for chaining.
*/
public Builder setSerializedSize_(boolean value) {
copyOnWrite();
instance.setSerializedSize_(value);
return this;
}
/**
* <code>optional bool serialized_size = 24;</code>
* @return This builder for chaining.
*/
public Builder clearSerializedSize_() {
copyOnWrite();
instance.clearSerializedSize_();
return this;
}
/**
* <code>optional string by = 25;</code>
* @return Whether the by field is set.
*/
@java.lang.Override
public boolean hasBy() {
return instance.hasBy();
}
/**
* <code>optional string by = 25;</code>
* @return The by.
*/
@java.lang.Override
public java.lang.String getBy() {
return instance.getBy();
}
/**
* <code>optional string by = 25;</code>
* @return The bytes for by.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getByBytes() {
return instance.getByBytes();
}
/**
* <code>optional string by = 25;</code>
* @param value The by to set.
* @return This builder for chaining.
*/
public Builder setBy(
java.lang.String value) {
copyOnWrite();
instance.setBy(value);
return this;
}
/**
* <code>optional string by = 25;</code>
* @return This builder for chaining.
*/
public Builder clearBy() {
copyOnWrite();
instance.clearBy();
return this;
}
/**
* <code>optional string by = 25;</code>
* @param value The bytes for by to set.
* @return This builder for chaining.
*/
public Builder setByBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setByBytes(value);
return this;
}
// @@protoc_insertion_point(builder_scope:evil_names_proto2.EvilNamesProto2)
}
private byte memoizedIsInitialized = 2;
@java.lang.Override
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
protected final java.lang.Object dynamicMethod(
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0, java.lang.Object arg1) {
switch (method) {
case NEW_MUTABLE_INSTANCE: {
return new evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"camelCase_",
"camelCaseCase_",
"bitField0_",
"initialized_",
"hasFoo_",
"bar_",
"isInitialized_",
"aLLCAPS_",
"aLLCAPSMAP_",
ALLCAPSMAPDefaultEntryHolder.defaultEntry,
"hasUnderbarPrecedingNumeric1Foo_",
"extension_",
"hasUnderbarPrecedingNumeric42Bar_",
"hasUnderbarPrecedingNumeric123Foo42BarBaz_",
"class__",
"int_",
"long_",
"boolean_",
"sealed_",
"interface_",
"in_",
"object_",
"cachedSize__",
"serializedSize__",
"by_",
};
java.lang.String info =
"\u0001\u0016\u0001\u0001\u0001\u0019\u0016\u0001\u0003\u0000\u0001\u1007\u0000\u0002" +
"\u1007\u0001\u0003\u1008\u0002\u0004\u1007\u0003\u0005\u103b\u0000\u0007\u001a\b" +
"2\t\u1007\u0005\f\u001a\r\u1007\u0006\u000e\u1007\u0007\u000f\u0016\u0010\u1000\b" +
"\u0011\u1007\t\u0012\u1002\n\u0013\u1008\u000b\u0014\u1001\f\u0015\u1004\r\u0016" +
"\u1008\u000e\u0017\u1008\u000f\u0018\u1007\u0010\u0019\u1008\u0011";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
case GET_DEFAULT_INSTANCE: {
return DEFAULT_INSTANCE;
}
case GET_PARSER: {
com.google.protobuf.Parser<evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2> parser = PARSER;
if (parser == null) {
synchronized (evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2.class) {
parser = PARSER;
if (parser == null) {
parser =
new DefaultInstanceBasedParser<evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2>(
DEFAULT_INSTANCE);
PARSER = parser;
}
}
}
return parser;
}
case GET_MEMOIZED_IS_INITIALIZED: {
return memoizedIsInitialized;
}
case SET_MEMOIZED_IS_INITIALIZED: {
memoizedIsInitialized = (byte) (arg0 == null ? 0 : 1);
return null;
}
}
throw new UnsupportedOperationException();
}
// @@protoc_insertion_point(class_scope:evil_names_proto2.EvilNamesProto2)
private static final evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 DEFAULT_INSTANCE;
static {
EvilNamesProto2 defaultInstance = new EvilNamesProto2();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
EvilNamesProto2.class, defaultInstance);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.EvilNamesProto2 getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser<EvilNamesProto2> PARSER;
public static com.google.protobuf.Parser<EvilNamesProto2> parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}
public interface HardKeywordsAllTypesOrBuilder extends
// @@protoc_insertion_point(interface_extends:evil_names_proto2.HardKeywordsAllTypes)
com.google.protobuf.MessageLiteOrBuilder {
/**
* <code>optional int32 as = 1;</code>
* @return Whether the as field is set.
*/
boolean hasAs();
/**
* <code>optional int32 as = 1;</code>
* @return The as.
*/
int getAs();
/**
* <code>optional string in = 2;</code>
* @return Whether the in field is set.
*/
boolean hasIn();
/**
* <code>optional string in = 2;</code>
* @return The in.
*/
java.lang.String getIn();
/**
* <code>optional string in = 2;</code>
* @return The bytes for in.
*/
com.google.protobuf.ByteString
getInBytes();
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedEnum break = 3;</code>
* @return Whether the break field is set.
*/
boolean hasBreak();
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedEnum break = 3;</code>
* @return The break.
*/
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum getBreak();
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
int getContinueCount();
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
boolean containsContinue(
int key);
/**
* Use {@link #getContinueMap()} instead.
*/
@java.lang.Deprecated
java.util.Map<java.lang.Integer, java.lang.Integer>
getContinue();
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
java.util.Map<java.lang.Integer, java.lang.Integer>
getContinueMap();
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
int getContinueOrDefault(
int key,
int defaultValue);
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
int getContinueOrThrow(
int key);
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
* @return Whether the do field is set.
*/
boolean hasDo();
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
* @return The do.
*/
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage getDo();
/**
* <code>repeated int32 else = 6;</code>
* @return A list containing the else.
*/
java.util.List<java.lang.Integer> getElseList();
/**
* <code>repeated int32 else = 6;</code>
* @return The count of else.
*/
int getElseCount();
/**
* <code>repeated int32 else = 6;</code>
* @param index The index of the element to return.
* @return The else at the given index.
*/
int getElse(int index);
/**
* <code>repeated string for = 7;</code>
* @return A list containing the for.
*/
java.util.List<java.lang.String>
getForList();
/**
* <code>repeated string for = 7;</code>
* @return The count of for.
*/
int getForCount();
/**
* <code>repeated string for = 7;</code>
* @param index The index of the element to return.
* @return The for at the given index.
*/
java.lang.String getFor(int index);
/**
* <code>repeated string for = 7;</code>
* @param index The index of the element to return.
* @return The for at the given index.
*/
com.google.protobuf.ByteString
getForBytes(int index);
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @return A list containing the fun.
*/
java.util.List<evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum> getFunList();
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @return The count of fun.
*/
int getFunCount();
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @param index The index of the element to return.
* @return The fun at the given index.
*/
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum getFun(int index);
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
java.util.List<evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage>
getIfList();
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage getIf(int index);
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
int getIfCount();
}
/**
* Protobuf type {@code evil_names_proto2.HardKeywordsAllTypes}
*/
public static final class HardKeywordsAllTypes extends
com.google.protobuf.GeneratedMessageLite<
HardKeywordsAllTypes, HardKeywordsAllTypes.Builder> implements
// @@protoc_insertion_point(message_implements:evil_names_proto2.HardKeywordsAllTypes)
HardKeywordsAllTypesOrBuilder {
private HardKeywordsAllTypes() {
in_ = "";
break_ = 1;
else_ = emptyIntList();
for_ = com.google.protobuf.GeneratedMessageLite.emptyProtobufList();
fun_ = emptyIntList();
if_ = emptyProtobufList();
}
/**
* Protobuf enum {@code evil_names_proto2.HardKeywordsAllTypes.NestedEnum}
*/
public enum NestedEnum
implements com.google.protobuf.Internal.EnumLite {
/**
* <code>FOO = 1;</code>
*/
FOO(1),
/**
* <code>BAR = 2;</code>
*/
BAR(2),
;
/**
* <code>FOO = 1;</code>
*/
public static final int FOO_VALUE = 1;
/**
* <code>BAR = 2;</code>
*/
public static final int BAR_VALUE = 2;
@java.lang.Override
public final int getNumber() {
return value;
}
/**
* @param value The number of the enum to look for.
* @return The enum associated with the given number.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static NestedEnum valueOf(int value) {
return forNumber(value);
}
public static NestedEnum forNumber(int value) {
switch (value) {
case 1: return FOO;
case 2: return BAR;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap<NestedEnum>
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
NestedEnum> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap<NestedEnum>() {
@java.lang.Override
public NestedEnum findValueByNumber(int number) {
return NestedEnum.forNumber(number);
}
};
public static com.google.protobuf.Internal.EnumVerifier
internalGetVerifier() {
return NestedEnumVerifier.INSTANCE;
}
private static final class NestedEnumVerifier implements
com.google.protobuf.Internal.EnumVerifier {
static final com.google.protobuf.Internal.EnumVerifier INSTANCE = new NestedEnumVerifier();
@java.lang.Override
public boolean isInRange(int number) {
return NestedEnum.forNumber(number) != null;
}
};
private final int value;
private NestedEnum(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:evil_names_proto2.HardKeywordsAllTypes.NestedEnum)
}
public interface NestedMessageOrBuilder extends
// @@protoc_insertion_point(interface_extends:evil_names_proto2.HardKeywordsAllTypes.NestedMessage)
com.google.protobuf.MessageLiteOrBuilder {
/**
* <code>optional int32 while = 1;</code>
* @return Whether the while field is set.
*/
boolean hasWhile();
/**
* <code>optional int32 while = 1;</code>
* @return The while.
*/
int getWhile();
}
/**
* Protobuf type {@code evil_names_proto2.HardKeywordsAllTypes.NestedMessage}
*/
public static final class NestedMessage extends
com.google.protobuf.GeneratedMessageLite<
NestedMessage, NestedMessage.Builder> implements
// @@protoc_insertion_point(message_implements:evil_names_proto2.HardKeywordsAllTypes.NestedMessage)
NestedMessageOrBuilder {
private NestedMessage() {
}
private int bitField0_;
public static final int WHILE_FIELD_NUMBER = 1;
private int while_;
/**
* <code>optional int32 while = 1;</code>
* @return Whether the while field is set.
*/
@java.lang.Override
public boolean hasWhile() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* <code>optional int32 while = 1;</code>
* @return The while.
*/
@java.lang.Override
public int getWhile() {
return while_;
}
/**
* <code>optional int32 while = 1;</code>
* @param value The while to set.
*/
private void setWhile(int value) {
bitField0_ |= 0x00000001;
while_ = value;
}
/**
* <code>optional int32 while = 1;</code>
*/
private void clearWhile() {
bitField0_ = (bitField0_ & ~0x00000001);
while_ = 0;
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static Builder newBuilder(evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage prototype) {
return (Builder) DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code evil_names_proto2.HardKeywordsAllTypes.NestedMessage}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage, Builder> implements
// @@protoc_insertion_point(builder_implements:evil_names_proto2.HardKeywordsAllTypes.NestedMessage)
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessageOrBuilder {
// Construct using evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* <code>optional int32 while = 1;</code>
* @return Whether the while field is set.
*/
@java.lang.Override
public boolean hasWhile() {
return instance.hasWhile();
}
/**
* <code>optional int32 while = 1;</code>
* @return The while.
*/
@java.lang.Override
public int getWhile() {
return instance.getWhile();
}
/**
* <code>optional int32 while = 1;</code>
* @param value The while to set.
* @return This builder for chaining.
*/
public Builder setWhile(int value) {
copyOnWrite();
instance.setWhile(value);
return this;
}
/**
* <code>optional int32 while = 1;</code>
* @return This builder for chaining.
*/
public Builder clearWhile() {
copyOnWrite();
instance.clearWhile();
return this;
}
// @@protoc_insertion_point(builder_scope:evil_names_proto2.HardKeywordsAllTypes.NestedMessage)
}
@java.lang.Override
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
protected final java.lang.Object dynamicMethod(
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0, java.lang.Object arg1) {
switch (method) {
case NEW_MUTABLE_INSTANCE: {
return new evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"bitField0_",
"while_",
};
java.lang.String info =
"\u0001\u0001\u0000\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0001\u1004\u0000";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
case GET_DEFAULT_INSTANCE: {
return DEFAULT_INSTANCE;
}
case GET_PARSER: {
com.google.protobuf.Parser<evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage> parser = PARSER;
if (parser == null) {
synchronized (evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage.class) {
parser = PARSER;
if (parser == null) {
parser =
new DefaultInstanceBasedParser<evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage>(
DEFAULT_INSTANCE);
PARSER = parser;
}
}
}
return parser;
}
case GET_MEMOIZED_IS_INITIALIZED: {
return (byte) 1;
}
case SET_MEMOIZED_IS_INITIALIZED: {
return null;
}
}
throw new UnsupportedOperationException();
}
// @@protoc_insertion_point(class_scope:evil_names_proto2.HardKeywordsAllTypes.NestedMessage)
private static final evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage DEFAULT_INSTANCE;
static {
NestedMessage defaultInstance = new NestedMessage();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
NestedMessage.class, defaultInstance);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser<NestedMessage> PARSER;
public static com.google.protobuf.Parser<NestedMessage> parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}
private int bitField0_;
public static final int AS_FIELD_NUMBER = 1;
private int as_;
/**
* <code>optional int32 as = 1;</code>
* @return Whether the as field is set.
*/
@java.lang.Override
public boolean hasAs() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* <code>optional int32 as = 1;</code>
* @return The as.
*/
@java.lang.Override
public int getAs() {
return as_;
}
/**
* <code>optional int32 as = 1;</code>
* @param value The as to set.
*/
private void setAs(int value) {
bitField0_ |= 0x00000001;
as_ = value;
}
/**
* <code>optional int32 as = 1;</code>
*/
private void clearAs() {
bitField0_ = (bitField0_ & ~0x00000001);
as_ = 0;
}
public static final int IN_FIELD_NUMBER = 2;
private java.lang.String in_;
/**
* <code>optional string in = 2;</code>
* @return Whether the in field is set.
*/
@java.lang.Override
public boolean hasIn() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* <code>optional string in = 2;</code>
* @return The in.
*/
@java.lang.Override
public java.lang.String getIn() {
return in_;
}
/**
* <code>optional string in = 2;</code>
* @return The bytes for in.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(in_);
}
/**
* <code>optional string in = 2;</code>
* @param value The in to set.
*/
private void setIn(
java.lang.String value) {
value.getClass();
bitField0_ |= 0x00000002;
in_ = value;
}
/**
* <code>optional string in = 2;</code>
*/
private void clearIn() {
bitField0_ = (bitField0_ & ~0x00000002);
in_ = getDefaultInstance().getIn();
}
/**
* <code>optional string in = 2;</code>
* @param value The bytes for in to set.
*/
private void setInBytes(
com.google.protobuf.ByteString value) {
in_ = value.toStringUtf8();
bitField0_ |= 0x00000002;
}
public static final int BREAK_FIELD_NUMBER = 3;
private int break_;
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedEnum break = 3;</code>
* @return Whether the break field is set.
*/
@java.lang.Override
public boolean hasBreak() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedEnum break = 3;</code>
* @return The break.
*/
@java.lang.Override
public evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum getBreak() {
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum result = evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum.forNumber(break_);
return result == null ? evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum.FOO : result;
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedEnum break = 3;</code>
* @param value The break to set.
*/
private void setBreak(evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum value) {
break_ = value.getNumber();
bitField0_ |= 0x00000004;
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedEnum break = 3;</code>
*/
private void clearBreak() {
bitField0_ = (bitField0_ & ~0x00000004);
break_ = 1;
}
public static final int CONTINUE_FIELD_NUMBER = 4;
private static final class ContinueDefaultEntryHolder {
static final com.google.protobuf.MapEntryLite<
java.lang.Integer, java.lang.Integer> defaultEntry =
com.google.protobuf.MapEntryLite
.<java.lang.Integer, java.lang.Integer>newDefaultInstance(
com.google.protobuf.WireFormat.FieldType.INT32,
0,
com.google.protobuf.WireFormat.FieldType.INT32,
0);
}
private com.google.protobuf.MapFieldLite<
java.lang.Integer, java.lang.Integer> continue_ =
com.google.protobuf.MapFieldLite.emptyMapField();
private com.google.protobuf.MapFieldLite<java.lang.Integer, java.lang.Integer>
internalGetContinue() {
return continue_;
}
private com.google.protobuf.MapFieldLite<java.lang.Integer, java.lang.Integer>
internalGetMutableContinue() {
if (!continue_.isMutable()) {
continue_ = continue_.mutableCopy();
}
return continue_;
}
@java.lang.Override
public int getContinueCount() {
return internalGetContinue().size();
}
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
@java.lang.Override
public boolean containsContinue(
int key) {
return internalGetContinue().containsKey(key);
}
/**
* Use {@link #getContinueMap()} instead.
*/
@java.lang.Override
@java.lang.Deprecated
public java.util.Map<java.lang.Integer, java.lang.Integer> getContinue() {
return getContinueMap();
}
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
@java.lang.Override
public java.util.Map<java.lang.Integer, java.lang.Integer> getContinueMap() {
return java.util.Collections.unmodifiableMap(
internalGetContinue());
}
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
@java.lang.Override
public int getContinueOrDefault(
int key,
int defaultValue) {
java.util.Map<java.lang.Integer, java.lang.Integer> map =
internalGetContinue();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
@java.lang.Override
public int getContinueOrThrow(
int key) {
java.util.Map<java.lang.Integer, java.lang.Integer> map =
internalGetContinue();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
private java.util.Map<java.lang.Integer, java.lang.Integer>
getMutableContinueMap() {
return internalGetMutableContinue();
}
public static final int DO_FIELD_NUMBER = 5;
private evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage do_;
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
*/
@java.lang.Override
public boolean hasDo() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
*/
@java.lang.Override
public evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage getDo() {
return do_ == null ? evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage.getDefaultInstance() : do_;
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
*/
private void setDo(evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage value) {
value.getClass();
do_ = value;
bitField0_ |= 0x00000008;
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
*/
@java.lang.SuppressWarnings({"ReferenceEquality"})
private void mergeDo(evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage value) {
value.getClass();
if (do_ != null &&
do_ != evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage.getDefaultInstance()) {
do_ =
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage.newBuilder(do_).mergeFrom(value).buildPartial();
} else {
do_ = value;
}
bitField0_ |= 0x00000008;
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
*/
private void clearDo() { do_ = null;
bitField0_ = (bitField0_ & ~0x00000008);
}
public static final int ELSE_FIELD_NUMBER = 6;
private com.google.protobuf.Internal.IntList else_;
/**
* <code>repeated int32 else = 6;</code>
* @return A list containing the else.
*/
@java.lang.Override
public java.util.List<java.lang.Integer>
getElseList() {
return else_;
}
/**
* <code>repeated int32 else = 6;</code>
* @return The count of else.
*/
@java.lang.Override
public int getElseCount() {
return else_.size();
}
/**
* <code>repeated int32 else = 6;</code>
* @param index The index of the element to return.
* @return The else at the given index.
*/
@java.lang.Override
public int getElse(int index) {
return else_.getInt(index);
}
private void ensureElseIsMutable() {
com.google.protobuf.Internal.IntList tmp = else_;
if (!tmp.isModifiable()) {
else_ =
com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
}
}
/**
* <code>repeated int32 else = 6;</code>
* @param index The index to set the value at.
* @param value The else to set.
*/
private void setElse(
int index, int value) {
ensureElseIsMutable();
else_.setInt(index, value);
}
/**
* <code>repeated int32 else = 6;</code>
* @param value The else to add.
*/
private void addElse(int value) {
ensureElseIsMutable();
else_.addInt(value);
}
/**
* <code>repeated int32 else = 6;</code>
* @param values The else to add.
*/
private void addAllElse(
java.lang.Iterable<? extends java.lang.Integer> values) {
ensureElseIsMutable();
com.google.protobuf.AbstractMessageLite.addAll(
values, else_);
}
/**
* <code>repeated int32 else = 6;</code>
*/
private void clearElse() {
else_ = emptyIntList();
}
public static final int FOR_FIELD_NUMBER = 7;
private com.google.protobuf.Internal.ProtobufList<java.lang.String> for_;
/**
* <code>repeated string for = 7;</code>
* @return A list containing the for.
*/
@java.lang.Override
public java.util.List<java.lang.String> getForList() {
return for_;
}
/**
* <code>repeated string for = 7;</code>
* @return The count of for.
*/
@java.lang.Override
public int getForCount() {
return for_.size();
}
/**
* <code>repeated string for = 7;</code>
* @param index The index of the element to return.
* @return The for at the given index.
*/
@java.lang.Override
public java.lang.String getFor(int index) {
return for_.get(index);
}
/**
* <code>repeated string for = 7;</code>
* @param index The index of the value to return.
* @return The bytes of the for at the given index.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getForBytes(int index) {
return com.google.protobuf.ByteString.copyFromUtf8(
for_.get(index));
}
private void ensureForIsMutable() {
com.google.protobuf.Internal.ProtobufList<java.lang.String> tmp =
for_; if (!tmp.isModifiable()) {
for_ =
com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
}
}
/**
* <code>repeated string for = 7;</code>
* @param index The index to set the value at.
* @param value The for to set.
*/
private void setFor(
int index, java.lang.String value) {
value.getClass();
ensureForIsMutable();
for_.set(index, value);
}
/**
* <code>repeated string for = 7;</code>
* @param value The for to add.
*/
private void addFor(
java.lang.String value) {
value.getClass();
ensureForIsMutable();
for_.add(value);
}
/**
* <code>repeated string for = 7;</code>
* @param values The for to add.
*/
private void addAllFor(
java.lang.Iterable<java.lang.String> values) {
ensureForIsMutable();
com.google.protobuf.AbstractMessageLite.addAll(
values, for_);
}
/**
* <code>repeated string for = 7;</code>
*/
private void clearFor() {
for_ = com.google.protobuf.GeneratedMessageLite.emptyProtobufList();
}
/**
* <code>repeated string for = 7;</code>
* @param value The bytes of the for to add.
*/
private void addForBytes(
com.google.protobuf.ByteString value) {
ensureForIsMutable();
for_.add(value.toStringUtf8());
}
public static final int FUN_FIELD_NUMBER = 8;
private com.google.protobuf.Internal.IntList fun_;
private static final com.google.protobuf.Internal.ListAdapter.Converter<
java.lang.Integer, evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum> fun_converter_ =
new com.google.protobuf.Internal.ListAdapter.Converter<
java.lang.Integer, evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum>() {
@java.lang.Override
public evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum convert(java.lang.Integer from) {
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum result = evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum.forNumber(from);
return result == null ? evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum.FOO : result;
}
};
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @return A list containing the fun.
*/
@java.lang.Override
public java.util.List<evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum> getFunList() {
return new com.google.protobuf.Internal.ListAdapter<
java.lang.Integer, evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum>(fun_, fun_converter_);
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @return The count of fun.
*/
@java.lang.Override
public int getFunCount() {
return fun_.size();
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @param index The index of the element to return.
* @return The fun at the given index.
*/
@java.lang.Override
public evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum getFun(int index) {
return fun_converter_.convert(fun_.getInt(index));
}
private void ensureFunIsMutable() {
com.google.protobuf.Internal.IntList tmp = fun_;
if (!tmp.isModifiable()) {
fun_ =
com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
}
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @param index The index to set the value at.
* @param value The fun to set.
*/
private void setFun(
int index, evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum value) {
value.getClass();
ensureFunIsMutable();
fun_.setInt(index, value.getNumber());
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @param value The fun to add.
*/
private void addFun(evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum value) {
value.getClass();
ensureFunIsMutable();
fun_.addInt(value.getNumber());
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @param values The fun to add.
*/
private void addAllFun(
java.lang.Iterable<? extends evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum> values) {
ensureFunIsMutable();
for (evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum value : values) {
fun_.addInt(value.getNumber());
}
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
*/
private void clearFun() {
fun_ = emptyIntList();
}
public static final int IF_FIELD_NUMBER = 9;
private com.google.protobuf.Internal.ProtobufList<evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage> if_;
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
@java.lang.Override
public java.util.List<evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage> getIfList() {
return if_;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
public java.util.List<? extends evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessageOrBuilder>
getIfOrBuilderList() {
return if_;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
@java.lang.Override
public int getIfCount() {
return if_.size();
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
@java.lang.Override
public evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage getIf(int index) {
return if_.get(index);
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
public evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessageOrBuilder getIfOrBuilder(
int index) {
return if_.get(index);
}
private void ensureIfIsMutable() {
com.google.protobuf.Internal.ProtobufList<evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage> tmp = if_;
if (!tmp.isModifiable()) {
if_ =
com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
}
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
private void setIf(
int index, evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage value) {
value.getClass();
ensureIfIsMutable();
if_.set(index, value);
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
private void addIf(evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage value) {
value.getClass();
ensureIfIsMutable();
if_.add(value);
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
private void addIf(
int index, evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage value) {
value.getClass();
ensureIfIsMutable();
if_.add(index, value);
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
private void addAllIf(
java.lang.Iterable<? extends evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage> values) {
ensureIfIsMutable();
com.google.protobuf.AbstractMessageLite.addAll(
values, if_);
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
private void clearIf() {
if_ = emptyProtobufList();
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
private void removeIf(int index) {
ensureIfIsMutable();
if_.remove(index);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static Builder newBuilder(evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes prototype) {
return (Builder) DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code evil_names_proto2.HardKeywordsAllTypes}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes, Builder> implements
// @@protoc_insertion_point(builder_implements:evil_names_proto2.HardKeywordsAllTypes)
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypesOrBuilder {
// Construct using evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* <code>optional int32 as = 1;</code>
* @return Whether the as field is set.
*/
@java.lang.Override
public boolean hasAs() {
return instance.hasAs();
}
/**
* <code>optional int32 as = 1;</code>
* @return The as.
*/
@java.lang.Override
public int getAs() {
return instance.getAs();
}
/**
* <code>optional int32 as = 1;</code>
* @param value The as to set.
* @return This builder for chaining.
*/
public Builder setAs(int value) {
copyOnWrite();
instance.setAs(value);
return this;
}
/**
* <code>optional int32 as = 1;</code>
* @return This builder for chaining.
*/
public Builder clearAs() {
copyOnWrite();
instance.clearAs();
return this;
}
/**
* <code>optional string in = 2;</code>
* @return Whether the in field is set.
*/
@java.lang.Override
public boolean hasIn() {
return instance.hasIn();
}
/**
* <code>optional string in = 2;</code>
* @return The in.
*/
@java.lang.Override
public java.lang.String getIn() {
return instance.getIn();
}
/**
* <code>optional string in = 2;</code>
* @return The bytes for in.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInBytes() {
return instance.getInBytes();
}
/**
* <code>optional string in = 2;</code>
* @param value The in to set.
* @return This builder for chaining.
*/
public Builder setIn(
java.lang.String value) {
copyOnWrite();
instance.setIn(value);
return this;
}
/**
* <code>optional string in = 2;</code>
* @return This builder for chaining.
*/
public Builder clearIn() {
copyOnWrite();
instance.clearIn();
return this;
}
/**
* <code>optional string in = 2;</code>
* @param value The bytes for in to set.
* @return This builder for chaining.
*/
public Builder setInBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setInBytes(value);
return this;
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedEnum break = 3;</code>
* @return Whether the break field is set.
*/
@java.lang.Override
public boolean hasBreak() {
return instance.hasBreak();
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedEnum break = 3;</code>
* @return The break.
*/
@java.lang.Override
public evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum getBreak() {
return instance.getBreak();
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedEnum break = 3;</code>
* @param value The enum numeric value on the wire for break to set.
* @return This builder for chaining.
*/
public Builder setBreak(evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum value) {
copyOnWrite();
instance.setBreak(value);
return this;
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedEnum break = 3;</code>
* @return This builder for chaining.
*/
public Builder clearBreak() {
copyOnWrite();
instance.clearBreak();
return this;
}
@java.lang.Override
public int getContinueCount() {
return instance.getContinueMap().size();
}
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
@java.lang.Override
public boolean containsContinue(
int key) {
return instance.getContinueMap().containsKey(key);
}
public Builder clearContinue() {
copyOnWrite();
instance.getMutableContinueMap().clear();
return this;
}
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
public Builder removeContinue(
int key) {
copyOnWrite();
instance.getMutableContinueMap().remove(key);
return this;
}
/**
* Use {@link #getContinueMap()} instead.
*/
@java.lang.Override
@java.lang.Deprecated
public java.util.Map<java.lang.Integer, java.lang.Integer> getContinue() {
return getContinueMap();
}
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
@java.lang.Override
public java.util.Map<java.lang.Integer, java.lang.Integer> getContinueMap() {
return java.util.Collections.unmodifiableMap(
instance.getContinueMap());
}
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
@java.lang.Override
public int getContinueOrDefault(
int key,
int defaultValue) {
java.util.Map<java.lang.Integer, java.lang.Integer> map =
instance.getContinueMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
@java.lang.Override
public int getContinueOrThrow(
int key) {
java.util.Map<java.lang.Integer, java.lang.Integer> map =
instance.getContinueMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
public Builder putContinue(
int key,
int value) {
copyOnWrite();
instance.getMutableContinueMap().put(key, value);
return this;
}
/**
* <code>map&lt;int32, int32&gt; continue = 4;</code>
*/
public Builder putAllContinue(
java.util.Map<java.lang.Integer, java.lang.Integer> values) {
copyOnWrite();
instance.getMutableContinueMap().putAll(values);
return this;
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
*/
@java.lang.Override
public boolean hasDo() {
return instance.hasDo();
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
*/
@java.lang.Override
public evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage getDo() {
return instance.getDo();
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
*/
public Builder setDo(evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage value) {
copyOnWrite();
instance.setDo(value);
return this;
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
*/
public Builder setDo(
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage.Builder builderForValue) {
copyOnWrite();
instance.setDo(builderForValue.build());
return this;
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
*/
public Builder mergeDo(evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage value) {
copyOnWrite();
instance.mergeDo(value);
return this;
}
/**
* <code>optional .evil_names_proto2.HardKeywordsAllTypes.NestedMessage do = 5;</code>
*/
public Builder clearDo() { copyOnWrite();
instance.clearDo();
return this;
}
/**
* <code>repeated int32 else = 6;</code>
* @return A list containing the else.
*/
@java.lang.Override
public java.util.List<java.lang.Integer>
getElseList() {
return java.util.Collections.unmodifiableList(
instance.getElseList());
}
/**
* <code>repeated int32 else = 6;</code>
* @return The count of else.
*/
@java.lang.Override
public int getElseCount() {
return instance.getElseCount();
}
/**
* <code>repeated int32 else = 6;</code>
* @param index The index of the element to return.
* @return The else at the given index.
*/
@java.lang.Override
public int getElse(int index) {
return instance.getElse(index);
}
/**
* <code>repeated int32 else = 6;</code>
* @param value The else to set.
* @return This builder for chaining.
*/
public Builder setElse(
int index, int value) {
copyOnWrite();
instance.setElse(index, value);
return this;
}
/**
* <code>repeated int32 else = 6;</code>
* @param value The else to add.
* @return This builder for chaining.
*/
public Builder addElse(int value) {
copyOnWrite();
instance.addElse(value);
return this;
}
/**
* <code>repeated int32 else = 6;</code>
* @param values The else to add.
* @return This builder for chaining.
*/
public Builder addAllElse(
java.lang.Iterable<? extends java.lang.Integer> values) {
copyOnWrite();
instance.addAllElse(values);
return this;
}
/**
* <code>repeated int32 else = 6;</code>
* @return This builder for chaining.
*/
public Builder clearElse() {
copyOnWrite();
instance.clearElse();
return this;
}
/**
* <code>repeated string for = 7;</code>
* @return A list containing the for.
*/
@java.lang.Override
public java.util.List<java.lang.String>
getForList() {
return java.util.Collections.unmodifiableList(
instance.getForList());
}
/**
* <code>repeated string for = 7;</code>
* @return The count of for.
*/
@java.lang.Override
public int getForCount() {
return instance.getForCount();
}
/**
* <code>repeated string for = 7;</code>
* @param index The index of the element to return.
* @return The for at the given index.
*/
@java.lang.Override
public java.lang.String getFor(int index) {
return instance.getFor(index);
}
/**
* <code>repeated string for = 7;</code>
* @param index The index of the value to return.
* @return The bytes of the for at the given index.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getForBytes(int index) {
return instance.getForBytes(index);
}
/**
* <code>repeated string for = 7;</code>
* @param index The index to set the value at.
* @param value The for to set.
* @return This builder for chaining.
*/
public Builder setFor(
int index, java.lang.String value) {
copyOnWrite();
instance.setFor(index, value);
return this;
}
/**
* <code>repeated string for = 7;</code>
* @param value The for to add.
* @return This builder for chaining.
*/
public Builder addFor(
java.lang.String value) {
copyOnWrite();
instance.addFor(value);
return this;
}
/**
* <code>repeated string for = 7;</code>
* @param values The for to add.
* @return This builder for chaining.
*/
public Builder addAllFor(
java.lang.Iterable<java.lang.String> values) {
copyOnWrite();
instance.addAllFor(values);
return this;
}
/**
* <code>repeated string for = 7;</code>
* @return This builder for chaining.
*/
public Builder clearFor() {
copyOnWrite();
instance.clearFor();
return this;
}
/**
* <code>repeated string for = 7;</code>
* @param value The bytes of the for to add.
* @return This builder for chaining.
*/
public Builder addForBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.addForBytes(value);
return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @return A list containing the fun.
*/
@java.lang.Override
public java.util.List<evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum> getFunList() {
return instance.getFunList();
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @return The count of fun.
*/
@java.lang.Override
public int getFunCount() {
return instance.getFunCount();
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @param index The index of the element to return.
* @return The fun at the given index.
*/
@java.lang.Override
public evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum getFun(int index) {
return instance.getFun(index);
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @param index The index to set the value at.
* @param value The fun to set.
* @return This builder for chaining.
*/
public Builder setFun(
int index, evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum value) {
copyOnWrite();
instance.setFun(index, value);
return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @param value The fun to add.
* @return This builder for chaining.
*/
public Builder addFun(evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum value) {
copyOnWrite();
instance.addFun(value);
return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @param values The fun to add.
* @return This builder for chaining.
*/
public Builder addAllFun(
java.lang.Iterable<? extends evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum> values) {
copyOnWrite();
instance.addAllFun(values); return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedEnum fun = 8;</code>
* @return This builder for chaining.
*/
public Builder clearFun() {
copyOnWrite();
instance.clearFun();
return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
@java.lang.Override
public java.util.List<evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage> getIfList() {
return java.util.Collections.unmodifiableList(
instance.getIfList());
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
@java.lang.Override
public int getIfCount() {
return instance.getIfCount();
}/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
@java.lang.Override
public evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage getIf(int index) {
return instance.getIf(index);
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
public Builder setIf(
int index, evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage value) {
copyOnWrite();
instance.setIf(index, value);
return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
public Builder setIf(
int index, evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage.Builder builderForValue) {
copyOnWrite();
instance.setIf(index,
builderForValue.build());
return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
public Builder addIf(evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage value) {
copyOnWrite();
instance.addIf(value);
return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
public Builder addIf(
int index, evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage value) {
copyOnWrite();
instance.addIf(index, value);
return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
public Builder addIf(
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage.Builder builderForValue) {
copyOnWrite();
instance.addIf(builderForValue.build());
return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
public Builder addIf(
int index, evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage.Builder builderForValue) {
copyOnWrite();
instance.addIf(index,
builderForValue.build());
return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
public Builder addAllIf(
java.lang.Iterable<? extends evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage> values) {
copyOnWrite();
instance.addAllIf(values);
return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
public Builder clearIf() {
copyOnWrite();
instance.clearIf();
return this;
}
/**
* <code>repeated .evil_names_proto2.HardKeywordsAllTypes.NestedMessage if = 9;</code>
*/
public Builder removeIf(int index) {
copyOnWrite();
instance.removeIf(index);
return this;
}
// @@protoc_insertion_point(builder_scope:evil_names_proto2.HardKeywordsAllTypes)
}
@java.lang.Override
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
protected final java.lang.Object dynamicMethod(
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0, java.lang.Object arg1) {
switch (method) {
case NEW_MUTABLE_INSTANCE: {
return new evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"bitField0_",
"as_",
"in_",
"break_",
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum.internalGetVerifier(),
"continue_",
ContinueDefaultEntryHolder.defaultEntry,
"do_",
"else_",
"for_",
"fun_",
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedEnum.internalGetVerifier(),
"if_",
evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.NestedMessage.class,
};
java.lang.String info =
"\u0001\t\u0000\u0001\u0001\t\t\u0001\u0004\u0000\u0001\u1004\u0000\u0002\u1008\u0001" +
"\u0003\u100c\u0002\u00042\u0005\u1009\u0003\u0006\u0016\u0007\u001a\b\u001e\t\u001b" +
"";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
case GET_DEFAULT_INSTANCE: {
return DEFAULT_INSTANCE;
}
case GET_PARSER: {
com.google.protobuf.Parser<evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes> parser = PARSER;
if (parser == null) {
synchronized (evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes.class) {
parser = PARSER;
if (parser == null) {
parser =
new DefaultInstanceBasedParser<evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes>(
DEFAULT_INSTANCE);
PARSER = parser;
}
}
}
return parser;
}
case GET_MEMOIZED_IS_INITIALIZED: {
return (byte) 1;
}
case SET_MEMOIZED_IS_INITIALIZED: {
return null;
}
}
throw new UnsupportedOperationException();
}
// @@protoc_insertion_point(class_scope:evil_names_proto2.HardKeywordsAllTypes)
private static final evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes DEFAULT_INSTANCE;
static {
HardKeywordsAllTypes defaultInstance = new HardKeywordsAllTypes();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
HardKeywordsAllTypes.class, defaultInstance);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.HardKeywordsAllTypes getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser<HardKeywordsAllTypes> PARSER;
public static com.google.protobuf.Parser<HardKeywordsAllTypes> parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}
public interface InterfaceOrBuilder extends
// @@protoc_insertion_point(interface_extends:evil_names_proto2.Interface)
com.google.protobuf.MessageLiteOrBuilder {
}
/**
* Protobuf type {@code evil_names_proto2.Interface}
*/
public static final class Interface extends
com.google.protobuf.GeneratedMessageLite<
Interface, Interface.Builder> implements
// @@protoc_insertion_point(message_implements:evil_names_proto2.Interface)
InterfaceOrBuilder {
private Interface() {
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static Builder newBuilder(evil_names_proto2.EvilNamesProto2OuterClass.Interface prototype) {
return (Builder) DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code evil_names_proto2.Interface}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
evil_names_proto2.EvilNamesProto2OuterClass.Interface, Builder> implements
// @@protoc_insertion_point(builder_implements:evil_names_proto2.Interface)
evil_names_proto2.EvilNamesProto2OuterClass.InterfaceOrBuilder {
// Construct using evil_names_proto2.EvilNamesProto2OuterClass.Interface.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
// @@protoc_insertion_point(builder_scope:evil_names_proto2.Interface)
}
@java.lang.Override
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
protected final java.lang.Object dynamicMethod(
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0, java.lang.Object arg1) {
switch (method) {
case NEW_MUTABLE_INSTANCE: {
return new evil_names_proto2.EvilNamesProto2OuterClass.Interface();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = null;java.lang.String info =
"\u0001\u0000";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
case GET_DEFAULT_INSTANCE: {
return DEFAULT_INSTANCE;
}
case GET_PARSER: {
com.google.protobuf.Parser<evil_names_proto2.EvilNamesProto2OuterClass.Interface> parser = PARSER;
if (parser == null) {
synchronized (evil_names_proto2.EvilNamesProto2OuterClass.Interface.class) {
parser = PARSER;
if (parser == null) {
parser =
new DefaultInstanceBasedParser<evil_names_proto2.EvilNamesProto2OuterClass.Interface>(
DEFAULT_INSTANCE);
PARSER = parser;
}
}
}
return parser;
}
case GET_MEMOIZED_IS_INITIALIZED: {
return (byte) 1;
}
case SET_MEMOIZED_IS_INITIALIZED: {
return null;
}
}
throw new UnsupportedOperationException();
}
// @@protoc_insertion_point(class_scope:evil_names_proto2.Interface)
private static final evil_names_proto2.EvilNamesProto2OuterClass.Interface DEFAULT_INSTANCE;
static {
Interface defaultInstance = new Interface();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
Interface.class, defaultInstance);
}
public static evil_names_proto2.EvilNamesProto2OuterClass.Interface getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser<Interface> PARSER;
public static com.google.protobuf.Parser<Interface> parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}
static {
}
// @@protoc_insertion_point(outer_class_scope)
}