Class FilterTableColumns (2.75.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.75.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  FilterTableColumns   extends   GeneratedMessageV3   implements   FilterTableColumnsOrBuilder  
   Options to configure rule type FilterTableColumns.
 The rule is used to filter the list of columns to include or exclude from a
 table.
 The rule filter field can refer to one entity.
 The rule scope can be: Table
 Only one of the two lists can be specified for the rule.
 Protobuf type google.cloud.clouddms.v1.FilterTableColumns
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  EXCLUDE_COLUMNS_FIELD_NUMBER 
  
    
public   static   final   int   EXCLUDE_COLUMNS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  INCLUDE_COLUMNS_FIELD_NUMBER 
  
    
public   static   final   int   INCLUDE_COLUMNS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   FilterTableColumns   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   FilterTableColumns . Builder   newBuilder ()  
  
  newBuilder(FilterTableColumns prototype) 
  
    
public   static   FilterTableColumns . Builder   newBuilder ( FilterTableColumns   prototype )  
  
  
  
    
public   static   FilterTableColumns   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   FilterTableColumns   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   FilterTableColumns   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   FilterTableColumns   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   FilterTableColumns   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   FilterTableColumns   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   FilterTableColumns   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   FilterTableColumns   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   FilterTableColumns   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   FilterTableColumns   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   FilterTableColumns   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   FilterTableColumns   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<FilterTableColumns>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   FilterTableColumns   getDefaultInstanceForType ()  
  
  getExcludeColumns(int index) 
  
    
public   String   getExcludeColumns ( int   index )  
   Optional. List of columns to be excluded for a particular table.
 repeated string exclude_columns = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The excludeColumns at the given index.
 
     
  
  getExcludeColumnsBytes(int index) 
  
    
public   ByteString   getExcludeColumnsBytes ( int   index )  
   Optional. List of columns to be excluded for a particular table.
 repeated string exclude_columns = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the excludeColumns at the given index.
 
     
  
  getExcludeColumnsCount() 
  
    
public   int   getExcludeColumnsCount ()  
   Optional. List of columns to be excluded for a particular table.
 repeated string exclude_columns = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        int The count of excludeColumns.
 
     
  
  getExcludeColumnsList() 
  
    
public   ProtocolStringList   getExcludeColumnsList ()  
   Optional. List of columns to be excluded for a particular table.
 repeated string exclude_columns = 2 [(.google.api.field_behavior) = OPTIONAL];
getIncludeColumns(int index) 
  
    
public   String   getIncludeColumns ( int   index )  
   Optional. List of columns to be included for a particular table.
 repeated string include_columns = 1 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The includeColumns at the given index.
 
     
  
  getIncludeColumnsBytes(int index) 
  
    
public   ByteString   getIncludeColumnsBytes ( int   index )  
   Optional. List of columns to be included for a particular table.
 repeated string include_columns = 1 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the includeColumns at the given index.
 
     
  
  getIncludeColumnsCount() 
  
    
public   int   getIncludeColumnsCount ()  
   Optional. List of columns to be included for a particular table.
 repeated string include_columns = 1 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        int The count of includeColumns.
 
     
  
  getIncludeColumnsList() 
  
    
public   ProtocolStringList   getIncludeColumnsList ()  
   Optional. List of columns to be included for a particular table.
 repeated string include_columns = 1 [(.google.api.field_behavior) = OPTIONAL];
getParserForType() 
  
    
public   Parser<FilterTableColumns>   getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   FilterTableColumns . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   FilterTableColumns . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   FilterTableColumns . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]