Class StoredInfoTypeVersion.Builder (3.46.0)

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

Static 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
Overrides

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
Overrides

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
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public StoredInfoTypeVersion.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
StoredInfoTypeVersion.Builder
Overrides

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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public StoredInfoTypeVersion.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
StoredInfoTypeVersion.Builder
Overrides

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
Overrides

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
Overrides

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
Overrides

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
Overrides