Class DiscoveryTableModifiedCadence (3.46.0)

public final class DiscoveryTableModifiedCadence extends GeneratedMessageV3 implements DiscoveryTableModifiedCadenceOrBuilder

The cadence at which to update data profiles when a table is modified.

Protobuf type google.privacy.dlp.v2.DiscoveryTableModifiedCadence

Static Fields

FREQUENCY_FIELD_NUMBER

public static final int FREQUENCY_FIELD_NUMBER
Field Value
Type Description
int

TYPES_FIELD_NUMBER

public static final int TYPES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DiscoveryTableModifiedCadence getDefaultInstance()
Returns
Type Description
DiscoveryTableModifiedCadence

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DiscoveryTableModifiedCadence.Builder newBuilder()
Returns
Type Description
DiscoveryTableModifiedCadence.Builder

newBuilder(DiscoveryTableModifiedCadence prototype)

public static DiscoveryTableModifiedCadence.Builder newBuilder(DiscoveryTableModifiedCadence prototype)
Parameter
Name Description
prototype DiscoveryTableModifiedCadence
Returns
Type Description
DiscoveryTableModifiedCadence.Builder

parseDelimitedFrom(InputStream input)

public static DiscoveryTableModifiedCadence parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DiscoveryTableModifiedCadence
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DiscoveryTableModifiedCadence parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DiscoveryTableModifiedCadence
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DiscoveryTableModifiedCadence parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DiscoveryTableModifiedCadence
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DiscoveryTableModifiedCadence parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DiscoveryTableModifiedCadence
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DiscoveryTableModifiedCadence parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DiscoveryTableModifiedCadence
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DiscoveryTableModifiedCadence parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DiscoveryTableModifiedCadence
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DiscoveryTableModifiedCadence parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DiscoveryTableModifiedCadence
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DiscoveryTableModifiedCadence parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DiscoveryTableModifiedCadence
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DiscoveryTableModifiedCadence parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DiscoveryTableModifiedCadence
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DiscoveryTableModifiedCadence parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DiscoveryTableModifiedCadence
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DiscoveryTableModifiedCadence parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DiscoveryTableModifiedCadence
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DiscoveryTableModifiedCadence parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DiscoveryTableModifiedCadence
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DiscoveryTableModifiedCadence> parser()
Returns
Type Description
Parser<DiscoveryTableModifiedCadence>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DiscoveryTableModifiedCadence getDefaultInstanceForType()
Returns
Type Description
DiscoveryTableModifiedCadence

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.

getParserForType()

public Parser<DiscoveryTableModifiedCadence> getParserForType()
Returns
Type Description
Parser<DiscoveryTableModifiedCadence>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DiscoveryTableModifiedCadence.Builder newBuilderForType()
Returns
Type Description
DiscoveryTableModifiedCadence.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DiscoveryTableModifiedCadence.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DiscoveryTableModifiedCadence.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DiscoveryTableModifiedCadence.Builder toBuilder()
Returns
Type Description
DiscoveryTableModifiedCadence.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException