public static final class PostgresqlTable.Builder extends GeneratedMessageV3.Builder<PostgresqlTable.Builder> implements PostgresqlTableOrBuilder
   
   PostgreSQL table.
 Protobuf type google.cloud.datastream.v1.PostgresqlTable
 
  
  
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addAllPostgresqlColumns(Iterable<? extends PostgresqlColumn> values)
  
    public PostgresqlTable.Builder addAllPostgresqlColumns(Iterable<? extends PostgresqlColumn> values)
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        values | 
        Iterable<? extends com.google.cloud.datastream.v1.PostgresqlColumn>
  | 
      
    
  
  
  
  addPostgresqlColumns(PostgresqlColumn value)
  
    public PostgresqlTable.Builder addPostgresqlColumns(PostgresqlColumn value)
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
  
  
  addPostgresqlColumns(PostgresqlColumn.Builder builderForValue)
  
    public PostgresqlTable.Builder addPostgresqlColumns(PostgresqlColumn.Builder builderForValue)
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
  
  
  addPostgresqlColumns(int index, PostgresqlColumn value)
  
    public PostgresqlTable.Builder addPostgresqlColumns(int index, PostgresqlColumn value)
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
  
  
  addPostgresqlColumns(int index, PostgresqlColumn.Builder builderForValue)
  
    public PostgresqlTable.Builder addPostgresqlColumns(int index, PostgresqlColumn.Builder builderForValue)
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
  
  
  addPostgresqlColumnsBuilder()
  
    public PostgresqlColumn.Builder addPostgresqlColumnsBuilder()
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
  
  addPostgresqlColumnsBuilder(int index)
  
    public PostgresqlColumn.Builder addPostgresqlColumnsBuilder(int index)
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public PostgresqlTable.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public PostgresqlTable build()
   
  
  
  buildPartial()
  
    public PostgresqlTable buildPartial()
   
  
  
  clear()
  
    public PostgresqlTable.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public PostgresqlTable.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public PostgresqlTable.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearPostgresqlColumns()
  
    public PostgresqlTable.Builder clearPostgresqlColumns()
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
  
  clearTable()
  
    public PostgresqlTable.Builder clearTable()
   
   Table name.
 string table = 1;
 
  
  
  clone()
  
    public PostgresqlTable.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public PostgresqlTable getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getPostgresqlColumns(int index)
  
    public PostgresqlColumn getPostgresqlColumns(int index)
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getPostgresqlColumnsBuilder(int index)
  
    public PostgresqlColumn.Builder getPostgresqlColumnsBuilder(int index)
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getPostgresqlColumnsBuilderList()
  
    public List<PostgresqlColumn.Builder> getPostgresqlColumnsBuilderList()
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
  
  getPostgresqlColumnsCount()
  
    public int getPostgresqlColumnsCount()
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  getPostgresqlColumnsList()
  
    public List<PostgresqlColumn> getPostgresqlColumnsList()
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
  
  getPostgresqlColumnsOrBuilder(int index)
  
    public PostgresqlColumnOrBuilder getPostgresqlColumnsOrBuilder(int index)
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getPostgresqlColumnsOrBuilderList()
  
    public List<? extends PostgresqlColumnOrBuilder> getPostgresqlColumnsOrBuilderList()
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.cloud.datastream.v1.PostgresqlColumnOrBuilder> | 
         | 
      
    
  
  
  getTable()
  
   Table name.
 string table = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        String | 
        The table. 
 | 
      
    
  
  
  getTableBytes()
  
    public ByteString getTableBytes()
   
   Table name.
 string table = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        ByteString | 
        The bytes for table. 
 | 
      
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(PostgresqlTable other)
  
    public PostgresqlTable.Builder mergeFrom(PostgresqlTable other)
   
  
  
  
  mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
  
    public PostgresqlTable.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public PostgresqlTable.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        other | 
        Message
  | 
      
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final PostgresqlTable.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removePostgresqlColumns(int index)
  
    public PostgresqlTable.Builder removePostgresqlColumns(int index)
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public PostgresqlTable.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setPostgresqlColumns(int index, PostgresqlColumn value)
  
    public PostgresqlTable.Builder setPostgresqlColumns(int index, PostgresqlColumn value)
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
  
  
  setPostgresqlColumns(int index, PostgresqlColumn.Builder builderForValue)
  
    public PostgresqlTable.Builder setPostgresqlColumns(int index, PostgresqlColumn.Builder builderForValue)
   
   PostgreSQL columns in the schema.
 When unspecified as part of include/exclude objects,
 includes/excludes everything.
 repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
 
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public PostgresqlTable.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setTable(String value)
  
    public PostgresqlTable.Builder setTable(String value)
   
   Table name.
 string table = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        String
 The table to set. 
 | 
      
    
  
  
  
  setTableBytes(ByteString value)
  
    public PostgresqlTable.Builder setTableBytes(ByteString value)
   
   Table name.
 string table = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        ByteString
 The bytes for table to set. 
 | 
      
    
  
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final PostgresqlTable.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides