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 classTable.RowValues of the row.static classTable.Row.BuilderValues of the row.Methods in com.google.privacy.dlp.v2 that return Table.RowOrBuilder Modifier and Type Method Description Table.RowOrBuilderTable.Builder. getRowsOrBuilder(int index)Rows of the table.Table.RowOrBuilderTable. getRowsOrBuilder(int index)Rows of the table.Table.RowOrBuilderTableOrBuilder. 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.
-