Class 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.GeneratedMessageV3.Builder<Schema.Builder>
    implements SchemaOrBuilder
     Represents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.
     
    Protobuf type google.cloud.datacatalog.v1.Schema
    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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
      • clone

        public Schema.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
      • setField

        public Schema.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                       Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
      • clearField

        public Schema.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
      • clearOneof

        public Schema.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
      • setRepeatedField

        public Schema.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                               int index,
                                               Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
      • addRepeatedField

        public Schema.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                               Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.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>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.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;
      • setUnknownFields

        public final Schema.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
      • mergeUnknownFields

        public final Schema.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>