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

org.polypheny.prism.PrimaryKey Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: org/polypheny/prism/namespace_meta_responses.proto

package org.polypheny.prism;

/**
 * 
 *
 *The PrimaryKey message provides details about a table’s primary key.
 * 
* * Protobuf type {@code org.polypheny.prism.PrimaryKey} */ public final class PrimaryKey extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:org.polypheny.prism.PrimaryKey) PrimaryKeyOrBuilder { private static final long serialVersionUID = 0L; // Use PrimaryKey.newBuilder() to construct. private PrimaryKey(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PrimaryKey() { databaseName_ = ""; namespaceName_ = ""; tableName_ = ""; columns_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new PrimaryKey(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.polypheny.prism.NamespaceMetaResponses.internal_static_org_polypheny_prism_PrimaryKey_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.polypheny.prism.NamespaceMetaResponses.internal_static_org_polypheny_prism_PrimaryKey_fieldAccessorTable .ensureFieldAccessorsInitialized( org.polypheny.prism.PrimaryKey.class, org.polypheny.prism.PrimaryKey.Builder.class); } public static final int DATABASE_NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object databaseName_ = ""; /** *
   * The database where the primary key’s table is located.
   * 
* * string database_name = 1; * @return The databaseName. */ @java.lang.Override public java.lang.String getDatabaseName() { java.lang.Object ref = databaseName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseName_ = s; return s; } } /** *
   * The database where the primary key’s table is located.
   * 
* * string database_name = 1; * @return The bytes for databaseName. */ @java.lang.Override public com.google.protobuf.ByteString getDatabaseNameBytes() { java.lang.Object ref = databaseName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); databaseName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int NAMESPACE_NAME_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object namespaceName_ = ""; /** *
   * The namespace or schema of the primary key’s table.
   * 
* * string namespace_name = 2; * @return The namespaceName. */ @java.lang.Override public java.lang.String getNamespaceName() { java.lang.Object ref = namespaceName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); namespaceName_ = s; return s; } } /** *
   * The namespace or schema of the primary key’s table.
   * 
* * string namespace_name = 2; * @return The bytes for namespaceName. */ @java.lang.Override public com.google.protobuf.ByteString getNamespaceNameBytes() { java.lang.Object ref = namespaceName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); namespaceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TABLE_NAME_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object tableName_ = ""; /** *
   * The table with this primary key.
   * 
* * string table_name = 3; * @return The tableName. */ @java.lang.Override public java.lang.String getTableName() { java.lang.Object ref = tableName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); tableName_ = s; return s; } } /** *
   * The table with this primary key.
   * 
* * string table_name = 3; * @return The bytes for tableName. */ @java.lang.Override public com.google.protobuf.ByteString getTableNameBytes() { java.lang.Object ref = tableName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); tableName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int COLUMNS_FIELD_NUMBER = 4; @SuppressWarnings("serial") private java.util.List columns_; /** *
   * The columns that make up the primary key.
   * 
* * repeated .org.polypheny.prism.Column columns = 4; */ @java.lang.Override public java.util.List getColumnsList() { return columns_; } /** *
   * The columns that make up the primary key.
   * 
* * repeated .org.polypheny.prism.Column columns = 4; */ @java.lang.Override public java.util.List getColumnsOrBuilderList() { return columns_; } /** *
   * The columns that make up the primary key.
   * 
* * repeated .org.polypheny.prism.Column columns = 4; */ @java.lang.Override public int getColumnsCount() { return columns_.size(); } /** *
   * The columns that make up the primary key.
   * 
* * repeated .org.polypheny.prism.Column columns = 4; */ @java.lang.Override public org.polypheny.prism.Column getColumns(int index) { return columns_.get(index); } /** *
   * The columns that make up the primary key.
   * 
* * repeated .org.polypheny.prism.Column columns = 4; */ @java.lang.Override public org.polypheny.prism.ColumnOrBuilder getColumnsOrBuilder( int index) { return columns_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(databaseName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, databaseName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(namespaceName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, namespaceName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tableName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, tableName_); } for (int i = 0; i < columns_.size(); i++) { output.writeMessage(4, columns_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(databaseName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, databaseName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(namespaceName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, namespaceName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tableName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, tableName_); } for (int i = 0; i < columns_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, columns_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.polypheny.prism.PrimaryKey)) { return super.equals(obj); } org.polypheny.prism.PrimaryKey other = (org.polypheny.prism.PrimaryKey) obj; if (!getDatabaseName() .equals(other.getDatabaseName())) return false; if (!getNamespaceName() .equals(other.getNamespaceName())) return false; if (!getTableName() .equals(other.getTableName())) return false; if (!getColumnsList() .equals(other.getColumnsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + DATABASE_NAME_FIELD_NUMBER; hash = (53 * hash) + getDatabaseName().hashCode(); hash = (37 * hash) + NAMESPACE_NAME_FIELD_NUMBER; hash = (53 * hash) + getNamespaceName().hashCode(); hash = (37 * hash) + TABLE_NAME_FIELD_NUMBER; hash = (53 * hash) + getTableName().hashCode(); if (getColumnsCount() > 0) { hash = (37 * hash) + COLUMNS_FIELD_NUMBER; hash = (53 * hash) + getColumnsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static org.polypheny.prism.PrimaryKey parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.polypheny.prism.PrimaryKey parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.polypheny.prism.PrimaryKey parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.polypheny.prism.PrimaryKey parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.polypheny.prism.PrimaryKey parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.polypheny.prism.PrimaryKey parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.polypheny.prism.PrimaryKey parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.polypheny.prism.PrimaryKey parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.polypheny.prism.PrimaryKey parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.polypheny.prism.PrimaryKey parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.polypheny.prism.PrimaryKey parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.polypheny.prism.PrimaryKey parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.polypheny.prism.PrimaryKey prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   *
   *The PrimaryKey message provides details about a table’s primary key.
   * 
* * Protobuf type {@code org.polypheny.prism.PrimaryKey} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:org.polypheny.prism.PrimaryKey) org.polypheny.prism.PrimaryKeyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.polypheny.prism.NamespaceMetaResponses.internal_static_org_polypheny_prism_PrimaryKey_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.polypheny.prism.NamespaceMetaResponses.internal_static_org_polypheny_prism_PrimaryKey_fieldAccessorTable .ensureFieldAccessorsInitialized( org.polypheny.prism.PrimaryKey.class, org.polypheny.prism.PrimaryKey.Builder.class); } // Construct using org.polypheny.prism.PrimaryKey.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; databaseName_ = ""; namespaceName_ = ""; tableName_ = ""; if (columnsBuilder_ == null) { columns_ = java.util.Collections.emptyList(); } else { columns_ = null; columnsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.polypheny.prism.NamespaceMetaResponses.internal_static_org_polypheny_prism_PrimaryKey_descriptor; } @java.lang.Override public org.polypheny.prism.PrimaryKey getDefaultInstanceForType() { return org.polypheny.prism.PrimaryKey.getDefaultInstance(); } @java.lang.Override public org.polypheny.prism.PrimaryKey build() { org.polypheny.prism.PrimaryKey result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public org.polypheny.prism.PrimaryKey buildPartial() { org.polypheny.prism.PrimaryKey result = new org.polypheny.prism.PrimaryKey(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(org.polypheny.prism.PrimaryKey result) { if (columnsBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0)) { columns_ = java.util.Collections.unmodifiableList(columns_); bitField0_ = (bitField0_ & ~0x00000008); } result.columns_ = columns_; } else { result.columns_ = columnsBuilder_.build(); } } private void buildPartial0(org.polypheny.prism.PrimaryKey result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.databaseName_ = databaseName_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.namespaceName_ = namespaceName_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.tableName_ = tableName_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.polypheny.prism.PrimaryKey) { return mergeFrom((org.polypheny.prism.PrimaryKey)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.polypheny.prism.PrimaryKey other) { if (other == org.polypheny.prism.PrimaryKey.getDefaultInstance()) return this; if (!other.getDatabaseName().isEmpty()) { databaseName_ = other.databaseName_; bitField0_ |= 0x00000001; onChanged(); } if (!other.getNamespaceName().isEmpty()) { namespaceName_ = other.namespaceName_; bitField0_ |= 0x00000002; onChanged(); } if (!other.getTableName().isEmpty()) { tableName_ = other.tableName_; bitField0_ |= 0x00000004; onChanged(); } if (columnsBuilder_ == null) { if (!other.columns_.isEmpty()) { if (columns_.isEmpty()) { columns_ = other.columns_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureColumnsIsMutable(); columns_.addAll(other.columns_); } onChanged(); } } else { if (!other.columns_.isEmpty()) { if (columnsBuilder_.isEmpty()) { columnsBuilder_.dispose(); columnsBuilder_ = null; columns_ = other.columns_; bitField0_ = (bitField0_ & ~0x00000008); columnsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getColumnsFieldBuilder() : null; } else { columnsBuilder_.addAllMessages(other.columns_); } } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { databaseName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { namespaceName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { tableName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 26 case 34: { org.polypheny.prism.Column m = input.readMessage( org.polypheny.prism.Column.parser(), extensionRegistry); if (columnsBuilder_ == null) { ensureColumnsIsMutable(); columns_.add(m); } else { columnsBuilder_.addMessage(m); } break; } // case 34 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object databaseName_ = ""; /** *
     * The database where the primary key’s table is located.
     * 
* * string database_name = 1; * @return The databaseName. */ public java.lang.String getDatabaseName() { java.lang.Object ref = databaseName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); databaseName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * The database where the primary key’s table is located.
     * 
* * string database_name = 1; * @return The bytes for databaseName. */ public com.google.protobuf.ByteString getDatabaseNameBytes() { java.lang.Object ref = databaseName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); databaseName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * The database where the primary key’s table is located.
     * 
* * string database_name = 1; * @param value The databaseName to set. * @return This builder for chaining. */ public Builder setDatabaseName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } databaseName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * The database where the primary key’s table is located.
     * 
* * string database_name = 1; * @return This builder for chaining. */ public Builder clearDatabaseName() { databaseName_ = getDefaultInstance().getDatabaseName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * The database where the primary key’s table is located.
     * 
* * string database_name = 1; * @param value The bytes for databaseName to set. * @return This builder for chaining. */ public Builder setDatabaseNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); databaseName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object namespaceName_ = ""; /** *
     * The namespace or schema of the primary key’s table.
     * 
* * string namespace_name = 2; * @return The namespaceName. */ public java.lang.String getNamespaceName() { java.lang.Object ref = namespaceName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); namespaceName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * The namespace or schema of the primary key’s table.
     * 
* * string namespace_name = 2; * @return The bytes for namespaceName. */ public com.google.protobuf.ByteString getNamespaceNameBytes() { java.lang.Object ref = namespaceName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); namespaceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * The namespace or schema of the primary key’s table.
     * 
* * string namespace_name = 2; * @param value The namespaceName to set. * @return This builder for chaining. */ public Builder setNamespaceName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } namespaceName_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * The namespace or schema of the primary key’s table.
     * 
* * string namespace_name = 2; * @return This builder for chaining. */ public Builder clearNamespaceName() { namespaceName_ = getDefaultInstance().getNamespaceName(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
     * The namespace or schema of the primary key’s table.
     * 
* * string namespace_name = 2; * @param value The bytes for namespaceName to set. * @return This builder for chaining. */ public Builder setNamespaceNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); namespaceName_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private java.lang.Object tableName_ = ""; /** *
     * The table with this primary key.
     * 
* * string table_name = 3; * @return The tableName. */ public java.lang.String getTableName() { java.lang.Object ref = tableName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); tableName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * The table with this primary key.
     * 
* * string table_name = 3; * @return The bytes for tableName. */ public com.google.protobuf.ByteString getTableNameBytes() { java.lang.Object ref = tableName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); tableName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * The table with this primary key.
     * 
* * string table_name = 3; * @param value The tableName to set. * @return This builder for chaining. */ public Builder setTableName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } tableName_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * The table with this primary key.
     * 
* * string table_name = 3; * @return This builder for chaining. */ public Builder clearTableName() { tableName_ = getDefaultInstance().getTableName(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
     * The table with this primary key.
     * 
* * string table_name = 3; * @param value The bytes for tableName to set. * @return This builder for chaining. */ public Builder setTableNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); tableName_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private java.util.List columns_ = java.util.Collections.emptyList(); private void ensureColumnsIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { columns_ = new java.util.ArrayList(columns_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilderV3< org.polypheny.prism.Column, org.polypheny.prism.Column.Builder, org.polypheny.prism.ColumnOrBuilder> columnsBuilder_; /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public java.util.List getColumnsList() { if (columnsBuilder_ == null) { return java.util.Collections.unmodifiableList(columns_); } else { return columnsBuilder_.getMessageList(); } } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public int getColumnsCount() { if (columnsBuilder_ == null) { return columns_.size(); } else { return columnsBuilder_.getCount(); } } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public org.polypheny.prism.Column getColumns(int index) { if (columnsBuilder_ == null) { return columns_.get(index); } else { return columnsBuilder_.getMessage(index); } } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public Builder setColumns( int index, org.polypheny.prism.Column value) { if (columnsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureColumnsIsMutable(); columns_.set(index, value); onChanged(); } else { columnsBuilder_.setMessage(index, value); } return this; } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public Builder setColumns( int index, org.polypheny.prism.Column.Builder builderForValue) { if (columnsBuilder_ == null) { ensureColumnsIsMutable(); columns_.set(index, builderForValue.build()); onChanged(); } else { columnsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public Builder addColumns(org.polypheny.prism.Column value) { if (columnsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureColumnsIsMutable(); columns_.add(value); onChanged(); } else { columnsBuilder_.addMessage(value); } return this; } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public Builder addColumns( int index, org.polypheny.prism.Column value) { if (columnsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureColumnsIsMutable(); columns_.add(index, value); onChanged(); } else { columnsBuilder_.addMessage(index, value); } return this; } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public Builder addColumns( org.polypheny.prism.Column.Builder builderForValue) { if (columnsBuilder_ == null) { ensureColumnsIsMutable(); columns_.add(builderForValue.build()); onChanged(); } else { columnsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public Builder addColumns( int index, org.polypheny.prism.Column.Builder builderForValue) { if (columnsBuilder_ == null) { ensureColumnsIsMutable(); columns_.add(index, builderForValue.build()); onChanged(); } else { columnsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public Builder addAllColumns( java.lang.Iterable values) { if (columnsBuilder_ == null) { ensureColumnsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, columns_); onChanged(); } else { columnsBuilder_.addAllMessages(values); } return this; } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public Builder clearColumns() { if (columnsBuilder_ == null) { columns_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { columnsBuilder_.clear(); } return this; } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public Builder removeColumns(int index) { if (columnsBuilder_ == null) { ensureColumnsIsMutable(); columns_.remove(index); onChanged(); } else { columnsBuilder_.remove(index); } return this; } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public org.polypheny.prism.Column.Builder getColumnsBuilder( int index) { return getColumnsFieldBuilder().getBuilder(index); } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public org.polypheny.prism.ColumnOrBuilder getColumnsOrBuilder( int index) { if (columnsBuilder_ == null) { return columns_.get(index); } else { return columnsBuilder_.getMessageOrBuilder(index); } } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public java.util.List getColumnsOrBuilderList() { if (columnsBuilder_ != null) { return columnsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(columns_); } } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public org.polypheny.prism.Column.Builder addColumnsBuilder() { return getColumnsFieldBuilder().addBuilder( org.polypheny.prism.Column.getDefaultInstance()); } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public org.polypheny.prism.Column.Builder addColumnsBuilder( int index) { return getColumnsFieldBuilder().addBuilder( index, org.polypheny.prism.Column.getDefaultInstance()); } /** *
     * The columns that make up the primary key.
     * 
* * repeated .org.polypheny.prism.Column columns = 4; */ public java.util.List getColumnsBuilderList() { return getColumnsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< org.polypheny.prism.Column, org.polypheny.prism.Column.Builder, org.polypheny.prism.ColumnOrBuilder> getColumnsFieldBuilder() { if (columnsBuilder_ == null) { columnsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< org.polypheny.prism.Column, org.polypheny.prism.Column.Builder, org.polypheny.prism.ColumnOrBuilder>( columns_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); columns_ = null; } return columnsBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:org.polypheny.prism.PrimaryKey) } // @@protoc_insertion_point(class_scope:org.polypheny.prism.PrimaryKey) private static final org.polypheny.prism.PrimaryKey DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.polypheny.prism.PrimaryKey(); } public static org.polypheny.prism.PrimaryKey getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public PrimaryKey parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public org.polypheny.prism.PrimaryKey getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy