Class ConfigSync (1.75.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.75.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  ConfigSync   extends   GeneratedMessageV3   implements   ConfigSyncOrBuilder  
   Configuration for Config Sync
 Protobuf type google.cloud.gkehub.configmanagement.v1beta.ConfigSync
    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
   
  ENABLED_FIELD_NUMBER 
  
    
public   static   final   int   ENABLED_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  GIT_FIELD_NUMBER 
  
    
public   static   final   int   GIT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  OCI_FIELD_NUMBER 
  
    
public   static   final   int   OCI_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  PREVENT_DRIFT_FIELD_NUMBER 
  
    
public   static   final   int   PREVENT_DRIFT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   SOURCE_FORMAT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  STOP_SYNCING_FIELD_NUMBER 
  
    
public   static   final   int   STOP_SYNCING_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   ConfigSync   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   ConfigSync . Builder   newBuilder ()  
  
  newBuilder(ConfigSync prototype) 
  
    
public   static   ConfigSync . Builder   newBuilder ( ConfigSync   prototype )  
  
  
  
    
public   static   ConfigSync   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   ConfigSync   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   ConfigSync   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ConfigSync   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   ConfigSync   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ConfigSync   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ConfigSync   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   ConfigSync   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ConfigSync   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   ConfigSync   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   ConfigSync   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ConfigSync   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<ConfigSync>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   ConfigSync   getDefaultInstanceForType ()  
  
  getEnabled() 
  
    
public   boolean   getEnabled ()  
   Optional. Enables the installation of ConfigSync.
 If set to true, ConfigSync resources will be created and the other
 ConfigSync fields will be applied if exist.
 If set to false, all other ConfigSync fields will be ignored, ConfigSync
 resources will be deleted.
 If omitted, ConfigSync resources will be managed depends on the presence
 of the git or oci field.
 optional bool enabled = 10 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        boolean The enabled.
 
     
  
  getGit() 
  
    
public   GitConfig   getGit ()  
   Optional. Git repo configuration for the cluster.
 
 .google.cloud.gkehub.configmanagement.v1beta.GitConfig git = 7 [(.google.api.field_behavior) = OPTIONAL];
 
getGitOrBuilder() 
  
    
public   GitConfigOrBuilder   getGitOrBuilder ()  
   Optional. Git repo configuration for the cluster.
 
 .google.cloud.gkehub.configmanagement.v1beta.GitConfig git = 7 [(.google.api.field_behavior) = OPTIONAL];
 
getOci() 
  
    
public   OciConfig   getOci ()  
   Optional. OCI repo configuration for the cluster
 
 .google.cloud.gkehub.configmanagement.v1beta.OciConfig oci = 12 [(.google.api.field_behavior) = OPTIONAL];
 
getOciOrBuilder() 
  
    
public   OciConfigOrBuilder   getOciOrBuilder ()  
   Optional. OCI repo configuration for the cluster
 
 .google.cloud.gkehub.configmanagement.v1beta.OciConfig oci = 12 [(.google.api.field_behavior) = OPTIONAL];
 
getParserForType() 
  
    
public   Parser<ConfigSync>   getParserForType ()  
  
  Overrides 
  
  getPreventDrift() 
  
    
public   boolean   getPreventDrift ()  
   Optional. Set to true to enable the Config Sync admission webhook to
 prevent drifts. If set to false, disables the Config Sync admission
 webhook and does not prevent drifts.
 bool prevent_drift = 11 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        boolean The preventDrift.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   String   getSourceFormat ()  
   Optional. Specifies whether the Config Sync Repo is
 in "hierarchical" or "unstructured" mode.
 string source_format = 8 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        String The sourceFormat.
 
     
  
  
    
public   ByteString   getSourceFormatBytes ()  
   Optional. Specifies whether the Config Sync Repo is
 in "hierarchical" or "unstructured" mode.
 string source_format = 8 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for sourceFormat.
 
     
  
  getStopSyncing() 
  
    
public   boolean   getStopSyncing ()  
   Optional. Set to true to stop syncing configs for a single cluster.
 Default to false.
 bool stop_syncing = 16 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        boolean The stopSyncing.
 
     
  
  hasEnabled() 
  
    
public   boolean   hasEnabled ()  
   Optional. Enables the installation of ConfigSync.
 If set to true, ConfigSync resources will be created and the other
 ConfigSync fields will be applied if exist.
 If set to false, all other ConfigSync fields will be ignored, ConfigSync
 resources will be deleted.
 If omitted, ConfigSync resources will be managed depends on the presence
 of the git or oci field.
 optional bool enabled = 10 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the enabled field is set.
 
     
  
  hasGit() 
  
   Optional. Git repo configuration for the cluster.
 
 .google.cloud.gkehub.configmanagement.v1beta.GitConfig git = 7 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the git field is set.
 
     
  
  hasOci() 
  
   Optional. OCI repo configuration for the cluster
 
 .google.cloud.gkehub.configmanagement.v1beta.OciConfig oci = 12 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the oci field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   ConfigSync . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   ConfigSync . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   ConfigSync . 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."],[],[]]