Interface FilterTableColumnsOrBuilder (2.40.0)

public interface FilterTableColumnsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExcludeColumns(int index)

public abstract 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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The excludeColumns at the given index.

getExcludeColumnsBytes(int index)

public abstract 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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the excludeColumns at the given index.

getExcludeColumnsCount()

public abstract int getExcludeColumnsCount()

Optional. List of columns to be excluded for a particular table.

repeated string exclude_columns = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of excludeColumns.

getExcludeColumnsList()

public abstract 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
TypeDescription
List<String>

A list containing the excludeColumns.

getIncludeColumns(int index)

public abstract 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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The includeColumns at the given index.

getIncludeColumnsBytes(int index)

public abstract 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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the includeColumns at the given index.

getIncludeColumnsCount()

public abstract int getIncludeColumnsCount()

Optional. List of columns to be included for a particular table.

repeated string include_columns = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of includeColumns.

getIncludeColumnsList()

public abstract 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
TypeDescription
List<String>

A list containing the includeColumns.