Uses of Class
com.google.privacy.dlp.v2.Table
-
Packages that use Table Package Description com.google.privacy.dlp.v2 -
-
Uses of Table in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return Table Modifier and Type Method Description Table
Table.Builder. build()
Table
Table.Builder. buildPartial()
static Table
Table. getDefaultInstance()
Table
Table.Builder. getDefaultInstanceForType()
Table
Table. getDefaultInstanceForType()
Table
ContentItem.Builder. getTable()
Structured content for inspection.Table
ContentItem. getTable()
Structured content for inspection.Table
ContentItemOrBuilder. getTable()
Structured content for inspection.static Table
Table. parseDelimitedFrom(InputStream input)
static Table
Table. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table
Table. parseFrom(byte[] data)
static Table
Table. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table
Table. parseFrom(com.google.protobuf.ByteString data)
static Table
Table. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table
Table. parseFrom(com.google.protobuf.CodedInputStream input)
static Table
Table. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table
Table. parseFrom(InputStream input)
static Table
Table. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table
Table. parseFrom(ByteBuffer data)
static Table
Table. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type Table Modifier and Type Method Description com.google.protobuf.Parser<Table>
Table. getParserForType()
static com.google.protobuf.Parser<Table>
Table. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type Table Modifier and Type Method Description Table.Builder
Table.Builder. mergeFrom(Table other)
ContentItem.Builder
ContentItem.Builder. mergeTable(Table value)
Structured content for inspection.static Table.Builder
Table. newBuilder(Table prototype)
ContentItem.Builder
ContentItem.Builder. setTable(Table value)
Structured content for inspection.
-