Uses of Class
com.google.privacy.dlp.v2.ProfileStatus
-
Packages that use ProfileStatus Package Description com.google.privacy.dlp.v2 -
-
Uses of ProfileStatus in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return ProfileStatus Modifier and Type Method Description ProfileStatus
ProfileStatus.Builder. build()
ProfileStatus
ProfileStatus.Builder. buildPartial()
static ProfileStatus
ProfileStatus. getDefaultInstance()
ProfileStatus
ProfileStatus.Builder. getDefaultInstanceForType()
ProfileStatus
ProfileStatus. getDefaultInstanceForType()
ProfileStatus
TableDataProfile.Builder. getProfileStatus()
Success or error status from the most recent profile generation attempt.ProfileStatus
TableDataProfile. getProfileStatus()
Success or error status from the most recent profile generation attempt.ProfileStatus
TableDataProfileOrBuilder. getProfileStatus()
Success or error status from the most recent profile generation attempt.static ProfileStatus
ProfileStatus. parseDelimitedFrom(InputStream input)
static ProfileStatus
ProfileStatus. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProfileStatus
ProfileStatus. parseFrom(byte[] data)
static ProfileStatus
ProfileStatus. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProfileStatus
ProfileStatus. parseFrom(com.google.protobuf.ByteString data)
static ProfileStatus
ProfileStatus. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProfileStatus
ProfileStatus. parseFrom(com.google.protobuf.CodedInputStream input)
static ProfileStatus
ProfileStatus. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProfileStatus
ProfileStatus. parseFrom(InputStream input)
static ProfileStatus
ProfileStatus. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProfileStatus
ProfileStatus. parseFrom(ByteBuffer data)
static ProfileStatus
ProfileStatus. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type ProfileStatus Modifier and Type Method Description com.google.protobuf.Parser<ProfileStatus>
ProfileStatus. getParserForType()
static com.google.protobuf.Parser<ProfileStatus>
ProfileStatus. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type ProfileStatus Modifier and Type Method Description ProfileStatus.Builder
ProfileStatus.Builder. mergeFrom(ProfileStatus other)
TableDataProfile.Builder
TableDataProfile.Builder. mergeProfileStatus(ProfileStatus value)
Success or error status from the most recent profile generation attempt.static ProfileStatus.Builder
ProfileStatus. newBuilder(ProfileStatus prototype)
TableDataProfile.Builder
TableDataProfile.Builder. setProfileStatus(ProfileStatus value)
Success or error status from the most recent profile generation attempt.
-