Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
* If true, the compiler does not append the proto base file name
* into the generated package name. If false (the default), the
* generated scala package name is the package_name.basename where
* basename is the proto file name without the .proto extension.
*
* If true, the compiler does not append the proto base file name
* into the generated package name. If false (the default), the
* generated scala package name is the package_name.basename where
* basename is the proto file name without the .proto extension.
*
* When this option is enabled, wrappers defined at
* https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto,
* are mapped to an Option[T] where T is a primitive type.
*
* When this option is enabled, wrappers defined at
* https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto,
* are mapped to an Option[T] where T is a primitive type.
*
*
* optional bool primitive_wrappers = 6;
*/
boolean getPrimitiveWrappers();
}
/**
* Protobuf type {@code scalapb.ScalaPbOptions}
*/
public static final class ScalaPbOptions extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:scalapb.ScalaPbOptions)
ScalaPbOptionsOrBuilder {
// Use ScalaPbOptions.newBuilder() to construct.
private ScalaPbOptions(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ScalaPbOptions() {
packageName_ = "";
flatPackage_ = false;
import_ = com.google.protobuf.LazyStringArrayList.EMPTY;
preamble_ = com.google.protobuf.LazyStringArrayList.EMPTY;
singleFile_ = false;
primitiveWrappers_ = false;
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ScalaPbOptions(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000001;
packageName_ = bs;
break;
}
case 16: {
bitField0_ |= 0x00000002;
flatPackage_ = input.readBool();
break;
}
case 26: {
com.google.protobuf.ByteString bs = input.readBytes();
if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
import_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000004;
}
import_.add(bs);
break;
}
case 34: {
com.google.protobuf.ByteString bs = input.readBytes();
if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
preamble_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000008;
}
preamble_.add(bs);
break;
}
case 40: {
bitField0_ |= 0x00000004;
singleFile_ = input.readBool();
break;
}
case 48: {
bitField0_ |= 0x00000008;
primitiveWrappers_ = input.readBool();
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
import_ = import_.getUnmodifiableView();
}
if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
preamble_ = preamble_.getUnmodifiableView();
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.trueaccord.scalapb.Scalapb.internal_static_scalapb_ScalaPbOptions_descriptor;
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.trueaccord.scalapb.Scalapb.internal_static_scalapb_ScalaPbOptions_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.trueaccord.scalapb.Scalapb.ScalaPbOptions.class, com.trueaccord.scalapb.Scalapb.ScalaPbOptions.Builder.class);
}
private int bitField0_;
public static final int PACKAGE_NAME_FIELD_NUMBER = 1;
private volatile java.lang.Object packageName_;
/**
*
* If set then it overrides the java_package and package.
*
* If set then it overrides the java_package and package.
*
*
* optional string package_name = 1;
*/
public com.google.protobuf.ByteString
getPackageNameBytes() {
java.lang.Object ref = packageName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
packageName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FLAT_PACKAGE_FIELD_NUMBER = 2;
private boolean flatPackage_;
/**
*
* If true, the compiler does not append the proto base file name
* into the generated package name. If false (the default), the
* generated scala package name is the package_name.basename where
* basename is the proto file name without the .proto extension.
*
* If true, the compiler does not append the proto base file name
* into the generated package name. If false (the default), the
* generated scala package name is the package_name.basename where
* basename is the proto file name without the .proto extension.
*
*
* optional bool flat_package = 2;
*/
public boolean getFlatPackage() {
return flatPackage_;
}
public static final int IMPORT_FIELD_NUMBER = 3;
private com.google.protobuf.LazyStringList import_;
/**
*
* Adds the following imports at the top of the file (this is meant
* to provide implicit TypeMappers)
*
* If true, all messages and enums (but not services) will be written
* to a single Scala file.
*
*
* optional bool single_file = 5;
*/
public boolean getSingleFile() {
return singleFile_;
}
public static final int PRIMITIVE_WRAPPERS_FIELD_NUMBER = 6;
private boolean primitiveWrappers_;
/**
*
* When this option is enabled, wrappers defined at
* https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto,
* are mapped to an Option[T] where T is a primitive type.
*
* When this option is enabled, wrappers defined at
* https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto,
* are mapped to an Option[T] where T is a primitive type.
*
*
* optional bool primitive_wrappers = 6;
*/
public boolean getPrimitiveWrappers() {
return primitiveWrappers_;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (((bitField0_ & 0x00000001) == 0x00000001)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, packageName_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeBool(2, flatPackage_);
}
for (int i = 0; i < import_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, import_.getRaw(i));
}
for (int i = 0; i < preamble_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, preamble_.getRaw(i));
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
output.writeBool(5, singleFile_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
output.writeBool(6, primitiveWrappers_);
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, packageName_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(2, flatPackage_);
}
{
int dataSize = 0;
for (int i = 0; i < import_.size(); i++) {
dataSize += computeStringSizeNoTag(import_.getRaw(i));
}
size += dataSize;
size += 1 * getImportList().size();
}
{
int dataSize = 0;
for (int i = 0; i < preamble_.size(); i++) {
dataSize += computeStringSizeNoTag(preamble_.getRaw(i));
}
size += dataSize;
size += 1 * getPreambleList().size();
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(5, singleFile_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(6, primitiveWrappers_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.trueaccord.scalapb.Scalapb.ScalaPbOptions)) {
return super.equals(obj);
}
com.trueaccord.scalapb.Scalapb.ScalaPbOptions other = (com.trueaccord.scalapb.Scalapb.ScalaPbOptions) obj;
boolean result = true;
result = result && (hasPackageName() == other.hasPackageName());
if (hasPackageName()) {
result = result && getPackageName()
.equals(other.getPackageName());
}
result = result && (hasFlatPackage() == other.hasFlatPackage());
if (hasFlatPackage()) {
result = result && (getFlatPackage()
== other.getFlatPackage());
}
result = result && getImportList()
.equals(other.getImportList());
result = result && getPreambleList()
.equals(other.getPreambleList());
result = result && (hasSingleFile() == other.hasSingleFile());
if (hasSingleFile()) {
result = result && (getSingleFile()
== other.getSingleFile());
}
result = result && (hasPrimitiveWrappers() == other.hasPrimitiveWrappers());
if (hasPrimitiveWrappers()) {
result = result && (getPrimitiveWrappers()
== other.getPrimitiveWrappers());
}
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptorForType().hashCode();
if (hasPackageName()) {
hash = (37 * hash) + PACKAGE_NAME_FIELD_NUMBER;
hash = (53 * hash) + getPackageName().hashCode();
}
if (hasFlatPackage()) {
hash = (37 * hash) + FLAT_PACKAGE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getFlatPackage());
}
if (getImportCount() > 0) {
hash = (37 * hash) + IMPORT_FIELD_NUMBER;
hash = (53 * hash) + getImportList().hashCode();
}
if (getPreambleCount() > 0) {
hash = (37 * hash) + PREAMBLE_FIELD_NUMBER;
hash = (53 * hash) + getPreambleList().hashCode();
}
if (hasSingleFile()) {
hash = (37 * hash) + SINGLE_FILE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getSingleFile());
}
if (hasPrimitiveWrappers()) {
hash = (37 * hash) + PRIMITIVE_WRAPPERS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getPrimitiveWrappers());
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.trueaccord.scalapb.Scalapb.ScalaPbOptions parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.trueaccord.scalapb.Scalapb.ScalaPbOptions parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.trueaccord.scalapb.Scalapb.ScalaPbOptions parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.trueaccord.scalapb.Scalapb.ScalaPbOptions parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.trueaccord.scalapb.Scalapb.ScalaPbOptions parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.trueaccord.scalapb.Scalapb.ScalaPbOptions parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.trueaccord.scalapb.Scalapb.ScalaPbOptions parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.trueaccord.scalapb.Scalapb.ScalaPbOptions parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.trueaccord.scalapb.Scalapb.ScalaPbOptions parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.trueaccord.scalapb.Scalapb.ScalaPbOptions parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.trueaccord.scalapb.Scalapb.ScalaPbOptions prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code scalapb.ScalaPbOptions}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:scalapb.ScalaPbOptions)
com.trueaccord.scalapb.Scalapb.ScalaPbOptionsOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.trueaccord.scalapb.Scalapb.internal_static_scalapb_ScalaPbOptions_descriptor;
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.trueaccord.scalapb.Scalapb.internal_static_scalapb_ScalaPbOptions_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.trueaccord.scalapb.Scalapb.ScalaPbOptions.class, com.trueaccord.scalapb.Scalapb.ScalaPbOptions.Builder.class);
}
// Construct using com.trueaccord.scalapb.Scalapb.ScalaPbOptions.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
packageName_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
flatPackage_ = false;
bitField0_ = (bitField0_ & ~0x00000002);
import_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000004);
preamble_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000008);
singleFile_ = false;
bitField0_ = (bitField0_ & ~0x00000010);
primitiveWrappers_ = false;
bitField0_ = (bitField0_ & ~0x00000020);
return this;
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.trueaccord.scalapb.Scalapb.internal_static_scalapb_ScalaPbOptions_descriptor;
}
public com.trueaccord.scalapb.Scalapb.ScalaPbOptions getDefaultInstanceForType() {
return com.trueaccord.scalapb.Scalapb.ScalaPbOptions.getDefaultInstance();
}
public com.trueaccord.scalapb.Scalapb.ScalaPbOptions build() {
com.trueaccord.scalapb.Scalapb.ScalaPbOptions result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public com.trueaccord.scalapb.Scalapb.ScalaPbOptions buildPartial() {
com.trueaccord.scalapb.Scalapb.ScalaPbOptions result = new com.trueaccord.scalapb.Scalapb.ScalaPbOptions(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.packageName_ = packageName_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.flatPackage_ = flatPackage_;
if (((bitField0_ & 0x00000004) == 0x00000004)) {
import_ = import_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000004);
}
result.import_ = import_;
if (((bitField0_ & 0x00000008) == 0x00000008)) {
preamble_ = preamble_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000008);
}
result.preamble_ = preamble_;
if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
to_bitField0_ |= 0x00000004;
}
result.singleFile_ = singleFile_;
if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
to_bitField0_ |= 0x00000008;
}
result.primitiveWrappers_ = primitiveWrappers_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.trueaccord.scalapb.Scalapb.ScalaPbOptions) {
return mergeFrom((com.trueaccord.scalapb.Scalapb.ScalaPbOptions)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.trueaccord.scalapb.Scalapb.ScalaPbOptions other) {
if (other == com.trueaccord.scalapb.Scalapb.ScalaPbOptions.getDefaultInstance()) return this;
if (other.hasPackageName()) {
bitField0_ |= 0x00000001;
packageName_ = other.packageName_;
onChanged();
}
if (other.hasFlatPackage()) {
setFlatPackage(other.getFlatPackage());
}
if (!other.import_.isEmpty()) {
if (import_.isEmpty()) {
import_ = other.import_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureImportIsMutable();
import_.addAll(other.import_);
}
onChanged();
}
if (!other.preamble_.isEmpty()) {
if (preamble_.isEmpty()) {
preamble_ = other.preamble_;
bitField0_ = (bitField0_ & ~0x00000008);
} else {
ensurePreambleIsMutable();
preamble_.addAll(other.preamble_);
}
onChanged();
}
if (other.hasSingleFile()) {
setSingleFile(other.getSingleFile());
}
if (other.hasPrimitiveWrappers()) {
setPrimitiveWrappers(other.getPrimitiveWrappers());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.trueaccord.scalapb.Scalapb.ScalaPbOptions parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.trueaccord.scalapb.Scalapb.ScalaPbOptions) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object packageName_ = "";
/**
*
* If set then it overrides the java_package and package.
*
* If true, the compiler does not append the proto base file name
* into the generated package name. If false (the default), the
* generated scala package name is the package_name.basename where
* basename is the proto file name without the .proto extension.
*
* If true, the compiler does not append the proto base file name
* into the generated package name. If false (the default), the
* generated scala package name is the package_name.basename where
* basename is the proto file name without the .proto extension.
*
* If true, the compiler does not append the proto base file name
* into the generated package name. If false (the default), the
* generated scala package name is the package_name.basename where
* basename is the proto file name without the .proto extension.
*
* If true, the compiler does not append the proto base file name
* into the generated package name. If false (the default), the
* generated scala package name is the package_name.basename where
* basename is the proto file name without the .proto extension.
*
* When this option is enabled, wrappers defined at
* https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto,
* are mapped to an Option[T] where T is a primitive type.
*
* When this option is enabled, wrappers defined at
* https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto,
* are mapped to an Option[T] where T is a primitive type.
*
* When this option is enabled, wrappers defined at
* https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto,
* are mapped to an Option[T] where T is a primitive type.
*
* When this option is enabled, wrappers defined at
* https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto,
* are mapped to an Option[T] where T is a primitive type.
*
*
* optional bool primitive_wrappers = 6;
*/
public Builder clearPrimitiveWrappers() {
bitField0_ = (bitField0_ & ~0x00000020);
primitiveWrappers_ = false;
onChanged();
return this;
}
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:scalapb.ScalaPbOptions)
}
// @@protoc_insertion_point(class_scope:scalapb.ScalaPbOptions)
private static final com.trueaccord.scalapb.Scalapb.ScalaPbOptions DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.trueaccord.scalapb.Scalapb.ScalaPbOptions();
}
public static com.trueaccord.scalapb.Scalapb.ScalaPbOptions getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
public ScalaPbOptions parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ScalaPbOptions(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public com.trueaccord.scalapb.Scalapb.ScalaPbOptions getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface MessageOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:scalapb.MessageOptions)
com.google.protobuf.MessageOrBuilder {
/**
*
* Additional classes and traits to mix in to the case class.
*