Tabnine Logo
TableMetadataPersistence$ColumnMetadataDescription$Builder.onBuilt
Code IndexAdd Tabnine to your IDE (free)

How to use
onBuilt
method
in
com.palantir.atlasdb.protos.generated.TableMetadataPersistence$ColumnMetadataDescription$Builder

Best Java code snippets using com.palantir.atlasdb.protos.generated.TableMetadataPersistence$ColumnMetadataDescription$Builder.onBuilt (Showing top 2 results out of 315)

origin: palantir/atlasdb

public com.palantir.atlasdb.protos.generated.TableMetadataPersistence.ColumnMetadataDescription buildPartial() {
 com.palantir.atlasdb.protos.generated.TableMetadataPersistence.ColumnMetadataDescription result = new com.palantir.atlasdb.protos.generated.TableMetadataPersistence.ColumnMetadataDescription(this);
 int from_bitField0_ = bitField0_;
 int to_bitField0_ = 0;
 if (namedColumnsBuilder_ == null) {
  if (((bitField0_ & 0x00000001) == 0x00000001)) {
   namedColumns_ = java.util.Collections.unmodifiableList(namedColumns_);
   bitField0_ = (bitField0_ & ~0x00000001);
  }
  result.namedColumns_ = namedColumns_;
 } else {
  result.namedColumns_ = namedColumnsBuilder_.build();
 }
 if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
  to_bitField0_ |= 0x00000001;
 }
 if (dynamicColumnBuilder_ == null) {
  result.dynamicColumn_ = dynamicColumn_;
 } else {
  result.dynamicColumn_ = dynamicColumnBuilder_.build();
 }
 result.bitField0_ = to_bitField0_;
 onBuilt();
 return result;
}
origin: com.palantir.atlasdb/atlasdb-client-protobufs

public com.palantir.atlasdb.protos.generated.TableMetadataPersistence.ColumnMetadataDescription buildPartial() {
 com.palantir.atlasdb.protos.generated.TableMetadataPersistence.ColumnMetadataDescription result = new com.palantir.atlasdb.protos.generated.TableMetadataPersistence.ColumnMetadataDescription(this);
 int from_bitField0_ = bitField0_;
 int to_bitField0_ = 0;
 if (namedColumnsBuilder_ == null) {
  if (((bitField0_ & 0x00000001) == 0x00000001)) {
   namedColumns_ = java.util.Collections.unmodifiableList(namedColumns_);
   bitField0_ = (bitField0_ & ~0x00000001);
  }
  result.namedColumns_ = namedColumns_;
 } else {
  result.namedColumns_ = namedColumnsBuilder_.build();
 }
 if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
  to_bitField0_ |= 0x00000001;
 }
 if (dynamicColumnBuilder_ == null) {
  result.dynamicColumn_ = dynamicColumn_;
 } else {
  result.dynamicColumn_ = dynamicColumnBuilder_.build();
 }
 result.bitField0_ = to_bitField0_;
 onBuilt();
 return result;
}
com.palantir.atlasdb.protos.generatedTableMetadataPersistence$ColumnMetadataDescription$BuilderonBuilt

Popular methods of TableMetadataPersistence$ColumnMetadataDescription$Builder

  • <init>
  • addNamedColumns
    repeated .com.palantir.atlasdb.protos.generated.NamedColumnDescription namedColumns = 1;
  • build
  • buildPartial
  • ensureNamedColumnsIsMutable
  • getDynamicColumn
    optional .com.palantir.atlasdb.protos.generated.DynamicColumnDescription dynamicColumn = 2;
  • getDynamicColumnFieldBuilder
    optional .com.palantir.atlasdb.protos.generated.DynamicColumnDescription dynamicColumn = 2;
  • getNamedColumns
    repeated .com.palantir.atlasdb.protos.generated.NamedColumnDescription namedColumns = 1;
  • getNamedColumnsCount
    repeated .com.palantir.atlasdb.protos.generated.NamedColumnDescription namedColumns = 1;
  • getNamedColumnsFieldBuilder
  • getParentForChildren
  • hasDynamicColumn
    optional .com.palantir.atlasdb.protos.generated.DynamicColumnDescription dynamicColumn = 2;
  • getParentForChildren,
  • hasDynamicColumn,
  • isClean,
  • maybeForceBuilderInitialization,
  • mergeDynamicColumn,
  • mergeFrom,
  • mergeUnknownFields,
  • newUninitializedMessageException,
  • onChanged

Popular in Java

  • Making http post requests using okhttp
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getApplicationContext (Context)
  • getContentResolver (Context)
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now