Class DiscoveryTableModifiedCadence (3.45.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
TypeDescription
int

TYPES_FIELD_NUMBER

public static final int TYPES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static DiscoveryTableModifiedCadence getDefaultInstance()
Returns
TypeDescription
DiscoveryTableModifiedCadence

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static DiscoveryTableModifiedCadence.Builder newBuilder()
Returns
TypeDescription
DiscoveryTableModifiedCadence.Builder

newBuilder(DiscoveryTableModifiedCadence prototype)

public static DiscoveryTableModifiedCadence.Builder newBuilder(DiscoveryTableModifiedCadence prototype)
Parameter
NameDescription
prototypeDiscoveryTableModifiedCadence
Returns
TypeDescription
DiscoveryTableModifiedCadence.Builder

parseDelimitedFrom(InputStream input)

public static DiscoveryTableModifiedCadence parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DiscoveryTableModifiedCadence
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DiscoveryTableModifiedCadence parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DiscoveryTableModifiedCadence
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static DiscoveryTableModifiedCadence parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
DiscoveryTableModifiedCadence
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DiscoveryTableModifiedCadence parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DiscoveryTableModifiedCadence
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DiscoveryTableModifiedCadence parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
DiscoveryTableModifiedCadence
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DiscoveryTableModifiedCadence parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DiscoveryTableModifiedCadence
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DiscoveryTableModifiedCadence parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
DiscoveryTableModifiedCadence
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DiscoveryTableModifiedCadence parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DiscoveryTableModifiedCadence
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static DiscoveryTableModifiedCadence parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DiscoveryTableModifiedCadence
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DiscoveryTableModifiedCadence parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DiscoveryTableModifiedCadence
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static DiscoveryTableModifiedCadence parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
DiscoveryTableModifiedCadence
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DiscoveryTableModifiedCadence parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DiscoveryTableModifiedCadence
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<DiscoveryTableModifiedCadence> parser()
Returns
TypeDescription
Parser<DiscoveryTableModifiedCadence>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public DiscoveryTableModifiedCadence getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for frequency.

getParserForType()

public Parser<DiscoveryTableModifiedCadence> getParserForType()
Returns
TypeDescription
Parser<DiscoveryTableModifiedCadence>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
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 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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public DiscoveryTableModifiedCadence.Builder newBuilderForType()
Returns
TypeDescription
DiscoveryTableModifiedCadence.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DiscoveryTableModifiedCadence.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
DiscoveryTableModifiedCadence.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public DiscoveryTableModifiedCadence.Builder toBuilder()
Returns
TypeDescription
DiscoveryTableModifiedCadence.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException