Uses of Class
com.google.privacy.dlp.v2.TableDataProfile
-
Packages that use TableDataProfile Package Description com.google.privacy.dlp.v2 -
-
Uses of TableDataProfile in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return TableDataProfile Modifier and Type Method Description TableDataProfile
TableDataProfile.Builder. build()
TableDataProfile
TableDataProfile.Builder. buildPartial()
static TableDataProfile
TableDataProfile. getDefaultInstance()
TableDataProfile
TableDataProfile.Builder. getDefaultInstanceForType()
TableDataProfile
TableDataProfile. getDefaultInstanceForType()
TableDataProfile
DataProfilePubSubMessage.Builder. getProfile()
If `DetailLevel` is `TABLE_PROFILE` this will be fully populated.TableDataProfile
DataProfilePubSubMessage. getProfile()
If `DetailLevel` is `TABLE_PROFILE` this will be fully populated.TableDataProfile
DataProfilePubSubMessageOrBuilder. getProfile()
If `DetailLevel` is `TABLE_PROFILE` this will be fully populated.static TableDataProfile
TableDataProfile. parseDelimitedFrom(InputStream input)
static TableDataProfile
TableDataProfile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableDataProfile
TableDataProfile. parseFrom(byte[] data)
static TableDataProfile
TableDataProfile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableDataProfile
TableDataProfile. parseFrom(com.google.protobuf.ByteString data)
static TableDataProfile
TableDataProfile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableDataProfile
TableDataProfile. parseFrom(com.google.protobuf.CodedInputStream input)
static TableDataProfile
TableDataProfile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableDataProfile
TableDataProfile. parseFrom(InputStream input)
static TableDataProfile
TableDataProfile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableDataProfile
TableDataProfile. parseFrom(ByteBuffer data)
static TableDataProfile
TableDataProfile. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type TableDataProfile Modifier and Type Method Description com.google.protobuf.Parser<TableDataProfile>
TableDataProfile. getParserForType()
static com.google.protobuf.Parser<TableDataProfile>
TableDataProfile. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type TableDataProfile Modifier and Type Method Description TableDataProfile.Builder
TableDataProfile.Builder. mergeFrom(TableDataProfile other)
DataProfilePubSubMessage.Builder
DataProfilePubSubMessage.Builder. mergeProfile(TableDataProfile value)
If `DetailLevel` is `TABLE_PROFILE` this will be fully populated.static TableDataProfile.Builder
TableDataProfile. newBuilder(TableDataProfile prototype)
DataProfilePubSubMessage.Builder
DataProfilePubSubMessage.Builder. setProfile(TableDataProfile value)
If `DetailLevel` is `TABLE_PROFILE` this will be fully populated.
-