public final class DiscoveryCloudSqlGenerationCadence extends GeneratedMessageV3 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.<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
REFRESH_FREQUENCY_FIELD_NUMBER
public static final int REFRESH_FREQUENCY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SCHEMA_MODIFIED_CADENCE_FIELD_NUMBER
public static final int SCHEMA_MODIFIED_CADENCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static DiscoveryCloudSqlGenerationCadence getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DiscoveryCloudSqlGenerationCadence.Builder newBuilder()
newBuilder(DiscoveryCloudSqlGenerationCadence prototype)
public static DiscoveryCloudSqlGenerationCadence.Builder newBuilder(DiscoveryCloudSqlGenerationCadence prototype)
public static DiscoveryCloudSqlGenerationCadence parseDelimitedFrom(InputStream input)
public static DiscoveryCloudSqlGenerationCadence parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DiscoveryCloudSqlGenerationCadence parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryCloudSqlGenerationCadence parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DiscoveryCloudSqlGenerationCadence parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryCloudSqlGenerationCadence parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryCloudSqlGenerationCadence parseFrom(CodedInputStream input)
public static DiscoveryCloudSqlGenerationCadence parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DiscoveryCloudSqlGenerationCadence parseFrom(InputStream input)
public static DiscoveryCloudSqlGenerationCadence parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DiscoveryCloudSqlGenerationCadence parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DiscoveryCloudSqlGenerationCadence parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DiscoveryCloudSqlGenerationCadence> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public DiscoveryCloudSqlGenerationCadence getDefaultInstanceForType()
getParserForType()
public Parser<DiscoveryCloudSqlGenerationCadence> getParserForType()
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 changed.
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 changed.
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;
getSchemaModifiedCadenceOrBuilder()
public DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadenceOrBuilder getSchemaModifiedCadenceOrBuilder()
When to reprofile if the schema has changed.
.google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence schema_modified_cadence = 1;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DiscoveryCloudSqlGenerationCadence.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DiscoveryCloudSqlGenerationCadence.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public DiscoveryCloudSqlGenerationCadence.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides