Interface FilterTableColumnsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FilterTableColumns, FilterTableColumns.Builder

    public interface FilterTableColumnsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getIncludeColumnsList

        List<String> getIncludeColumnsList()
         Optional. List of columns to be included for a particular table.
         
        repeated string include_columns = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        A list containing the includeColumns.
      • getIncludeColumnsCount

        int getIncludeColumnsCount()
         Optional. List of columns to be included for a particular table.
         
        repeated string include_columns = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The count of includeColumns.
      • getIncludeColumns

        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];
        Parameters:
        index - The index of the element to return.
        Returns:
        The includeColumns at the given index.
      • getIncludeColumnsBytes

        com.google.protobuf.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];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the includeColumns at the given index.
      • getExcludeColumnsList

        List<String> getExcludeColumnsList()
         Optional. List of columns to be excluded for a particular table.
         
        repeated string exclude_columns = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        A list containing the excludeColumns.
      • getExcludeColumnsCount

        int getExcludeColumnsCount()
         Optional. List of columns to be excluded for a particular table.
         
        repeated string exclude_columns = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The count of excludeColumns.
      • getExcludeColumns

        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];
        Parameters:
        index - The index of the element to return.
        Returns:
        The excludeColumns at the given index.
      • getExcludeColumnsBytes

        com.google.protobuf.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];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the excludeColumns at the given index.