Class DiscoverySchemaModifiedCadence (3.80.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.80.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
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
    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   DiscoverySchemaModifiedCadence   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   DiscoverySchemaModifiedCadence . Builder   newBuilder ()  
  
  newBuilder(DiscoverySchemaModifiedCadence prototype) 
  
    
public   static   DiscoverySchemaModifiedCadence . Builder   newBuilder ( DiscoverySchemaModifiedCadence   prototype )  
  
  
  
    
public   static   DiscoverySchemaModifiedCadence   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   DiscoverySchemaModifiedCadence   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   DiscoverySchemaModifiedCadence   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   DiscoverySchemaModifiedCadence   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   DiscoverySchemaModifiedCadence   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   DiscoverySchemaModifiedCadence   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   DiscoverySchemaModifiedCadence   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   DiscoverySchemaModifiedCadence   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   DiscoverySchemaModifiedCadence   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   DiscoverySchemaModifiedCadence   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   DiscoverySchemaModifiedCadence   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   DiscoverySchemaModifiedCadence   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<DiscoverySchemaModifiedCadence>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   DiscoverySchemaModifiedCadence   getDefaultInstanceForType ()  
  
  getFrequency() 
  
    
public   DataProfileUpdateFrequency   getFrequency ()  
   How frequently profiles may be updated when schemas are
 modified. Defaults to monthly.
 .google.privacy.dlp.v2.DataProfileUpdateFrequency frequency = 2;
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 ()  
  
  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  
      
        indexint The index of the element to return.
 
     
  
  
  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;
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  
      
        indexint 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() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   DiscoverySchemaModifiedCadence . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   DiscoverySchemaModifiedCadence . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   DiscoverySchemaModifiedCadence . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]