Send feedback
Class DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence (3.55.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.55.0 keyboard_arrow_down
public static final class DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence extends GeneratedMessageV3 implements DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadenceOrBuilder
How frequently to modify the profile when the table's schema is modified.
Protobuf type
google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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 DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence . Builder newBuilder ()
newBuilder(DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence prototype)
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence . Builder newBuilder ( DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence prototype )
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence parseDelimitedFrom ( InputStream input )
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence parseFrom ( CodedInputStream input )
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence parseFrom ( InputStream input )
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence getDefaultInstanceForType ()
getFrequency()
public DataProfileUpdateFrequency getFrequency ()
Frequency to regenerate data profiles when the schema is modified.
Defaults to monthly.
.google.privacy.dlp.v2.DataProfileUpdateFrequency frequency = 2;
getFrequencyValue()
public int getFrequencyValue ()
Frequency to regenerate data profiles when the schema is 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<DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getTypes(int index)
public DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence . CloudSqlSchemaModification getTypes ( int index )
The types of schema modifications to consider.
Defaults to NEW_COLUMNS.
repeated .google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence.CloudSqlSchemaModification types = 1;
Parameter
Name
Description
index
int
The index of the element to return.
getTypesCount()
public int getTypesCount ()
The types of schema modifications to consider.
Defaults to NEW_COLUMNS.
repeated .google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence.CloudSqlSchemaModification types = 1;
Returns
Type
Description
int
The count of types.
getTypesList()
public List<DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence . CloudSqlSchemaModification > getTypesList ()
The types of schema modifications to consider.
Defaults to NEW_COLUMNS.
repeated .google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence.CloudSqlSchemaModification types = 1;
getTypesValue(int index)
public int getTypesValue ( int index )
The types of schema modifications to consider.
Defaults to NEW_COLUMNS.
repeated .google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence.CloudSqlSchemaModification 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 types of schema modifications to consider.
Defaults to NEW_COLUMNS.
repeated .google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence.CloudSqlSchemaModification types = 1;
Returns
Type
Description
List <Integer >
A list containing the enum numeric values on the wire for types.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]