public interface StoredInfoTypeVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
boolean |
hasConfig()
StoredInfoType configuration.
|
boolean |
hasCreateTime()
Create timestamp of the version.
|
boolean |
hasStats()
Statistics about this storedInfoType version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConfig()
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;StoredInfoTypeConfig getConfig()
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;StoredInfoTypeConfigOrBuilder getConfigOrBuilder()
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;boolean hasCreateTime()
Create timestamp of the version. Read-only, determined by the system when the version is created.
.google.protobuf.Timestamp create_time = 2;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;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;int getStateValue()
Stored info type version state. Read-only, updated by the system during dictionary creation.
.google.privacy.dlp.v2.StoredInfoTypeState state = 3;StoredInfoTypeState getState()
Stored info type version state. Read-only, updated by the system during dictionary creation.
.google.privacy.dlp.v2.StoredInfoTypeState state = 3;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;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;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;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;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;boolean hasStats()
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;StoredInfoTypeStats getStats()
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;StoredInfoTypeStatsOrBuilder getStatsOrBuilder()
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;Copyright © 2022 Google LLC. All rights reserved.