Interface DiscoveryTableModifiedCadenceOrBuilder (3.45.0)

public interface DiscoveryTableModifiedCadenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFrequency()

public abstract DataProfileUpdateFrequency getFrequency()

How frequently data profiles can be updated when tables are modified. Defaults to never.

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

Returns
TypeDescription
DataProfileUpdateFrequency

The frequency.

getFrequencyValue()

public abstract int getFrequencyValue()

How frequently data profiles can be updated when tables are modified. Defaults to never.

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

Returns
TypeDescription
int

The enum numeric value on the wire for frequency.

getTypes(int index)

public abstract BigQueryTableModification getTypes(int index)

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

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

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
BigQueryTableModification

The types at the given index.

getTypesCount()

public abstract int getTypesCount()

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

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

Returns
TypeDescription
int

The count of types.

getTypesList()

public abstract List<BigQueryTableModification> getTypesList()

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

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

Returns
TypeDescription
List<BigQueryTableModification>

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 has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP.

repeated .google.privacy.dlp.v2.BigQueryTableModification 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 has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP.

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

Returns
TypeDescription
List<Integer>

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