Interface DiscoverySchemaModifiedCadenceOrBuilder (3.45.0)

public interface DiscoverySchemaModifiedCadenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFrequency()

public abstract DataProfileUpdateFrequency getFrequency()

How frequently profiles may be updated when schemas are modified. Defaults to monthly.

.google.privacy.dlp.v2.DataProfileUpdateFrequency frequency = 2;

Returns
TypeDescription
DataProfileUpdateFrequency

The frequency.

getFrequencyValue()

public abstract int getFrequencyValue()

How frequently profiles may be updated when schemas are modified. Defaults to monthly.

.google.privacy.dlp.v2.DataProfileUpdateFrequency frequency = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for frequency.

getTypes(int index)

public abstract BigQuerySchemaModification getTypes(int index)

The type of events to consider when deciding if the table's schema has been modified and should have the profile updated. Defaults to NEW_COLUMNS.

repeated .google.privacy.dlp.v2.BigQuerySchemaModification types = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
BigQuerySchemaModification

The types at the given index.

getTypesCount()

public abstract int getTypesCount()

The type of events to consider when deciding if the table's schema has been modified and should have the profile updated. Defaults to NEW_COLUMNS.

repeated .google.privacy.dlp.v2.BigQuerySchemaModification types = 1;

Returns
TypeDescription
int

The count of types.

getTypesList()

public abstract List<BigQuerySchemaModification> getTypesList()

The type of events to consider when deciding if the table's schema has been modified and should have the profile updated. Defaults to NEW_COLUMNS.

repeated .google.privacy.dlp.v2.BigQuerySchemaModification types = 1;

Returns
TypeDescription
List<BigQuerySchemaModification>

A list containing the types.

getTypesValue(int index)

public abstract int getTypesValue(int index)

The type of events to consider when deciding if the table's schema has been modified and should have the profile updated. Defaults to NEW_COLUMNS.

repeated .google.privacy.dlp.v2.BigQuerySchemaModification types = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
int

The enum numeric value on the wire of types at the given index.

getTypesValueList()

public abstract List<Integer> getTypesValueList()

The type of events to consider when deciding if the table's schema has been modified and should have the profile updated. Defaults to NEW_COLUMNS.

repeated .google.privacy.dlp.v2.BigQuerySchemaModification types = 1;

Returns
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for types.