Uses of Class
com.google.privacy.dlp.v2.Table.Row
-
Packages that use Table.Row Package Description com.google.privacy.dlp.v2 -
-
Uses of Table.Row in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return Table.Row Modifier and Type Method Description Table.RowTable.Row.Builder. build()Table.RowTable.Row.Builder. buildPartial()static Table.RowTable.Row. getDefaultInstance()Table.RowTable.Row.Builder. getDefaultInstanceForType()Table.RowTable.Row. getDefaultInstanceForType()Table.RowTable.Builder. getRows(int index)Rows of the table.Table.RowTable. getRows(int index)Rows of the table.Table.RowTableOrBuilder. getRows(int index)Rows of the table.static Table.RowTable.Row. parseDelimitedFrom(InputStream input)static Table.RowTable.Row. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.RowTable.Row. parseFrom(byte[] data)static Table.RowTable.Row. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.RowTable.Row. parseFrom(com.google.protobuf.ByteString data)static Table.RowTable.Row. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.RowTable.Row. parseFrom(com.google.protobuf.CodedInputStream input)static Table.RowTable.Row. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.RowTable.Row. parseFrom(InputStream input)static Table.RowTable.Row. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.RowTable.Row. parseFrom(ByteBuffer data)static Table.RowTable.Row. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type Table.Row Modifier and Type Method Description com.google.protobuf.Parser<Table.Row>Table.Row. getParserForType()List<Table.Row>Table.Builder. getRowsList()Rows of the table.List<Table.Row>Table. getRowsList()Rows of the table.List<Table.Row>TableOrBuilder. getRowsList()Rows of the table.static com.google.protobuf.Parser<Table.Row>Table.Row. parser()Methods in com.google.privacy.dlp.v2 with parameters of type Table.Row Modifier and Type Method Description Table.BuilderTable.Builder. addRows(int index, Table.Row value)Rows of the table.Table.BuilderTable.Builder. addRows(Table.Row value)Rows of the table.Table.Row.BuilderTable.Row.Builder. mergeFrom(Table.Row other)static Table.Row.BuilderTable.Row. newBuilder(Table.Row prototype)Table.BuilderTable.Builder. setRows(int index, Table.Row value)Rows of the table.Method parameters in com.google.privacy.dlp.v2 with type arguments of type Table.Row Modifier and Type Method Description Table.BuilderTable.Builder. addAllRows(Iterable<? extends Table.Row> values)Rows of the table.
-