Send feedback
Class DiscoveryCloudSqlGenerationCadence.Builder (3.47.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.47.0 keyboard_arrow_down
public static final class DiscoveryCloudSqlGenerationCadence . Builder extends GeneratedMessageV3 . Builder<DiscoveryCloudSqlGenerationCadence . Builder > implements DiscoveryCloudSqlGenerationCadenceOrBuilder
How often existing tables should have their profiles refreshed.
New tables are scanned as quickly as possible depending on system
capacity.
Protobuf type google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DiscoveryCloudSqlGenerationCadence . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DiscoveryCloudSqlGenerationCadence build ()
buildPartial()
public DiscoveryCloudSqlGenerationCadence buildPartial ()
clear()
public DiscoveryCloudSqlGenerationCadence . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public DiscoveryCloudSqlGenerationCadence . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DiscoveryCloudSqlGenerationCadence . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearRefreshFrequency()
public DiscoveryCloudSqlGenerationCadence . Builder clearRefreshFrequency ()
Data changes (non-schema changes) in Cloud SQL tables can't trigger
reprofiling. If you set this field, profiles are refreshed at this
frequency regardless of whether the underlying tables have changes.
Defaults to never.
.google.privacy.dlp.v2.DataProfileUpdateFrequency refresh_frequency = 2;
clearSchemaModifiedCadence()
public DiscoveryCloudSqlGenerationCadence . Builder clearSchemaModifiedCadence ()
When to reprofile if the schema has changed.
.google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence schema_modified_cadence = 1;
clone()
public DiscoveryCloudSqlGenerationCadence . Builder clone ()
Overrides
getDefaultInstanceForType()
public DiscoveryCloudSqlGenerationCadence getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getRefreshFrequency()
public DataProfileUpdateFrequency getRefreshFrequency ()
Data changes (non-schema changes) in Cloud SQL tables can't trigger
reprofiling. If you set this field, profiles are refreshed at this
frequency regardless of whether the underlying tables have changes.
Defaults to never.
.google.privacy.dlp.v2.DataProfileUpdateFrequency refresh_frequency = 2;
getRefreshFrequencyValue()
public int getRefreshFrequencyValue ()
Data changes (non-schema changes) in Cloud SQL tables can't trigger
reprofiling. If you set this field, profiles are refreshed at this
frequency regardless of whether the underlying tables have changes.
Defaults to never.
.google.privacy.dlp.v2.DataProfileUpdateFrequency refresh_frequency = 2;
Returns
Type
Description
int
The enum numeric value on the wire for refreshFrequency.
getSchemaModifiedCadence()
public DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence getSchemaModifiedCadence ()
When to reprofile if the schema has changed.
.google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence schema_modified_cadence = 1;
getSchemaModifiedCadenceBuilder()
public DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence . Builder getSchemaModifiedCadenceBuilder ()
When to reprofile if the schema has changed.
.google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence schema_modified_cadence = 1;
getSchemaModifiedCadenceOrBuilder()
public DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadenceOrBuilder getSchemaModifiedCadenceOrBuilder ()
When to reprofile if the schema has changed.
.google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence schema_modified_cadence = 1;
hasSchemaModifiedCadence()
public boolean hasSchemaModifiedCadence ()
When to reprofile if the schema has changed.
.google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence schema_modified_cadence = 1;
Returns
Type
Description
boolean
Whether the schemaModifiedCadence field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(DiscoveryCloudSqlGenerationCadence other)
public DiscoveryCloudSqlGenerationCadence . Builder mergeFrom ( DiscoveryCloudSqlGenerationCadence other )
public DiscoveryCloudSqlGenerationCadence . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DiscoveryCloudSqlGenerationCadence . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeSchemaModifiedCadence(DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence value)
public DiscoveryCloudSqlGenerationCadence . Builder mergeSchemaModifiedCadence ( DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence value )
When to reprofile if the schema has changed.
.google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence schema_modified_cadence = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DiscoveryCloudSqlGenerationCadence . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public DiscoveryCloudSqlGenerationCadence . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRefreshFrequency(DataProfileUpdateFrequency value)
public DiscoveryCloudSqlGenerationCadence . Builder setRefreshFrequency ( DataProfileUpdateFrequency value )
Data changes (non-schema changes) in Cloud SQL tables can't trigger
reprofiling. If you set this field, profiles are refreshed at this
frequency regardless of whether the underlying tables have changes.
Defaults to never.
.google.privacy.dlp.v2.DataProfileUpdateFrequency refresh_frequency = 2;
setRefreshFrequencyValue(int value)
public DiscoveryCloudSqlGenerationCadence . Builder setRefreshFrequencyValue ( int value )
Data changes (non-schema changes) in Cloud SQL tables can't trigger
reprofiling. If you set this field, profiles are refreshed at this
frequency regardless of whether the underlying tables have changes.
Defaults to never.
.google.privacy.dlp.v2.DataProfileUpdateFrequency refresh_frequency = 2;
Parameter
Name
Description
value
int
The enum numeric value on the wire for refreshFrequency to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DiscoveryCloudSqlGenerationCadence . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setSchemaModifiedCadence(DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence value)
public DiscoveryCloudSqlGenerationCadence . Builder setSchemaModifiedCadence ( DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence value )
When to reprofile if the schema has changed.
.google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence schema_modified_cadence = 1;
setSchemaModifiedCadence(DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence.Builder builderForValue)
public DiscoveryCloudSqlGenerationCadence . Builder setSchemaModifiedCadence ( DiscoveryCloudSqlGenerationCadence . SchemaModifiedCadence . Builder builderForValue )
When to reprofile if the schema has changed.
.google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence schema_modified_cadence = 1;
setUnknownFields(UnknownFieldSet unknownFields)
public final DiscoveryCloudSqlGenerationCadence . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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-28 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-28 UTC."],[],[]]