Uses of Interface
com.google.privacy.dlp.v2.Table.RowOrBuilder
-
Packages that use Table.RowOrBuilder Package Description com.google.privacy.dlp.v2 -
-
Uses of Table.RowOrBuilder in com.google.privacy.dlp.v2
Classes in com.google.privacy.dlp.v2 that implement Table.RowOrBuilder Modifier and Type Class Description static class
Table.Row
Values of the row.static class
Table.Row.Builder
Values of the row.Methods in com.google.privacy.dlp.v2 that return Table.RowOrBuilder Modifier and Type Method Description Table.RowOrBuilder
Table.Builder. getRowsOrBuilder(int index)
Rows of the table.Table.RowOrBuilder
Table. getRowsOrBuilder(int index)
Rows of the table.Table.RowOrBuilder
TableOrBuilder. getRowsOrBuilder(int index)
Rows of the table.Methods in com.google.privacy.dlp.v2 that return types with arguments of type Table.RowOrBuilder Modifier and Type Method Description List<? extends Table.RowOrBuilder>
Table.Builder. getRowsOrBuilderList()
Rows of the table.List<? extends Table.RowOrBuilder>
Table. getRowsOrBuilderList()
Rows of the table.List<? extends Table.RowOrBuilder>
TableOrBuilder. getRowsOrBuilderList()
Rows of the table.
-