public final class QuasiId extends com.google.protobuf.GeneratedMessageV3 implements QuasiIdOrBuilder
A column with a semantic tag attached.Protobuf type
google.privacy.dlp.v2.QuasiId| Modifier and Type | Class and Description |
|---|---|
static class |
QuasiId.Builder
A column with a semantic tag attached.
|
static class |
QuasiId.TagCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CUSTOM_TAG_FIELD_NUMBER |
static int |
FIELD_FIELD_NUMBER |
static int |
INFERRED_FIELD_NUMBER |
static int |
INFO_TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCustomTag()
A column can be tagged with a custom tag.
|
com.google.protobuf.ByteString |
getCustomTagBytes()
A column can be tagged with a custom tag.
|
static QuasiId |
getDefaultInstance() |
QuasiId |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FieldId |
getField()
Required.
|
FieldIdOrBuilder |
getFieldOrBuilder()
Required.
|
com.google.protobuf.Empty |
getInferred()
If no semantic tag is indicated, we infer the statistical model from
the distribution of values in the input data
|
com.google.protobuf.EmptyOrBuilder |
getInferredOrBuilder()
If no semantic tag is indicated, we infer the statistical model from
the distribution of values in the input data
|
InfoType |
getInfoType()
A column can be tagged with a InfoType to use the relevant public
dataset as a statistical model of population, if available.
|
InfoTypeOrBuilder |
getInfoTypeOrBuilder()
A column can be tagged with a InfoType to use the relevant public
dataset as a statistical model of population, if available.
|
com.google.protobuf.Parser<QuasiId> |
getParserForType() |
int |
getSerializedSize() |
QuasiId.TagCase |
getTagCase() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCustomTag()
A column can be tagged with a custom tag.
|
boolean |
hasField()
Required.
|
int |
hashCode() |
boolean |
hasInferred()
If no semantic tag is indicated, we infer the statistical model from
the distribution of values in the input data
|
boolean |
hasInfoType()
A column can be tagged with a InfoType to use the relevant public
dataset as a statistical model of population, if available.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static QuasiId.Builder |
newBuilder() |
static QuasiId.Builder |
newBuilder(QuasiId prototype) |
QuasiId.Builder |
newBuilderForType() |
protected QuasiId.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static QuasiId |
parseDelimitedFrom(InputStream input) |
static QuasiId |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuasiId |
parseFrom(byte[] data) |
static QuasiId |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuasiId |
parseFrom(ByteBuffer data) |
static QuasiId |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuasiId |
parseFrom(com.google.protobuf.ByteString data) |
static QuasiId |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuasiId |
parseFrom(com.google.protobuf.CodedInputStream input) |
static QuasiId |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuasiId |
parseFrom(InputStream input) |
static QuasiId |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<QuasiId> |
parser() |
QuasiId.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FIELD_FIELD_NUMBER
public static final int INFO_TYPE_FIELD_NUMBER
public static final int CUSTOM_TAG_FIELD_NUMBER
public static final int INFERRED_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public QuasiId.TagCase getTagCase()
getTagCase in interface QuasiIdOrBuilderpublic boolean hasField()
Required. Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
hasField in interface QuasiIdOrBuilderpublic FieldId getField()
Required. Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
getField in interface QuasiIdOrBuilderpublic FieldIdOrBuilder getFieldOrBuilder()
Required. Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
getFieldOrBuilder in interface QuasiIdOrBuilderpublic boolean hasInfoType()
A column can be tagged with a InfoType to use the relevant public dataset as a statistical model of population, if available. We currently support US ZIP codes, region codes, ages and genders. To programmatically obtain the list of supported InfoTypes, use ListInfoTypes with the supported_by=RISK_ANALYSIS filter.
.google.privacy.dlp.v2.InfoType info_type = 2;hasInfoType in interface QuasiIdOrBuilderpublic InfoType getInfoType()
A column can be tagged with a InfoType to use the relevant public dataset as a statistical model of population, if available. We currently support US ZIP codes, region codes, ages and genders. To programmatically obtain the list of supported InfoTypes, use ListInfoTypes with the supported_by=RISK_ANALYSIS filter.
.google.privacy.dlp.v2.InfoType info_type = 2;getInfoType in interface QuasiIdOrBuilderpublic InfoTypeOrBuilder getInfoTypeOrBuilder()
A column can be tagged with a InfoType to use the relevant public dataset as a statistical model of population, if available. We currently support US ZIP codes, region codes, ages and genders. To programmatically obtain the list of supported InfoTypes, use ListInfoTypes with the supported_by=RISK_ANALYSIS filter.
.google.privacy.dlp.v2.InfoType info_type = 2;getInfoTypeOrBuilder in interface QuasiIdOrBuilderpublic boolean hasCustomTag()
A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).
string custom_tag = 3;hasCustomTag in interface QuasiIdOrBuilderpublic String getCustomTag()
A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).
string custom_tag = 3;getCustomTag in interface QuasiIdOrBuilderpublic com.google.protobuf.ByteString getCustomTagBytes()
A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).
string custom_tag = 3;getCustomTagBytes in interface QuasiIdOrBuilderpublic boolean hasInferred()
If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data
.google.protobuf.Empty inferred = 4;hasInferred in interface QuasiIdOrBuilderpublic com.google.protobuf.Empty getInferred()
If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data
.google.protobuf.Empty inferred = 4;getInferred in interface QuasiIdOrBuilderpublic com.google.protobuf.EmptyOrBuilder getInferredOrBuilder()
If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data
.google.protobuf.Empty inferred = 4;getInferredOrBuilder in interface QuasiIdOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static QuasiId parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuasiId parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuasiId parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuasiId parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuasiId parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuasiId parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuasiId parseFrom(InputStream input) throws IOException
IOExceptionpublic static QuasiId parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QuasiId parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static QuasiId parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QuasiId parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static QuasiId parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic QuasiId.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static QuasiId.Builder newBuilder()
public static QuasiId.Builder newBuilder(QuasiId prototype)
public QuasiId.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected QuasiId.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static QuasiId getDefaultInstance()
public static com.google.protobuf.Parser<QuasiId> parser()
public com.google.protobuf.Parser<QuasiId> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public QuasiId getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.