All Downloads are FREE. Search and download functionalities are using the official Maven repository.

protobuf_unittest.OuterClassNameTestOuterClass Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: com/google/protobuf/outer_class_name_test.proto

package protobuf_unittest;

public final class OuterClassNameTestOuterClass {
  private OuterClassNameTestOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
  }
  public interface OuterClassNameTestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:protobuf_unittest.OuterClassNameTest)
      com.google.protobuf.MessageOrBuilder {
  }
  /**
   * Protobuf type {@code protobuf_unittest.OuterClassNameTest}
   *
   * 
   * This message's name is the same with the default outer class name of this
   * proto file. It's used to test if the compiler can avoid this conflict
   * correctly.
   * 
*/ public static final class OuterClassNameTest extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:protobuf_unittest.OuterClassNameTest) OuterClassNameTestOrBuilder { // Use OuterClassNameTest.newBuilder() to construct. private OuterClassNameTest(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private OuterClassNameTest(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final OuterClassNameTest defaultInstance; public static OuterClassNameTest getDefaultInstance() { return defaultInstance; } public OuterClassNameTest getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private OuterClassNameTest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); 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; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return protobuf_unittest.OuterClassNameTestOuterClass.internal_static_protobuf_unittest_OuterClassNameTest_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return protobuf_unittest.OuterClassNameTestOuterClass.internal_static_protobuf_unittest_OuterClassNameTest_fieldAccessorTable .ensureFieldAccessorsInitialized( protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.class, protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.Builder.class); } public static com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public OuterClassNameTest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new OuterClassNameTest(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } private void initFields() { } 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 { getSerializedSize(); getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code protobuf_unittest.OuterClassNameTest} * *
     * This message's name is the same with the default outer class name of this
     * proto file. It's used to test if the compiler can avoid this conflict
     * correctly.
     * 
*/ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:protobuf_unittest.OuterClassNameTest) protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return protobuf_unittest.OuterClassNameTestOuterClass.internal_static_protobuf_unittest_OuterClassNameTest_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return protobuf_unittest.OuterClassNameTestOuterClass.internal_static_protobuf_unittest_OuterClassNameTest_fieldAccessorTable .ensureFieldAccessorsInitialized( protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.class, protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.Builder.class); } // Construct using protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return protobuf_unittest.OuterClassNameTestOuterClass.internal_static_protobuf_unittest_OuterClassNameTest_descriptor; } public protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest getDefaultInstanceForType() { return protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.getDefaultInstance(); } public protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest build() { protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest buildPartial() { protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest result = new protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest(this); onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest) { return mergeFrom((protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest other) { if (other == protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest.getDefaultInstance()) return this; this.mergeUnknownFields(other.getUnknownFields()); 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 { protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (protobuf_unittest.OuterClassNameTestOuterClass.OuterClassNameTest) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } // @@protoc_insertion_point(builder_scope:protobuf_unittest.OuterClassNameTest) } static { defaultInstance = new OuterClassNameTest(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:protobuf_unittest.OuterClassNameTest) } private static final com.google.protobuf.Descriptors.Descriptor internal_static_protobuf_unittest_OuterClassNameTest_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_protobuf_unittest_OuterClassNameTest_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n/com/google/protobuf/outer_class_name_t" + "est.proto\022\021protobuf_unittest\"\024\n\022OuterCla" + "ssNameTest" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }, assigner); internal_static_protobuf_unittest_OuterClassNameTest_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_protobuf_unittest_OuterClassNameTest_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_protobuf_unittest_OuterClassNameTest_descriptor, new java.lang.String[] { }); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy