public interface FilterTableColumnsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExcludeColumns(int index)
Optional.
|
com.google.protobuf.ByteString |
getExcludeColumnsBytes(int index)
Optional.
|
int |
getExcludeColumnsCount()
Optional.
|
List<String> |
getExcludeColumnsList()
Optional.
|
String |
getIncludeColumns(int index)
Optional.
|
com.google.protobuf.ByteString |
getIncludeColumnsBytes(int index)
Optional.
|
int |
getIncludeColumnsCount()
Optional.
|
List<String> |
getIncludeColumnsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getIncludeColumnsList()
Optional. List of columns to be included for a particular table.
repeated string include_columns = 1 [(.google.api.field_behavior) = OPTIONAL];int getIncludeColumnsCount()
Optional. List of columns to be included for a particular table.
repeated string include_columns = 1 [(.google.api.field_behavior) = OPTIONAL];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];index - The index of the element to return.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];index - The index of the value to return.List<String> getExcludeColumnsList()
Optional. List of columns to be excluded for a particular table.
repeated string exclude_columns = 2 [(.google.api.field_behavior) = OPTIONAL];int getExcludeColumnsCount()
Optional. List of columns to be excluded for a particular table.
repeated string exclude_columns = 2 [(.google.api.field_behavior) = OPTIONAL];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];index - The index of the element to return.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];index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.