Class Schema.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Schema.Builder>
com.google.cloud.datacatalog.v1.Schema.Builder
All Implemented Interfaces:
SchemaOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Schema

public static final class Schema.Builder extends com.google.protobuf.GeneratedMessage.Builder<Schema.Builder> implements SchemaOrBuilder
 Represents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.
 
Protobuf type google.cloud.datacatalog.v1.Schema
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Schema.Builder>
    • clear

      public Schema.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Schema.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Schema.Builder>
    • getDefaultInstanceForType

      public Schema getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Schema build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Schema buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Schema.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Schema.Builder>
    • mergeFrom

      public Schema.Builder mergeFrom(Schema other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Schema.Builder>
    • mergeFrom

      public Schema.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Schema.Builder>
      Throws:
      IOException
    • getColumnsList

      public List<ColumnSchema> getColumnsList()
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
      Specified by:
      getColumnsList in interface SchemaOrBuilder
    • getColumnsCount

      public int getColumnsCount()
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
      Specified by:
      getColumnsCount in interface SchemaOrBuilder
    • getColumns

      public ColumnSchema getColumns(int index)
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
      Specified by:
      getColumns in interface SchemaOrBuilder
    • setColumns

      public Schema.Builder setColumns(int index, ColumnSchema value)
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
    • setColumns

      public Schema.Builder setColumns(int index, ColumnSchema.Builder builderForValue)
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
    • addColumns

      public Schema.Builder addColumns(ColumnSchema value)
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
    • addColumns

      public Schema.Builder addColumns(int index, ColumnSchema value)
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
    • addColumns

      public Schema.Builder addColumns(ColumnSchema.Builder builderForValue)
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
    • addColumns

      public Schema.Builder addColumns(int index, ColumnSchema.Builder builderForValue)
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
    • addAllColumns

      public Schema.Builder addAllColumns(Iterable<? extends ColumnSchema> values)
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
    • clearColumns

      public Schema.Builder clearColumns()
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
    • removeColumns

      public Schema.Builder removeColumns(int index)
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
    • getColumnsBuilder

      public ColumnSchema.Builder getColumnsBuilder(int index)
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
    • getColumnsOrBuilder

      public ColumnSchemaOrBuilder getColumnsOrBuilder(int index)
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
      Specified by:
      getColumnsOrBuilder in interface SchemaOrBuilder
    • getColumnsOrBuilderList

      public List<? extends ColumnSchemaOrBuilder> getColumnsOrBuilderList()
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
      Specified by:
      getColumnsOrBuilderList in interface SchemaOrBuilder
    • addColumnsBuilder

      public ColumnSchema.Builder addColumnsBuilder()
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
    • addColumnsBuilder

      public ColumnSchema.Builder addColumnsBuilder(int index)
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;
    • getColumnsBuilderList

      public List<ColumnSchema.Builder> getColumnsBuilderList()
       The unified GoogleSQL-like schema of columns.
      
       The overall maximum number of columns and nested columns is 10,000.
       The maximum nested depth is 15 levels.
       
      repeated .google.cloud.datacatalog.v1.ColumnSchema columns = 2;