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

nl.topicus.jdbc.shaded.com.google.protobuf.Api Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/api.proto

package nl.topicus.jdbc.shaded.com.google.protobuf;

/**
 * 
 * Api is a light-weight descriptor for an API Interface.
 * Interfaces are also described as "protocol buffer services" in some contexts,
 * such as by the "service" keyword in a .proto file, but they are different
 * from API Services, which represent a concrete implementation of an interface
 * as opposed to simply a description of methods and bindings. They are also
 * sometimes simply referred to as "APIs" in other contexts, such as the name of
 * this message itself. See https://cloud.google.com/apis/design/glossary for
 * detailed terminology.
 * 
* * Protobuf type {@code google.protobuf.Api} */ public final class Api extends nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.protobuf.Api) ApiOrBuilder { private static final long serialVersionUID = 0L; // Use Api.newBuilder() to construct. private Api(nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Api() { name_ = ""; methods_ = java.util.Collections.emptyList(); options_ = java.util.Collections.emptyList(); version_ = ""; mixins_ = java.util.Collections.emptyList(); syntax_ = 0; } @java.lang.Override public final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Api( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); name_ = s; break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { methods_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } methods_.add( input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.Method.parser(), extensionRegistry)); break; } case 26: { if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { options_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000004; } options_.add( input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.Option.parser(), extensionRegistry)); break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); version_ = s; break; } case 42: { nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext.Builder subBuilder = null; if (sourceContext_ != null) { subBuilder = sourceContext_.toBuilder(); } sourceContext_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(sourceContext_); sourceContext_ = subBuilder.buildPartial(); } break; } case 50: { if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) { mixins_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000020; } mixins_.add( input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.Mixin.parser(), extensionRegistry)); break; } case 56: { int rawValue = input.readEnum(); syntax_ = rawValue; break; } } } } catch (nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { methods_ = java.util.Collections.unmodifiableList(methods_); } if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { options_ = java.util.Collections.unmodifiableList(options_); } if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) { mixins_ = java.util.Collections.unmodifiableList(mixins_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return nl.topicus.jdbc.shaded.com.google.protobuf.ApiProto.internal_static_google_protobuf_Api_descriptor; } protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return nl.topicus.jdbc.shaded.com.google.protobuf.ApiProto.internal_static_google_protobuf_Api_fieldAccessorTable .ensureFieldAccessorsInitialized( nl.topicus.jdbc.shaded.com.google.protobuf.Api.class, nl.topicus.jdbc.shaded.com.google.protobuf.Api.Builder.class); } private int bitField0_; public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** *
   * The fully qualified name of this interface, including package name
   * followed by the interface's simple name.
   * 
* * string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs = (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** *
   * The fully qualified name of this interface, including package name
   * followed by the interface's simple name.
   * 
* * string name = 1; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b = nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; } } public static final int METHODS_FIELD_NUMBER = 2; private java.util.List methods_; /** *
   * The methods of this interface, in unspecified order.
   * 
* * repeated .google.protobuf.Method methods = 2; */ public java.util.List getMethodsList() { return methods_; } /** *
   * The methods of this interface, in unspecified order.
   * 
* * repeated .google.protobuf.Method methods = 2; */ public java.util.List getMethodsOrBuilderList() { return methods_; } /** *
   * The methods of this interface, in unspecified order.
   * 
* * repeated .google.protobuf.Method methods = 2; */ public int getMethodsCount() { return methods_.size(); } /** *
   * The methods of this interface, in unspecified order.
   * 
* * repeated .google.protobuf.Method methods = 2; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Method getMethods(int index) { return methods_.get(index); } /** *
   * The methods of this interface, in unspecified order.
   * 
* * repeated .google.protobuf.Method methods = 2; */ public nl.topicus.jdbc.shaded.com.google.protobuf.MethodOrBuilder getMethodsOrBuilder( int index) { return methods_.get(index); } public static final int OPTIONS_FIELD_NUMBER = 3; private java.util.List options_; /** *
   * Any metadata attached to the interface.
   * 
* * repeated .google.protobuf.Option options = 3; */ public java.util.List getOptionsList() { return options_; } /** *
   * Any metadata attached to the interface.
   * 
* * repeated .google.protobuf.Option options = 3; */ public java.util.List getOptionsOrBuilderList() { return options_; } /** *
   * Any metadata attached to the interface.
   * 
* * repeated .google.protobuf.Option options = 3; */ public int getOptionsCount() { return options_.size(); } /** *
   * Any metadata attached to the interface.
   * 
* * repeated .google.protobuf.Option options = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Option getOptions(int index) { return options_.get(index); } /** *
   * Any metadata attached to the interface.
   * 
* * repeated .google.protobuf.Option options = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.OptionOrBuilder getOptionsOrBuilder( int index) { return options_.get(index); } public static final int VERSION_FIELD_NUMBER = 4; private volatile java.lang.Object version_; /** *
   * A version string for this interface. If specified, must have the form
   * `major-version.minor-version`, as in `1.10`. If the minor version is
   * omitted, it defaults to zero. If the entire version field is empty, the
   * major version is derived from the package name, as outlined below. If the
   * field is not empty, the version in the package name will be verified to be
   * consistent with what is provided here.
   * The versioning schema uses [semantic
   * versioning](http://semver.org) where the major version number
   * indicates a breaking change and the minor version an additive,
   * non-breaking change. Both version numbers are signals to users
   * what to expect from different versions, and should be carefully
   * chosen based on the product plan.
   * The major version is also reflected in the package name of the
   * interface, which must end in `v<major-version>`, as in
   * `google.feature.v1`. For major versions 0 and 1, the suffix can
   * be omitted. Zero major versions must only be used for
   * experimental, non-GA interfaces.
   * 
* * string version = 4; */ public java.lang.String getVersion() { java.lang.Object ref = version_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs = (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); version_ = s; return s; } } /** *
   * A version string for this interface. If specified, must have the form
   * `major-version.minor-version`, as in `1.10`. If the minor version is
   * omitted, it defaults to zero. If the entire version field is empty, the
   * major version is derived from the package name, as outlined below. If the
   * field is not empty, the version in the package name will be verified to be
   * consistent with what is provided here.
   * The versioning schema uses [semantic
   * versioning](http://semver.org) where the major version number
   * indicates a breaking change and the minor version an additive,
   * non-breaking change. Both version numbers are signals to users
   * what to expect from different versions, and should be carefully
   * chosen based on the product plan.
   * The major version is also reflected in the package name of the
   * interface, which must end in `v<major-version>`, as in
   * `google.feature.v1`. For major versions 0 and 1, the suffix can
   * be omitted. Zero major versions must only be used for
   * experimental, non-GA interfaces.
   * 
* * string version = 4; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getVersionBytes() { java.lang.Object ref = version_; if (ref instanceof java.lang.String) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b = nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); version_ = b; return b; } else { return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; } } public static final int SOURCE_CONTEXT_FIELD_NUMBER = 5; private nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext sourceContext_; /** *
   * Source context for the protocol buffer service represented by this
   * message.
   * 
* * .google.protobuf.SourceContext source_context = 5; */ public boolean hasSourceContext() { return sourceContext_ != null; } /** *
   * Source context for the protocol buffer service represented by this
   * message.
   * 
* * .google.protobuf.SourceContext source_context = 5; */ public nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext getSourceContext() { return sourceContext_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext.getDefaultInstance() : sourceContext_; } /** *
   * Source context for the protocol buffer service represented by this
   * message.
   * 
* * .google.protobuf.SourceContext source_context = 5; */ public nl.topicus.jdbc.shaded.com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder() { return getSourceContext(); } public static final int MIXINS_FIELD_NUMBER = 6; private java.util.List mixins_; /** *
   * Included interfaces. See [Mixin][].
   * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public java.util.List getMixinsList() { return mixins_; } /** *
   * Included interfaces. See [Mixin][].
   * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public java.util.List getMixinsOrBuilderList() { return mixins_; } /** *
   * Included interfaces. See [Mixin][].
   * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public int getMixinsCount() { return mixins_.size(); } /** *
   * Included interfaces. See [Mixin][].
   * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Mixin getMixins(int index) { return mixins_.get(index); } /** *
   * Included interfaces. See [Mixin][].
   * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public nl.topicus.jdbc.shaded.com.google.protobuf.MixinOrBuilder getMixinsOrBuilder( int index) { return mixins_.get(index); } public static final int SYNTAX_FIELD_NUMBER = 7; private int syntax_; /** *
   * The source syntax of the service.
   * 
* * .google.protobuf.Syntax syntax = 7; */ public int getSyntaxValue() { return syntax_; } /** *
   * The source syntax of the service.
   * 
* * .google.protobuf.Syntax syntax = 7; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Syntax getSyntax() { nl.topicus.jdbc.shaded.com.google.protobuf.Syntax result = nl.topicus.jdbc.shaded.com.google.protobuf.Syntax.valueOf(syntax_); return result == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Syntax.UNRECOGNIZED : result; } 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(nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getNameBytes().isEmpty()) { nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } for (int i = 0; i < methods_.size(); i++) { output.writeMessage(2, methods_.get(i)); } for (int i = 0; i < options_.size(); i++) { output.writeMessage(3, options_.get(i)); } if (!getVersionBytes().isEmpty()) { nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 4, version_); } if (sourceContext_ != null) { output.writeMessage(5, getSourceContext()); } for (int i = 0; i < mixins_.size(); i++) { output.writeMessage(6, mixins_.get(i)); } if (syntax_ != nl.topicus.jdbc.shaded.com.google.protobuf.Syntax.SYNTAX_PROTO2.getNumber()) { output.writeEnum(7, syntax_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getNameBytes().isEmpty()) { size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } for (int i = 0; i < methods_.size(); i++) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(2, methods_.get(i)); } for (int i = 0; i < options_.size(); i++) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(3, options_.get(i)); } if (!getVersionBytes().isEmpty()) { size += nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(4, version_); } if (sourceContext_ != null) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(5, getSourceContext()); } for (int i = 0; i < mixins_.size(); i++) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(6, mixins_.get(i)); } if (syntax_ != nl.topicus.jdbc.shaded.com.google.protobuf.Syntax.SYNTAX_PROTO2.getNumber()) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeEnumSize(7, syntax_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof nl.topicus.jdbc.shaded.com.google.protobuf.Api)) { return super.equals(obj); } nl.topicus.jdbc.shaded.com.google.protobuf.Api other = (nl.topicus.jdbc.shaded.com.google.protobuf.Api) obj; boolean result = true; result = result && getName() .equals(other.getName()); result = result && getMethodsList() .equals(other.getMethodsList()); result = result && getOptionsList() .equals(other.getOptionsList()); result = result && getVersion() .equals(other.getVersion()); result = result && (hasSourceContext() == other.hasSourceContext()); if (hasSourceContext()) { result = result && getSourceContext() .equals(other.getSourceContext()); } result = result && getMixinsList() .equals(other.getMixinsList()); result = result && syntax_ == other.syntax_; 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) + getDescriptor().hashCode(); hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); if (getMethodsCount() > 0) { hash = (37 * hash) + METHODS_FIELD_NUMBER; hash = (53 * hash) + getMethodsList().hashCode(); } if (getOptionsCount() > 0) { hash = (37 * hash) + OPTIONS_FIELD_NUMBER; hash = (53 * hash) + getOptionsList().hashCode(); } hash = (37 * hash) + VERSION_FIELD_NUMBER; hash = (53 * hash) + getVersion().hashCode(); if (hasSourceContext()) { hash = (37 * hash) + SOURCE_CONTEXT_FIELD_NUMBER; hash = (53 * hash) + getSourceContext().hashCode(); } if (getMixinsCount() > 0) { hash = (37 * hash) + MIXINS_FIELD_NUMBER; hash = (53 * hash) + getMixinsList().hashCode(); } hash = (37 * hash) + SYNTAX_FIELD_NUMBER; hash = (53 * hash) + syntax_; hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api parseFrom( java.nio.ByteBuffer data) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api parseFrom( java.nio.ByteBuffer data, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api parseFrom( nl.topicus.jdbc.shaded.com.google.protobuf.ByteString data) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api parseFrom( nl.topicus.jdbc.shaded.com.google.protobuf.ByteString data, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api parseFrom(byte[] data) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api parseFrom( byte[] data, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api parseFrom(java.io.InputStream input) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api parseFrom( java.io.InputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api parseDelimitedFrom( java.io.InputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api parseFrom( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api parseFrom( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return nl.topicus.jdbc.shaded.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(nl.topicus.jdbc.shaded.com.google.protobuf.Api 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( nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * Api is a light-weight descriptor for an API Interface.
   * Interfaces are also described as "protocol buffer services" in some contexts,
   * such as by the "service" keyword in a .proto file, but they are different
   * from API Services, which represent a concrete implementation of an interface
   * as opposed to simply a description of methods and bindings. They are also
   * sometimes simply referred to as "APIs" in other contexts, such as the name of
   * this message itself. See https://cloud.google.com/apis/design/glossary for
   * detailed terminology.
   * 
* * Protobuf type {@code google.protobuf.Api} */ public static final class Builder extends nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.protobuf.Api) nl.topicus.jdbc.shaded.com.google.protobuf.ApiOrBuilder { public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return nl.topicus.jdbc.shaded.com.google.protobuf.ApiProto.internal_static_google_protobuf_Api_descriptor; } protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return nl.topicus.jdbc.shaded.com.google.protobuf.ApiProto.internal_static_google_protobuf_Api_fieldAccessorTable .ensureFieldAccessorsInitialized( nl.topicus.jdbc.shaded.com.google.protobuf.Api.class, nl.topicus.jdbc.shaded.com.google.protobuf.Api.Builder.class); } // Construct using nl.topicus.jdbc.shaded.com.google.protobuf.Api.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getMethodsFieldBuilder(); getOptionsFieldBuilder(); getMixinsFieldBuilder(); } } public Builder clear() { super.clear(); name_ = ""; if (methodsBuilder_ == null) { methods_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { methodsBuilder_.clear(); } if (optionsBuilder_ == null) { options_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); } else { optionsBuilder_.clear(); } version_ = ""; if (sourceContextBuilder_ == null) { sourceContext_ = null; } else { sourceContext_ = null; sourceContextBuilder_ = null; } if (mixinsBuilder_ == null) { mixins_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); } else { mixinsBuilder_.clear(); } syntax_ = 0; return this; } public nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return nl.topicus.jdbc.shaded.com.google.protobuf.ApiProto.internal_static_google_protobuf_Api_descriptor; } public nl.topicus.jdbc.shaded.com.google.protobuf.Api getDefaultInstanceForType() { return nl.topicus.jdbc.shaded.com.google.protobuf.Api.getDefaultInstance(); } public nl.topicus.jdbc.shaded.com.google.protobuf.Api build() { nl.topicus.jdbc.shaded.com.google.protobuf.Api result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public nl.topicus.jdbc.shaded.com.google.protobuf.Api buildPartial() { nl.topicus.jdbc.shaded.com.google.protobuf.Api result = new nl.topicus.jdbc.shaded.com.google.protobuf.Api(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.name_ = name_; if (methodsBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { methods_ = java.util.Collections.unmodifiableList(methods_); bitField0_ = (bitField0_ & ~0x00000002); } result.methods_ = methods_; } else { result.methods_ = methodsBuilder_.build(); } if (optionsBuilder_ == null) { if (((bitField0_ & 0x00000004) == 0x00000004)) { options_ = java.util.Collections.unmodifiableList(options_); bitField0_ = (bitField0_ & ~0x00000004); } result.options_ = options_; } else { result.options_ = optionsBuilder_.build(); } result.version_ = version_; if (sourceContextBuilder_ == null) { result.sourceContext_ = sourceContext_; } else { result.sourceContext_ = sourceContextBuilder_.build(); } if (mixinsBuilder_ == null) { if (((bitField0_ & 0x00000020) == 0x00000020)) { mixins_ = java.util.Collections.unmodifiableList(mixins_); bitField0_ = (bitField0_ & ~0x00000020); } result.mixins_ = mixins_; } else { result.mixins_ = mixinsBuilder_.build(); } result.syntax_ = syntax_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.protobuf.Message other) { if (other instanceof nl.topicus.jdbc.shaded.com.google.protobuf.Api) { return mergeFrom((nl.topicus.jdbc.shaded.com.google.protobuf.Api)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.protobuf.Api other) { if (other == nl.topicus.jdbc.shaded.com.google.protobuf.Api.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); } if (methodsBuilder_ == null) { if (!other.methods_.isEmpty()) { if (methods_.isEmpty()) { methods_ = other.methods_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureMethodsIsMutable(); methods_.addAll(other.methods_); } onChanged(); } } else { if (!other.methods_.isEmpty()) { if (methodsBuilder_.isEmpty()) { methodsBuilder_.dispose(); methodsBuilder_ = null; methods_ = other.methods_; bitField0_ = (bitField0_ & ~0x00000002); methodsBuilder_ = nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getMethodsFieldBuilder() : null; } else { methodsBuilder_.addAllMessages(other.methods_); } } } if (optionsBuilder_ == null) { if (!other.options_.isEmpty()) { if (options_.isEmpty()) { options_ = other.options_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureOptionsIsMutable(); options_.addAll(other.options_); } onChanged(); } } else { if (!other.options_.isEmpty()) { if (optionsBuilder_.isEmpty()) { optionsBuilder_.dispose(); optionsBuilder_ = null; options_ = other.options_; bitField0_ = (bitField0_ & ~0x00000004); optionsBuilder_ = nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getOptionsFieldBuilder() : null; } else { optionsBuilder_.addAllMessages(other.options_); } } } if (!other.getVersion().isEmpty()) { version_ = other.version_; onChanged(); } if (other.hasSourceContext()) { mergeSourceContext(other.getSourceContext()); } if (mixinsBuilder_ == null) { if (!other.mixins_.isEmpty()) { if (mixins_.isEmpty()) { mixins_ = other.mixins_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureMixinsIsMutable(); mixins_.addAll(other.mixins_); } onChanged(); } } else { if (!other.mixins_.isEmpty()) { if (mixinsBuilder_.isEmpty()) { mixinsBuilder_.dispose(); mixinsBuilder_ = null; mixins_ = other.mixins_; bitField0_ = (bitField0_ & ~0x00000020); mixinsBuilder_ = nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getMixinsFieldBuilder() : null; } else { mixinsBuilder_.addAllMessages(other.mixins_); } } } if (other.syntax_ != 0) { setSyntaxValue(other.getSyntaxValue()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { nl.topicus.jdbc.shaded.com.google.protobuf.Api parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (nl.topicus.jdbc.shaded.com.google.protobuf.Api) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object name_ = ""; /** *
     * The fully qualified name of this interface, including package name
     * followed by the interface's simple name.
     * 
* * string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs = (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * The fully qualified name of this interface, including package name
     * followed by the interface's simple name.
     * 
* * string name = 1; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b = nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; } } /** *
     * The fully qualified name of this interface, including package name
     * followed by the interface's simple name.
     * 
* * string name = 1; */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); return this; } /** *
     * The fully qualified name of this interface, including package name
     * followed by the interface's simple name.
     * 
* * string name = 1; */ public Builder clearName() { name_ = getDefaultInstance().getName(); onChanged(); return this; } /** *
     * The fully qualified name of this interface, including package name
     * followed by the interface's simple name.
     * 
* * string name = 1; */ public Builder setNameBytes( nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; onChanged(); return this; } private java.util.List methods_ = java.util.Collections.emptyList(); private void ensureMethodsIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { methods_ = new java.util.ArrayList(methods_); bitField0_ |= 0x00000002; } } private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Method, nl.topicus.jdbc.shaded.com.google.protobuf.Method.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.MethodOrBuilder> methodsBuilder_; /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public java.util.List getMethodsList() { if (methodsBuilder_ == null) { return java.util.Collections.unmodifiableList(methods_); } else { return methodsBuilder_.getMessageList(); } } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public int getMethodsCount() { if (methodsBuilder_ == null) { return methods_.size(); } else { return methodsBuilder_.getCount(); } } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Method getMethods(int index) { if (methodsBuilder_ == null) { return methods_.get(index); } else { return methodsBuilder_.getMessage(index); } } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public Builder setMethods( int index, nl.topicus.jdbc.shaded.com.google.protobuf.Method value) { if (methodsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMethodsIsMutable(); methods_.set(index, value); onChanged(); } else { methodsBuilder_.setMessage(index, value); } return this; } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public Builder setMethods( int index, nl.topicus.jdbc.shaded.com.google.protobuf.Method.Builder builderForValue) { if (methodsBuilder_ == null) { ensureMethodsIsMutable(); methods_.set(index, builderForValue.build()); onChanged(); } else { methodsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public Builder addMethods(nl.topicus.jdbc.shaded.com.google.protobuf.Method value) { if (methodsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMethodsIsMutable(); methods_.add(value); onChanged(); } else { methodsBuilder_.addMessage(value); } return this; } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public Builder addMethods( int index, nl.topicus.jdbc.shaded.com.google.protobuf.Method value) { if (methodsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMethodsIsMutable(); methods_.add(index, value); onChanged(); } else { methodsBuilder_.addMessage(index, value); } return this; } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public Builder addMethods( nl.topicus.jdbc.shaded.com.google.protobuf.Method.Builder builderForValue) { if (methodsBuilder_ == null) { ensureMethodsIsMutable(); methods_.add(builderForValue.build()); onChanged(); } else { methodsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public Builder addMethods( int index, nl.topicus.jdbc.shaded.com.google.protobuf.Method.Builder builderForValue) { if (methodsBuilder_ == null) { ensureMethodsIsMutable(); methods_.add(index, builderForValue.build()); onChanged(); } else { methodsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public Builder addAllMethods( java.lang.Iterable values) { if (methodsBuilder_ == null) { ensureMethodsIsMutable(); nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, methods_); onChanged(); } else { methodsBuilder_.addAllMessages(values); } return this; } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public Builder clearMethods() { if (methodsBuilder_ == null) { methods_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { methodsBuilder_.clear(); } return this; } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public Builder removeMethods(int index) { if (methodsBuilder_ == null) { ensureMethodsIsMutable(); methods_.remove(index); onChanged(); } else { methodsBuilder_.remove(index); } return this; } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Method.Builder getMethodsBuilder( int index) { return getMethodsFieldBuilder().getBuilder(index); } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public nl.topicus.jdbc.shaded.com.google.protobuf.MethodOrBuilder getMethodsOrBuilder( int index) { if (methodsBuilder_ == null) { return methods_.get(index); } else { return methodsBuilder_.getMessageOrBuilder(index); } } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public java.util.List getMethodsOrBuilderList() { if (methodsBuilder_ != null) { return methodsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(methods_); } } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Method.Builder addMethodsBuilder() { return getMethodsFieldBuilder().addBuilder( nl.topicus.jdbc.shaded.com.google.protobuf.Method.getDefaultInstance()); } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Method.Builder addMethodsBuilder( int index) { return getMethodsFieldBuilder().addBuilder( index, nl.topicus.jdbc.shaded.com.google.protobuf.Method.getDefaultInstance()); } /** *
     * The methods of this interface, in unspecified order.
     * 
* * repeated .google.protobuf.Method methods = 2; */ public java.util.List getMethodsBuilderList() { return getMethodsFieldBuilder().getBuilderList(); } private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Method, nl.topicus.jdbc.shaded.com.google.protobuf.Method.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.MethodOrBuilder> getMethodsFieldBuilder() { if (methodsBuilder_ == null) { methodsBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Method, nl.topicus.jdbc.shaded.com.google.protobuf.Method.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.MethodOrBuilder>( methods_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); methods_ = null; } return methodsBuilder_; } private java.util.List options_ = java.util.Collections.emptyList(); private void ensureOptionsIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { options_ = new java.util.ArrayList(options_); bitField0_ |= 0x00000004; } } private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Option, nl.topicus.jdbc.shaded.com.google.protobuf.Option.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.OptionOrBuilder> optionsBuilder_; /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public java.util.List getOptionsList() { if (optionsBuilder_ == null) { return java.util.Collections.unmodifiableList(options_); } else { return optionsBuilder_.getMessageList(); } } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public int getOptionsCount() { if (optionsBuilder_ == null) { return options_.size(); } else { return optionsBuilder_.getCount(); } } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Option getOptions(int index) { if (optionsBuilder_ == null) { return options_.get(index); } else { return optionsBuilder_.getMessage(index); } } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public Builder setOptions( int index, nl.topicus.jdbc.shaded.com.google.protobuf.Option value) { if (optionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureOptionsIsMutable(); options_.set(index, value); onChanged(); } else { optionsBuilder_.setMessage(index, value); } return this; } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public Builder setOptions( int index, nl.topicus.jdbc.shaded.com.google.protobuf.Option.Builder builderForValue) { if (optionsBuilder_ == null) { ensureOptionsIsMutable(); options_.set(index, builderForValue.build()); onChanged(); } else { optionsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public Builder addOptions(nl.topicus.jdbc.shaded.com.google.protobuf.Option value) { if (optionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureOptionsIsMutable(); options_.add(value); onChanged(); } else { optionsBuilder_.addMessage(value); } return this; } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public Builder addOptions( int index, nl.topicus.jdbc.shaded.com.google.protobuf.Option value) { if (optionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureOptionsIsMutable(); options_.add(index, value); onChanged(); } else { optionsBuilder_.addMessage(index, value); } return this; } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public Builder addOptions( nl.topicus.jdbc.shaded.com.google.protobuf.Option.Builder builderForValue) { if (optionsBuilder_ == null) { ensureOptionsIsMutable(); options_.add(builderForValue.build()); onChanged(); } else { optionsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public Builder addOptions( int index, nl.topicus.jdbc.shaded.com.google.protobuf.Option.Builder builderForValue) { if (optionsBuilder_ == null) { ensureOptionsIsMutable(); options_.add(index, builderForValue.build()); onChanged(); } else { optionsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public Builder addAllOptions( java.lang.Iterable values) { if (optionsBuilder_ == null) { ensureOptionsIsMutable(); nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, options_); onChanged(); } else { optionsBuilder_.addAllMessages(values); } return this; } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public Builder clearOptions() { if (optionsBuilder_ == null) { options_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { optionsBuilder_.clear(); } return this; } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public Builder removeOptions(int index) { if (optionsBuilder_ == null) { ensureOptionsIsMutable(); options_.remove(index); onChanged(); } else { optionsBuilder_.remove(index); } return this; } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Option.Builder getOptionsBuilder( int index) { return getOptionsFieldBuilder().getBuilder(index); } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.OptionOrBuilder getOptionsOrBuilder( int index) { if (optionsBuilder_ == null) { return options_.get(index); } else { return optionsBuilder_.getMessageOrBuilder(index); } } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public java.util.List getOptionsOrBuilderList() { if (optionsBuilder_ != null) { return optionsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(options_); } } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Option.Builder addOptionsBuilder() { return getOptionsFieldBuilder().addBuilder( nl.topicus.jdbc.shaded.com.google.protobuf.Option.getDefaultInstance()); } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Option.Builder addOptionsBuilder( int index) { return getOptionsFieldBuilder().addBuilder( index, nl.topicus.jdbc.shaded.com.google.protobuf.Option.getDefaultInstance()); } /** *
     * Any metadata attached to the interface.
     * 
* * repeated .google.protobuf.Option options = 3; */ public java.util.List getOptionsBuilderList() { return getOptionsFieldBuilder().getBuilderList(); } private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Option, nl.topicus.jdbc.shaded.com.google.protobuf.Option.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.OptionOrBuilder> getOptionsFieldBuilder() { if (optionsBuilder_ == null) { optionsBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Option, nl.topicus.jdbc.shaded.com.google.protobuf.Option.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.OptionOrBuilder>( options_, ((bitField0_ & 0x00000004) == 0x00000004), getParentForChildren(), isClean()); options_ = null; } return optionsBuilder_; } private java.lang.Object version_ = ""; /** *
     * A version string for this interface. If specified, must have the form
     * `major-version.minor-version`, as in `1.10`. If the minor version is
     * omitted, it defaults to zero. If the entire version field is empty, the
     * major version is derived from the package name, as outlined below. If the
     * field is not empty, the version in the package name will be verified to be
     * consistent with what is provided here.
     * The versioning schema uses [semantic
     * versioning](http://semver.org) where the major version number
     * indicates a breaking change and the minor version an additive,
     * non-breaking change. Both version numbers are signals to users
     * what to expect from different versions, and should be carefully
     * chosen based on the product plan.
     * The major version is also reflected in the package name of the
     * interface, which must end in `v<major-version>`, as in
     * `google.feature.v1`. For major versions 0 and 1, the suffix can
     * be omitted. Zero major versions must only be used for
     * experimental, non-GA interfaces.
     * 
* * string version = 4; */ public java.lang.String getVersion() { java.lang.Object ref = version_; if (!(ref instanceof java.lang.String)) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString bs = (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); version_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * A version string for this interface. If specified, must have the form
     * `major-version.minor-version`, as in `1.10`. If the minor version is
     * omitted, it defaults to zero. If the entire version field is empty, the
     * major version is derived from the package name, as outlined below. If the
     * field is not empty, the version in the package name will be verified to be
     * consistent with what is provided here.
     * The versioning schema uses [semantic
     * versioning](http://semver.org) where the major version number
     * indicates a breaking change and the minor version an additive,
     * non-breaking change. Both version numbers are signals to users
     * what to expect from different versions, and should be carefully
     * chosen based on the product plan.
     * The major version is also reflected in the package name of the
     * interface, which must end in `v<major-version>`, as in
     * `google.feature.v1`. For major versions 0 and 1, the suffix can
     * be omitted. Zero major versions must only be used for
     * experimental, non-GA interfaces.
     * 
* * string version = 4; */ public nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getVersionBytes() { java.lang.Object ref = version_; if (ref instanceof String) { nl.topicus.jdbc.shaded.com.google.protobuf.ByteString b = nl.topicus.jdbc.shaded.com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); version_ = b; return b; } else { return (nl.topicus.jdbc.shaded.com.google.protobuf.ByteString) ref; } } /** *
     * A version string for this interface. If specified, must have the form
     * `major-version.minor-version`, as in `1.10`. If the minor version is
     * omitted, it defaults to zero. If the entire version field is empty, the
     * major version is derived from the package name, as outlined below. If the
     * field is not empty, the version in the package name will be verified to be
     * consistent with what is provided here.
     * The versioning schema uses [semantic
     * versioning](http://semver.org) where the major version number
     * indicates a breaking change and the minor version an additive,
     * non-breaking change. Both version numbers are signals to users
     * what to expect from different versions, and should be carefully
     * chosen based on the product plan.
     * The major version is also reflected in the package name of the
     * interface, which must end in `v<major-version>`, as in
     * `google.feature.v1`. For major versions 0 and 1, the suffix can
     * be omitted. Zero major versions must only be used for
     * experimental, non-GA interfaces.
     * 
* * string version = 4; */ public Builder setVersion( java.lang.String value) { if (value == null) { throw new NullPointerException(); } version_ = value; onChanged(); return this; } /** *
     * A version string for this interface. If specified, must have the form
     * `major-version.minor-version`, as in `1.10`. If the minor version is
     * omitted, it defaults to zero. If the entire version field is empty, the
     * major version is derived from the package name, as outlined below. If the
     * field is not empty, the version in the package name will be verified to be
     * consistent with what is provided here.
     * The versioning schema uses [semantic
     * versioning](http://semver.org) where the major version number
     * indicates a breaking change and the minor version an additive,
     * non-breaking change. Both version numbers are signals to users
     * what to expect from different versions, and should be carefully
     * chosen based on the product plan.
     * The major version is also reflected in the package name of the
     * interface, which must end in `v<major-version>`, as in
     * `google.feature.v1`. For major versions 0 and 1, the suffix can
     * be omitted. Zero major versions must only be used for
     * experimental, non-GA interfaces.
     * 
* * string version = 4; */ public Builder clearVersion() { version_ = getDefaultInstance().getVersion(); onChanged(); return this; } /** *
     * A version string for this interface. If specified, must have the form
     * `major-version.minor-version`, as in `1.10`. If the minor version is
     * omitted, it defaults to zero. If the entire version field is empty, the
     * major version is derived from the package name, as outlined below. If the
     * field is not empty, the version in the package name will be verified to be
     * consistent with what is provided here.
     * The versioning schema uses [semantic
     * versioning](http://semver.org) where the major version number
     * indicates a breaking change and the minor version an additive,
     * non-breaking change. Both version numbers are signals to users
     * what to expect from different versions, and should be carefully
     * chosen based on the product plan.
     * The major version is also reflected in the package name of the
     * interface, which must end in `v<major-version>`, as in
     * `google.feature.v1`. For major versions 0 and 1, the suffix can
     * be omitted. Zero major versions must only be used for
     * experimental, non-GA interfaces.
     * 
* * string version = 4; */ public Builder setVersionBytes( nl.topicus.jdbc.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); version_ = value; onChanged(); return this; } private nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext sourceContext_ = null; private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext, nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.SourceContextOrBuilder> sourceContextBuilder_; /** *
     * Source context for the protocol buffer service represented by this
     * message.
     * 
* * .google.protobuf.SourceContext source_context = 5; */ public boolean hasSourceContext() { return sourceContextBuilder_ != null || sourceContext_ != null; } /** *
     * Source context for the protocol buffer service represented by this
     * message.
     * 
* * .google.protobuf.SourceContext source_context = 5; */ public nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext getSourceContext() { if (sourceContextBuilder_ == null) { return sourceContext_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext.getDefaultInstance() : sourceContext_; } else { return sourceContextBuilder_.getMessage(); } } /** *
     * Source context for the protocol buffer service represented by this
     * message.
     * 
* * .google.protobuf.SourceContext source_context = 5; */ public Builder setSourceContext(nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext value) { if (sourceContextBuilder_ == null) { if (value == null) { throw new NullPointerException(); } sourceContext_ = value; onChanged(); } else { sourceContextBuilder_.setMessage(value); } return this; } /** *
     * Source context for the protocol buffer service represented by this
     * message.
     * 
* * .google.protobuf.SourceContext source_context = 5; */ public Builder setSourceContext( nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext.Builder builderForValue) { if (sourceContextBuilder_ == null) { sourceContext_ = builderForValue.build(); onChanged(); } else { sourceContextBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * Source context for the protocol buffer service represented by this
     * message.
     * 
* * .google.protobuf.SourceContext source_context = 5; */ public Builder mergeSourceContext(nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext value) { if (sourceContextBuilder_ == null) { if (sourceContext_ != null) { sourceContext_ = nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext.newBuilder(sourceContext_).mergeFrom(value).buildPartial(); } else { sourceContext_ = value; } onChanged(); } else { sourceContextBuilder_.mergeFrom(value); } return this; } /** *
     * Source context for the protocol buffer service represented by this
     * message.
     * 
* * .google.protobuf.SourceContext source_context = 5; */ public Builder clearSourceContext() { if (sourceContextBuilder_ == null) { sourceContext_ = null; onChanged(); } else { sourceContext_ = null; sourceContextBuilder_ = null; } return this; } /** *
     * Source context for the protocol buffer service represented by this
     * message.
     * 
* * .google.protobuf.SourceContext source_context = 5; */ public nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext.Builder getSourceContextBuilder() { onChanged(); return getSourceContextFieldBuilder().getBuilder(); } /** *
     * Source context for the protocol buffer service represented by this
     * message.
     * 
* * .google.protobuf.SourceContext source_context = 5; */ public nl.topicus.jdbc.shaded.com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder() { if (sourceContextBuilder_ != null) { return sourceContextBuilder_.getMessageOrBuilder(); } else { return sourceContext_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext.getDefaultInstance() : sourceContext_; } } /** *
     * Source context for the protocol buffer service represented by this
     * message.
     * 
* * .google.protobuf.SourceContext source_context = 5; */ private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext, nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.SourceContextOrBuilder> getSourceContextFieldBuilder() { if (sourceContextBuilder_ == null) { sourceContextBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext, nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.SourceContextOrBuilder>( getSourceContext(), getParentForChildren(), isClean()); sourceContext_ = null; } return sourceContextBuilder_; } private java.util.List mixins_ = java.util.Collections.emptyList(); private void ensureMixinsIsMutable() { if (!((bitField0_ & 0x00000020) == 0x00000020)) { mixins_ = new java.util.ArrayList(mixins_); bitField0_ |= 0x00000020; } } private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Mixin, nl.topicus.jdbc.shaded.com.google.protobuf.Mixin.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.MixinOrBuilder> mixinsBuilder_; /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public java.util.List getMixinsList() { if (mixinsBuilder_ == null) { return java.util.Collections.unmodifiableList(mixins_); } else { return mixinsBuilder_.getMessageList(); } } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public int getMixinsCount() { if (mixinsBuilder_ == null) { return mixins_.size(); } else { return mixinsBuilder_.getCount(); } } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Mixin getMixins(int index) { if (mixinsBuilder_ == null) { return mixins_.get(index); } else { return mixinsBuilder_.getMessage(index); } } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public Builder setMixins( int index, nl.topicus.jdbc.shaded.com.google.protobuf.Mixin value) { if (mixinsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMixinsIsMutable(); mixins_.set(index, value); onChanged(); } else { mixinsBuilder_.setMessage(index, value); } return this; } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public Builder setMixins( int index, nl.topicus.jdbc.shaded.com.google.protobuf.Mixin.Builder builderForValue) { if (mixinsBuilder_ == null) { ensureMixinsIsMutable(); mixins_.set(index, builderForValue.build()); onChanged(); } else { mixinsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public Builder addMixins(nl.topicus.jdbc.shaded.com.google.protobuf.Mixin value) { if (mixinsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMixinsIsMutable(); mixins_.add(value); onChanged(); } else { mixinsBuilder_.addMessage(value); } return this; } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public Builder addMixins( int index, nl.topicus.jdbc.shaded.com.google.protobuf.Mixin value) { if (mixinsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMixinsIsMutable(); mixins_.add(index, value); onChanged(); } else { mixinsBuilder_.addMessage(index, value); } return this; } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public Builder addMixins( nl.topicus.jdbc.shaded.com.google.protobuf.Mixin.Builder builderForValue) { if (mixinsBuilder_ == null) { ensureMixinsIsMutable(); mixins_.add(builderForValue.build()); onChanged(); } else { mixinsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public Builder addMixins( int index, nl.topicus.jdbc.shaded.com.google.protobuf.Mixin.Builder builderForValue) { if (mixinsBuilder_ == null) { ensureMixinsIsMutable(); mixins_.add(index, builderForValue.build()); onChanged(); } else { mixinsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public Builder addAllMixins( java.lang.Iterable values) { if (mixinsBuilder_ == null) { ensureMixinsIsMutable(); nl.topicus.jdbc.shaded.com.google.protobuf.AbstractMessageLite.Builder.addAll( values, mixins_); onChanged(); } else { mixinsBuilder_.addAllMessages(values); } return this; } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public Builder clearMixins() { if (mixinsBuilder_ == null) { mixins_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); } else { mixinsBuilder_.clear(); } return this; } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public Builder removeMixins(int index) { if (mixinsBuilder_ == null) { ensureMixinsIsMutable(); mixins_.remove(index); onChanged(); } else { mixinsBuilder_.remove(index); } return this; } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Mixin.Builder getMixinsBuilder( int index) { return getMixinsFieldBuilder().getBuilder(index); } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public nl.topicus.jdbc.shaded.com.google.protobuf.MixinOrBuilder getMixinsOrBuilder( int index) { if (mixinsBuilder_ == null) { return mixins_.get(index); } else { return mixinsBuilder_.getMessageOrBuilder(index); } } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public java.util.List getMixinsOrBuilderList() { if (mixinsBuilder_ != null) { return mixinsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(mixins_); } } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Mixin.Builder addMixinsBuilder() { return getMixinsFieldBuilder().addBuilder( nl.topicus.jdbc.shaded.com.google.protobuf.Mixin.getDefaultInstance()); } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Mixin.Builder addMixinsBuilder( int index) { return getMixinsFieldBuilder().addBuilder( index, nl.topicus.jdbc.shaded.com.google.protobuf.Mixin.getDefaultInstance()); } /** *
     * Included interfaces. See [Mixin][].
     * 
* * repeated .google.protobuf.Mixin mixins = 6; */ public java.util.List getMixinsBuilderList() { return getMixinsFieldBuilder().getBuilderList(); } private nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Mixin, nl.topicus.jdbc.shaded.com.google.protobuf.Mixin.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.MixinOrBuilder> getMixinsFieldBuilder() { if (mixinsBuilder_ == null) { mixinsBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.RepeatedFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Mixin, nl.topicus.jdbc.shaded.com.google.protobuf.Mixin.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.MixinOrBuilder>( mixins_, ((bitField0_ & 0x00000020) == 0x00000020), getParentForChildren(), isClean()); mixins_ = null; } return mixinsBuilder_; } private int syntax_ = 0; /** *
     * The source syntax of the service.
     * 
* * .google.protobuf.Syntax syntax = 7; */ public int getSyntaxValue() { return syntax_; } /** *
     * The source syntax of the service.
     * 
* * .google.protobuf.Syntax syntax = 7; */ public Builder setSyntaxValue(int value) { syntax_ = value; onChanged(); return this; } /** *
     * The source syntax of the service.
     * 
* * .google.protobuf.Syntax syntax = 7; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Syntax getSyntax() { nl.topicus.jdbc.shaded.com.google.protobuf.Syntax result = nl.topicus.jdbc.shaded.com.google.protobuf.Syntax.valueOf(syntax_); return result == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Syntax.UNRECOGNIZED : result; } /** *
     * The source syntax of the service.
     * 
* * .google.protobuf.Syntax syntax = 7; */ public Builder setSyntax(nl.topicus.jdbc.shaded.com.google.protobuf.Syntax value) { if (value == null) { throw new NullPointerException(); } syntax_ = value.getNumber(); onChanged(); return this; } /** *
     * The source syntax of the service.
     * 
* * .google.protobuf.Syntax syntax = 7; */ public Builder clearSyntax() { syntax_ = 0; onChanged(); return this; } public final Builder setUnknownFields( final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.protobuf.Api) } // @@protoc_insertion_point(class_scope:google.protobuf.Api) private static final nl.topicus.jdbc.shaded.com.google.protobuf.Api DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new nl.topicus.jdbc.shaded.com.google.protobuf.Api(); } public static nl.topicus.jdbc.shaded.com.google.protobuf.Api getDefaultInstance() { return DEFAULT_INSTANCE; } private static final nl.topicus.jdbc.shaded.com.google.protobuf.Parser PARSER = new nl.topicus.jdbc.shaded.com.google.protobuf.AbstractParser() { public Api parsePartialFrom( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return new Api(input, extensionRegistry); } }; public static nl.topicus.jdbc.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public nl.topicus.jdbc.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public nl.topicus.jdbc.shaded.com.google.protobuf.Api getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy