public final class StoredInfoTypeVersion extends com.google.protobuf.GeneratedMessageV3 implements StoredInfoTypeVersionOrBuilder
Version of a StoredInfoType, including the configuration used to build it, create timestamp, and current state.Protobuf type
google.privacy.dlp.v2.StoredInfoTypeVersion| Modifier and Type | Class and Description |
|---|---|
static class |
StoredInfoTypeVersion.Builder
Version of a StoredInfoType, including the configuration used to build it,
create timestamp, and current state.
|
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 |
CONFIG_FIELD_NUMBER |
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
ERRORS_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
STATS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
StoredInfoTypeConfig |
getConfig()
StoredInfoType configuration.
|
StoredInfoTypeConfigOrBuilder |
getConfigOrBuilder()
StoredInfoType configuration.
|
com.google.protobuf.Timestamp |
getCreateTime()
Create timestamp of the version.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Create timestamp of the version.
|
static StoredInfoTypeVersion |
getDefaultInstance() |
StoredInfoTypeVersion |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Error |
getErrors(int index)
Errors that occurred when creating this storedInfoType version, or
anomalies detected in the storedInfoType data that render it unusable.
|
int |
getErrorsCount()
Errors that occurred when creating this storedInfoType version, or
anomalies detected in the storedInfoType data that render it unusable.
|
List<Error> |
getErrorsList()
Errors that occurred when creating this storedInfoType version, or
anomalies detected in the storedInfoType data that render it unusable.
|
ErrorOrBuilder |
getErrorsOrBuilder(int index)
Errors that occurred when creating this storedInfoType version, or
anomalies detected in the storedInfoType data that render it unusable.
|
List<? extends ErrorOrBuilder> |
getErrorsOrBuilderList()
Errors that occurred when creating this storedInfoType version, or
anomalies detected in the storedInfoType data that render it unusable.
|
com.google.protobuf.Parser<StoredInfoTypeVersion> |
getParserForType() |
int |
getSerializedSize() |
StoredInfoTypeState |
getState()
Stored info type version state.
|
int |
getStateValue()
Stored info type version state.
|
StoredInfoTypeStats |
getStats()
Statistics about this storedInfoType version.
|
StoredInfoTypeStatsOrBuilder |
getStatsOrBuilder()
Statistics about this storedInfoType version.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasConfig()
StoredInfoType configuration.
|
boolean |
hasCreateTime()
Create timestamp of the version.
|
int |
hashCode() |
boolean |
hasStats()
Statistics about this storedInfoType version.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StoredInfoTypeVersion.Builder |
newBuilder() |
static StoredInfoTypeVersion.Builder |
newBuilder(StoredInfoTypeVersion prototype) |
StoredInfoTypeVersion.Builder |
newBuilderForType() |
protected StoredInfoTypeVersion.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static StoredInfoTypeVersion |
parseDelimitedFrom(InputStream input) |
static StoredInfoTypeVersion |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoredInfoTypeVersion |
parseFrom(byte[] data) |
static StoredInfoTypeVersion |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoredInfoTypeVersion |
parseFrom(ByteBuffer data) |
static StoredInfoTypeVersion |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoredInfoTypeVersion |
parseFrom(com.google.protobuf.ByteString data) |
static StoredInfoTypeVersion |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoredInfoTypeVersion |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoredInfoTypeVersion |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoredInfoTypeVersion |
parseFrom(InputStream input) |
static StoredInfoTypeVersion |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoredInfoTypeVersion> |
parser() |
StoredInfoTypeVersion.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 CONFIG_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int ERRORS_FIELD_NUMBER
public static final int STATS_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 boolean hasConfig()
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;hasConfig in interface StoredInfoTypeVersionOrBuilderpublic StoredInfoTypeConfig getConfig()
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;getConfig in interface StoredInfoTypeVersionOrBuilderpublic StoredInfoTypeConfigOrBuilder getConfigOrBuilder()
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;getConfigOrBuilder in interface StoredInfoTypeVersionOrBuilderpublic boolean hasCreateTime()
Create timestamp of the version. Read-only, determined by the system when the version is created.
.google.protobuf.Timestamp create_time = 2;hasCreateTime in interface StoredInfoTypeVersionOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Create timestamp of the version. Read-only, determined by the system when the version is created.
.google.protobuf.Timestamp create_time = 2;getCreateTime in interface StoredInfoTypeVersionOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Create timestamp of the version. Read-only, determined by the system when the version is created.
.google.protobuf.Timestamp create_time = 2;getCreateTimeOrBuilder in interface StoredInfoTypeVersionOrBuilderpublic int getStateValue()
Stored info type version state. Read-only, updated by the system during dictionary creation.
.google.privacy.dlp.v2.StoredInfoTypeState state = 3;getStateValue in interface StoredInfoTypeVersionOrBuilderpublic StoredInfoTypeState getState()
Stored info type version state. Read-only, updated by the system during dictionary creation.
.google.privacy.dlp.v2.StoredInfoTypeState state = 3;getState in interface StoredInfoTypeVersionOrBuilderpublic List<Error> getErrorsList()
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first. For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid. If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same `config` if it was not the source of the error.
repeated .google.privacy.dlp.v2.Error errors = 4;getErrorsList in interface StoredInfoTypeVersionOrBuilderpublic List<? extends ErrorOrBuilder> getErrorsOrBuilderList()
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first. For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid. If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same `config` if it was not the source of the error.
repeated .google.privacy.dlp.v2.Error errors = 4;getErrorsOrBuilderList in interface StoredInfoTypeVersionOrBuilderpublic int getErrorsCount()
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first. For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid. If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same `config` if it was not the source of the error.
repeated .google.privacy.dlp.v2.Error errors = 4;getErrorsCount in interface StoredInfoTypeVersionOrBuilderpublic Error getErrors(int index)
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first. For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid. If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same `config` if it was not the source of the error.
repeated .google.privacy.dlp.v2.Error errors = 4;getErrors in interface StoredInfoTypeVersionOrBuilderpublic ErrorOrBuilder getErrorsOrBuilder(int index)
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first. For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid. If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same `config` if it was not the source of the error.
repeated .google.privacy.dlp.v2.Error errors = 4;getErrorsOrBuilder in interface StoredInfoTypeVersionOrBuilderpublic boolean hasStats()
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;hasStats in interface StoredInfoTypeVersionOrBuilderpublic StoredInfoTypeStats getStats()
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;getStats in interface StoredInfoTypeVersionOrBuilderpublic StoredInfoTypeStatsOrBuilder getStatsOrBuilder()
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;getStatsOrBuilder in interface StoredInfoTypeVersionOrBuilderpublic 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 StoredInfoTypeVersion parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoredInfoTypeVersion parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoredInfoTypeVersion parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoredInfoTypeVersion parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoredInfoTypeVersion parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoredInfoTypeVersion parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoredInfoTypeVersion parseFrom(InputStream input) throws IOException
IOExceptionpublic static StoredInfoTypeVersion parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StoredInfoTypeVersion parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StoredInfoTypeVersion parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StoredInfoTypeVersion parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StoredInfoTypeVersion parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StoredInfoTypeVersion.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StoredInfoTypeVersion.Builder newBuilder()
public static StoredInfoTypeVersion.Builder newBuilder(StoredInfoTypeVersion prototype)
public StoredInfoTypeVersion.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StoredInfoTypeVersion.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static StoredInfoTypeVersion getDefaultInstance()
public static com.google.protobuf.Parser<StoredInfoTypeVersion> parser()
public com.google.protobuf.Parser<StoredInfoTypeVersion> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoredInfoTypeVersion getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.