public interface DiscoverySchemaModifiedCadenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| 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's schema has been modified and should have the profile updated. Defaults to NEW_COLUMNS.
repeated .google.privacy.dlp.v2.BigQuerySchemaModification types = 1;
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for types. |