- 3.56.0 (latest)
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class DiscoveryTableModifiedCadence.Builder extends GeneratedMessageV3.Builder<DiscoveryTableModifiedCadence.Builder> implements DiscoveryTableModifiedCadenceOrBuilder
The cadence at which to update data profiles when a table is modified.
Protobuf type google.privacy.dlp.v2.DiscoveryTableModifiedCadence
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DiscoveryTableModifiedCadence.BuilderImplements
DiscoveryTableModifiedCadenceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllTypes(Iterable<? extends BigQueryTableModification> values)
public DiscoveryTableModifiedCadence.Builder addAllTypes(Iterable<? extends BigQueryTableModification> values)
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 |
values | Iterable<? extends com.google.privacy.dlp.v2.BigQueryTableModification> The types to add. |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder | This builder for chaining. |
addAllTypesValue(Iterable<Integer> values)
public DiscoveryTableModifiedCadence.Builder addAllTypesValue(Iterable<Integer> values)
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 |
values | Iterable<Integer> The enum numeric values on the wire for types to add. |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DiscoveryTableModifiedCadence.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder |
addTypes(BigQueryTableModification value)
public DiscoveryTableModifiedCadence.Builder addTypes(BigQueryTableModification value)
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 |
value | BigQueryTableModification The types to add. |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder | This builder for chaining. |
addTypesValue(int value)
public DiscoveryTableModifiedCadence.Builder addTypesValue(int value)
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 |
value | int The enum numeric value on the wire for types to add. |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder | This builder for chaining. |
build()
public DiscoveryTableModifiedCadence build()
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence |
buildPartial()
public DiscoveryTableModifiedCadence buildPartial()
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence |
clear()
public DiscoveryTableModifiedCadence.Builder clear()
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder |
clearField(Descriptors.FieldDescriptor field)
public DiscoveryTableModifiedCadence.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder |
clearFrequency()
public DiscoveryTableModifiedCadence.Builder clearFrequency()
How frequently data profiles can be updated when tables are modified. Defaults to never.
.google.privacy.dlp.v2.DataProfileUpdateFrequency frequency = 2;
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DiscoveryTableModifiedCadence.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder |
clearTypes()
public DiscoveryTableModifiedCadence.Builder clearTypes()
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 |
DiscoveryTableModifiedCadence.Builder | This builder for chaining. |
clone()
public DiscoveryTableModifiedCadence.Builder clone()
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder |
getDefaultInstanceForType()
public DiscoveryTableModifiedCadence getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFrequency()
public 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 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 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 | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
BigQueryTableModification | The types at the given index. |
getTypesCount()
public 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 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 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 | int The 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(DiscoveryTableModifiedCadence other)
public DiscoveryTableModifiedCadence.Builder mergeFrom(DiscoveryTableModifiedCadence other)
Parameter | |
---|---|
Name | Description |
other | DiscoveryTableModifiedCadence |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DiscoveryTableModifiedCadence.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DiscoveryTableModifiedCadence.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DiscoveryTableModifiedCadence.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DiscoveryTableModifiedCadence.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder |
setFrequency(DataProfileUpdateFrequency value)
public DiscoveryTableModifiedCadence.Builder setFrequency(DataProfileUpdateFrequency value)
How frequently data profiles can be updated when tables are modified. Defaults to never.
.google.privacy.dlp.v2.DataProfileUpdateFrequency frequency = 2;
Parameter | |
---|---|
Name | Description |
value | DataProfileUpdateFrequency The frequency to set. |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder | This builder for chaining. |
setFrequencyValue(int value)
public DiscoveryTableModifiedCadence.Builder setFrequencyValue(int value)
How frequently data profiles can be updated when tables are modified. Defaults to never.
.google.privacy.dlp.v2.DataProfileUpdateFrequency frequency = 2;
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for frequency to set. |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DiscoveryTableModifiedCadence.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder |
setTypes(int index, BigQueryTableModification value)
public DiscoveryTableModifiedCadence.Builder setTypes(int index, BigQueryTableModification value)
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;
Parameters | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | BigQueryTableModification The types to set. |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder | This builder for chaining. |
setTypesValue(int index, int value)
public DiscoveryTableModifiedCadence.Builder setTypesValue(int index, int value)
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;
Parameters | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | int The enum numeric value on the wire for types to set. |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DiscoveryTableModifiedCadence.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DiscoveryTableModifiedCadence.Builder |