@@ -307,13 +307,6 @@ def update!(**args)
307307 class ConfigManagementConfigSync
308308 include Google ::Apis ::Core ::Hashable
309309
310- # Optional. Set to true to allow the vertical scaling. Defaults to false which
311- # disallows vertical scaling. This field is deprecated.
312- # Corresponds to the JSON property `allowVerticalScale`
313- # @return [Boolean]
314- attr_accessor :allow_vertical_scale
315- alias_method :allow_vertical_scale? , :allow_vertical_scale
316-
317310 # Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
318311 # resources will be created and the other ConfigSync fields will be applied if
319312 # exist. If set to false, all other ConfigSync fields will be ignored,
@@ -374,7 +367,6 @@ def initialize(**args)
374367
375368 # Update properties of this object
376369 def update! ( **args )
377- @allow_vertical_scale = args [ :allow_vertical_scale ] if args . key? ( :allow_vertical_scale )
378370 @enabled = args [ :enabled ] if args . key? ( :enabled )
379371 @git = args [ :git ] if args . key? ( :git )
380372 @metrics_gcp_service_account_email = args [ :metrics_gcp_service_account_email ] if args . key? ( :metrics_gcp_service_account_email )
@@ -698,8 +690,8 @@ class ConfigManagementGitConfig
698690 attr_accessor :policy_dir
699691
700692 # Required. Type of secret configured for access to the Git repo. Must be one of
701- # ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of
702- # this is case-sensitive. Required .
693+ # ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The
694+ # validation of this is case-sensitive.
703695 # Corresponds to the JSON property `secretType`
704696 # @return [String]
705697 attr_accessor :secret_type
@@ -709,7 +701,7 @@ class ConfigManagementGitConfig
709701 # @return [String]
710702 attr_accessor :sync_branch
711703
712- # Optional . The URL of the Git repository to use as the source of truth.
704+ # Required . The URL of the Git repository to use as the source of truth.
713705 # Corresponds to the JSON property `syncRepo`
714706 # @return [String]
715707 attr_accessor :sync_repo
@@ -916,12 +908,14 @@ class ConfigManagementOciConfig
916908 # @return [String]
917909 attr_accessor :policy_dir
918910
919- # Optional. Type of secret configured for access to the Git repo.
911+ # Required. Type of secret configured for access to the OCI repo. Must be one of
912+ # gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this
913+ # is case-sensitive.
920914 # Corresponds to the JSON property `secretType`
921915 # @return [String]
922916 attr_accessor :secret_type
923917
924- # Optional . The OCI image repository URL for the package to sync from. e.g. `
918+ # Required . The OCI image repository URL for the package to sync from. e.g. `
925919 # LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
926920 # Corresponds to the JSON property `syncRepo`
927921 # @return [String]
0 commit comments