public interface DiscoveryTableModifiedCadenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for types. |