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.Row
Table.Row.Builder. build()
Table.Row
Table.Row.Builder. buildPartial()
static Table.Row
Table.Row. getDefaultInstance()
Table.Row
Table.Row.Builder. getDefaultInstanceForType()
Table.Row
Table.Row. getDefaultInstanceForType()
Table.Row
Table.Builder. getRows(int index)
Rows of the table.Table.Row
Table. getRows(int index)
Rows of the table.Table.Row
TableOrBuilder. getRows(int index)
Rows of the table.static Table.Row
Table.Row. parseDelimitedFrom(InputStream input)
static Table.Row
Table.Row. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table.Row
Table.Row. parseFrom(byte[] data)
static Table.Row
Table.Row. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table.Row
Table.Row. parseFrom(com.google.protobuf.ByteString data)
static Table.Row
Table.Row. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table.Row
Table.Row. parseFrom(com.google.protobuf.CodedInputStream input)
static Table.Row
Table.Row. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table.Row
Table.Row. parseFrom(InputStream input)
static Table.Row
Table.Row. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table.Row
Table.Row. parseFrom(ByteBuffer data)
static Table.Row
Table.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.Builder
Table.Builder. addRows(int index, Table.Row value)
Rows of the table.Table.Builder
Table.Builder. addRows(Table.Row value)
Rows of the table.Table.Row.Builder
Table.Row.Builder. mergeFrom(Table.Row other)
static Table.Row.Builder
Table.Row. newBuilder(Table.Row prototype)
Table.Builder
Table.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.Builder
Table.Builder. addAllRows(Iterable<? extends Table.Row> values)
Rows of the table.
-