- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class StoredInfoTypeVersion.Builder extends GeneratedMessageV3.Builder<StoredInfoTypeVersion.Builder> 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > StoredInfoTypeVersion.BuilderImplements
StoredInfoTypeVersionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllErrors(Iterable<? extends Error> values)
public StoredInfoTypeVersion.Builder addAllErrors(Iterable<? extends Error> values)
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;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.privacy.dlp.v2.Error> |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
addErrors(Error value)
public StoredInfoTypeVersion.Builder addErrors(Error value)
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;
Parameter | |
---|---|
Name | Description |
value |
Error |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
addErrors(Error.Builder builderForValue)
public StoredInfoTypeVersion.Builder addErrors(Error.Builder builderForValue)
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;
Parameter | |
---|---|
Name | Description |
builderForValue |
Error.Builder |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
addErrors(int index, Error value)
public StoredInfoTypeVersion.Builder addErrors(int index, Error value)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Error |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
addErrors(int index, Error.Builder builderForValue)
public StoredInfoTypeVersion.Builder addErrors(int index, Error.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Error.Builder |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
addErrorsBuilder()
public Error.Builder addErrorsBuilder()
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;
Returns | |
---|---|
Type | Description |
Error.Builder |
addErrorsBuilder(int index)
public Error.Builder addErrorsBuilder(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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Error.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StoredInfoTypeVersion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
build()
public StoredInfoTypeVersion build()
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion |
buildPartial()
public StoredInfoTypeVersion buildPartial()
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion |
clear()
public StoredInfoTypeVersion.Builder clear()
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
clearConfig()
public StoredInfoTypeVersion.Builder clearConfig()
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
clearCreateTime()
public StoredInfoTypeVersion.Builder clearCreateTime()
Create timestamp of the version. Read-only, determined by the system when the version is created.
.google.protobuf.Timestamp create_time = 2;
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
clearErrors()
public StoredInfoTypeVersion.Builder clearErrors()
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;
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
clearField(Descriptors.FieldDescriptor field)
public StoredInfoTypeVersion.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public StoredInfoTypeVersion.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
clearState()
public StoredInfoTypeVersion.Builder clearState()
Stored info type version state. Read-only, updated by the system during dictionary creation.
.google.privacy.dlp.v2.StoredInfoTypeState state = 3;
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
This builder for chaining. |
clearStats()
public StoredInfoTypeVersion.Builder clearStats()
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
clone()
public StoredInfoTypeVersion.Builder clone()
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
getConfig()
public StoredInfoTypeConfig getConfig()
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;
Returns | |
---|---|
Type | Description |
StoredInfoTypeConfig |
The config. |
getConfigBuilder()
public StoredInfoTypeConfig.Builder getConfigBuilder()
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;
Returns | |
---|---|
Type | Description |
StoredInfoTypeConfig.Builder |
getConfigOrBuilder()
public StoredInfoTypeConfigOrBuilder getConfigOrBuilder()
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;
Returns | |
---|---|
Type | Description |
StoredInfoTypeConfigOrBuilder |
getCreateTime()
public Timestamp getCreateTime()
Create timestamp of the version. Read-only, determined by the system when the version is created.
.google.protobuf.Timestamp create_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Create timestamp of the version. Read-only, determined by the system when the version is created.
.google.protobuf.Timestamp create_time = 2;
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Create timestamp of the version. Read-only, determined by the system when the version is created.
.google.protobuf.Timestamp create_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public StoredInfoTypeVersion getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getErrors(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Error |
getErrorsBuilder(int index)
public Error.Builder getErrorsBuilder(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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Error.Builder |
getErrorsBuilderList()
public List<Error.Builder> getErrorsBuilderList()
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;
Returns | |
---|---|
Type | Description |
List<Builder> |
getErrorsCount()
public 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;
Returns | |
---|---|
Type | Description |
int |
getErrorsList()
public 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;
Returns | |
---|---|
Type | Description |
List<Error> |
getErrorsOrBuilder(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ErrorOrBuilder |
getErrorsOrBuilderList()
public 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.privacy.dlp.v2.ErrorOrBuilder> |
getState()
public StoredInfoTypeState getState()
Stored info type version state. Read-only, updated by the system during dictionary creation.
.google.privacy.dlp.v2.StoredInfoTypeState state = 3;
Returns | |
---|---|
Type | Description |
StoredInfoTypeState |
The state. |
getStateValue()
public int getStateValue()
Stored info type version state. Read-only, updated by the system during dictionary creation.
.google.privacy.dlp.v2.StoredInfoTypeState state = 3;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
getStats()
public StoredInfoTypeStats getStats()
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;
Returns | |
---|---|
Type | Description |
StoredInfoTypeStats |
The stats. |
getStatsBuilder()
public StoredInfoTypeStats.Builder getStatsBuilder()
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;
Returns | |
---|---|
Type | Description |
StoredInfoTypeStats.Builder |
getStatsOrBuilder()
public StoredInfoTypeStatsOrBuilder getStatsOrBuilder()
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;
Returns | |
---|---|
Type | Description |
StoredInfoTypeStatsOrBuilder |
hasConfig()
public boolean hasConfig()
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the config field is set. |
hasCreateTime()
public boolean hasCreateTime()
Create timestamp of the version. Read-only, determined by the system when the version is created.
.google.protobuf.Timestamp create_time = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasStats()
public boolean hasStats()
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the stats field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeConfig(StoredInfoTypeConfig value)
public StoredInfoTypeVersion.Builder mergeConfig(StoredInfoTypeConfig value)
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;
Parameter | |
---|---|
Name | Description |
value |
StoredInfoTypeConfig |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
mergeCreateTime(Timestamp value)
public StoredInfoTypeVersion.Builder mergeCreateTime(Timestamp value)
Create timestamp of the version. Read-only, determined by the system when the version is created.
.google.protobuf.Timestamp create_time = 2;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
mergeFrom(StoredInfoTypeVersion other)
public StoredInfoTypeVersion.Builder mergeFrom(StoredInfoTypeVersion other)
Parameter | |
---|---|
Name | Description |
other |
StoredInfoTypeVersion |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StoredInfoTypeVersion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public StoredInfoTypeVersion.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
mergeStats(StoredInfoTypeStats value)
public StoredInfoTypeVersion.Builder mergeStats(StoredInfoTypeStats value)
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;
Parameter | |
---|---|
Name | Description |
value |
StoredInfoTypeStats |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StoredInfoTypeVersion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
removeErrors(int index)
public StoredInfoTypeVersion.Builder removeErrors(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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
setConfig(StoredInfoTypeConfig value)
public StoredInfoTypeVersion.Builder setConfig(StoredInfoTypeConfig value)
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;
Parameter | |
---|---|
Name | Description |
value |
StoredInfoTypeConfig |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
setConfig(StoredInfoTypeConfig.Builder builderForValue)
public StoredInfoTypeVersion.Builder setConfig(StoredInfoTypeConfig.Builder builderForValue)
StoredInfoType configuration.
.google.privacy.dlp.v2.StoredInfoTypeConfig config = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
StoredInfoTypeConfig.Builder |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
setCreateTime(Timestamp value)
public StoredInfoTypeVersion.Builder setCreateTime(Timestamp value)
Create timestamp of the version. Read-only, determined by the system when the version is created.
.google.protobuf.Timestamp create_time = 2;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public StoredInfoTypeVersion.Builder setCreateTime(Timestamp.Builder builderForValue)
Create timestamp of the version. Read-only, determined by the system when the version is created.
.google.protobuf.Timestamp create_time = 2;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
setErrors(int index, Error value)
public StoredInfoTypeVersion.Builder setErrors(int index, Error value)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Error |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
setErrors(int index, Error.Builder builderForValue)
public StoredInfoTypeVersion.Builder setErrors(int index, Error.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Error.Builder |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public StoredInfoTypeVersion.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StoredInfoTypeVersion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
setState(StoredInfoTypeState value)
public StoredInfoTypeVersion.Builder setState(StoredInfoTypeState value)
Stored info type version state. Read-only, updated by the system during dictionary creation.
.google.privacy.dlp.v2.StoredInfoTypeState state = 3;
Parameter | |
---|---|
Name | Description |
value |
StoredInfoTypeState The state to set. |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
This builder for chaining. |
setStateValue(int value)
public StoredInfoTypeVersion.Builder setStateValue(int value)
Stored info type version state. Read-only, updated by the system during dictionary creation.
.google.privacy.dlp.v2.StoredInfoTypeState state = 3;
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for state to set. |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
This builder for chaining. |
setStats(StoredInfoTypeStats value)
public StoredInfoTypeVersion.Builder setStats(StoredInfoTypeStats value)
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;
Parameter | |
---|---|
Name | Description |
value |
StoredInfoTypeStats |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
setStats(StoredInfoTypeStats.Builder builderForValue)
public StoredInfoTypeVersion.Builder setStats(StoredInfoTypeStats.Builder builderForValue)
Statistics about this storedInfoType version.
.google.privacy.dlp.v2.StoredInfoTypeStats stats = 5;
Parameter | |
---|---|
Name | Description |
builderForValue |
StoredInfoTypeStats.Builder |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final StoredInfoTypeVersion.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
StoredInfoTypeVersion.Builder |