Package com.google.cloud.clouddms.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExcludeColumns(int index)Optional.com.google.protobuf.ByteStringgetExcludeColumnsBytes(int index)Optional.intgetExcludeColumnsCount()Optional.List<String>getExcludeColumnsList()Optional.StringgetIncludeColumns(int index)Optional.com.google.protobuf.ByteStringgetIncludeColumnsBytes(int index)Optional.intgetIncludeColumnsCount()Optional.List<String>getIncludeColumnsList()Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-