Class DiscoverySchemaModifiedCadence (3.46.0)

public final class DiscoverySchemaModifiedCadence extends GeneratedMessageV3 implements DiscoverySchemaModifiedCadenceOrBuilder

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

Protobuf type google.privacy.dlp.v2.DiscoverySchemaModifiedCadence

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DiscoverySchemaModifiedCadence

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 DiscoverySchemaModifiedCadence getDefaultInstance()
Returns
Type Description
DiscoverySchemaModifiedCadence

getDescriptor()

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

newBuilder()

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

newBuilder(DiscoverySchemaModifiedCadence prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public DiscoverySchemaModifiedCadence getDefaultInstanceForType()
Returns
Type Description
DiscoverySchemaModifiedCadence

getFrequency()

public 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 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.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTypes(int index)

public 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 int

The index of the element to return.

Returns
Type Description
BigQuerySchemaModification

The types at the given index.

getTypesCount()

public 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 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 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 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'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.

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 DiscoverySchemaModifiedCadence.Builder newBuilderForType()
Returns
Type Description
DiscoverySchemaModifiedCadence.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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