Class DiscoveryTableModifiedCadence (3.51.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.51.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  DiscoveryTableModifiedCadence   extends   GeneratedMessageV3   implements   DiscoveryTableModifiedCadenceOrBuilder  
   The cadence at which to update data profiles when a table is modified.
 Protobuf type google.privacy.dlp.v2.DiscoveryTableModifiedCadence
    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   DiscoveryTableModifiedCadence   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   DiscoveryTableModifiedCadence . Builder   newBuilder ()  
  
  newBuilder(DiscoveryTableModifiedCadence prototype) 
  
    
public   static   DiscoveryTableModifiedCadence . Builder   newBuilder ( DiscoveryTableModifiedCadence   prototype )  
  
  
  
    
public   static   DiscoveryTableModifiedCadence   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   DiscoveryTableModifiedCadence   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   DiscoveryTableModifiedCadence   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   DiscoveryTableModifiedCadence   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   DiscoveryTableModifiedCadence   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   DiscoveryTableModifiedCadence   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   DiscoveryTableModifiedCadence   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   DiscoveryTableModifiedCadence   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   DiscoveryTableModifiedCadence   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   DiscoveryTableModifiedCadence   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   DiscoveryTableModifiedCadence   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   DiscoveryTableModifiedCadence   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<DiscoveryTableModifiedCadence>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   DiscoveryTableModifiedCadence   getDefaultInstanceForType ()  
  
  getFrequency() 
  
    
public   DataProfileUpdateFrequency   getFrequency ()  
   How frequently data profiles can be updated when tables are modified.
 Defaults to never.
 .google.privacy.dlp.v2.DataProfileUpdateFrequency frequency = 2;
getFrequencyValue() 
  
    
public   int   getFrequencyValue ()  
   How frequently data profiles can be updated when tables are modified.
 Defaults to never.
 .google.privacy.dlp.v2.DataProfileUpdateFrequency frequency = 2;
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for frequency.
 
     
  
  getParserForType() 
  
    
public   Parser<DiscoveryTableModifiedCadence>   getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getTypes(int index) 
  
    
public   BigQueryTableModification   getTypes ( int   index )  
   The type of events to consider when deciding if the table has been
 modified and should have the profile updated. Defaults to
 MODIFIED_TIMESTAMP.
 repeated .google.privacy.dlp.v2.BigQueryTableModification 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 has been
 modified and should have the profile updated. Defaults to
 MODIFIED_TIMESTAMP.
 repeated .google.privacy.dlp.v2.BigQueryTableModification types = 1;
    
      
        Returns  
      
        Type Description  
      
        int The count of types.
 
     
  
  getTypesList() 
  
    
public   List<BigQueryTableModification>   getTypesList ()  
   The type of events to consider when deciding if the table has been
 modified and should have the profile updated. Defaults to
 MODIFIED_TIMESTAMP.
 repeated .google.privacy.dlp.v2.BigQueryTableModification types = 1;
getTypesValue(int index) 
  
    
public   int   getTypesValue ( int   index )  
   The type of events to consider when deciding if the table has been
 modified and should have the profile updated. Defaults to
 MODIFIED_TIMESTAMP.
 repeated .google.privacy.dlp.v2.BigQueryTableModification 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 has been
 modified and should have the profile updated. Defaults to
 MODIFIED_TIMESTAMP.
 repeated .google.privacy.dlp.v2.BigQueryTableModification 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   DiscoveryTableModifiedCadence . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   DiscoveryTableModifiedCadence . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   DiscoveryTableModifiedCadence . 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."],[],[]]