@@ -1164,13 +1164,6 @@ def update!(**args)
11641164 class ConfigManagementConfigSync
11651165 include Google ::Apis ::Core ::Hashable
11661166
1167- # Optional. Set to true to allow the vertical scaling. Defaults to false which
1168- # disallows vertical scaling. This field is deprecated.
1169- # Corresponds to the JSON property `allowVerticalScale`
1170- # @return [Boolean]
1171- attr_accessor :allow_vertical_scale
1172- alias_method :allow_vertical_scale? , :allow_vertical_scale
1173-
11741167 # Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
11751168 # resources will be created and the other ConfigSync fields will be applied if
11761169 # exist. If set to false, all other ConfigSync fields will be ignored,
@@ -1231,7 +1224,6 @@ def initialize(**args)
12311224
12321225 # Update properties of this object
12331226 def update! ( **args )
1234- @allow_vertical_scale = args [ :allow_vertical_scale ] if args . key? ( :allow_vertical_scale )
12351227 @enabled = args [ :enabled ] if args . key? ( :enabled )
12361228 @git = args [ :git ] if args . key? ( :git )
12371229 @metrics_gcp_service_account_email = args [ :metrics_gcp_service_account_email ] if args . key? ( :metrics_gcp_service_account_email )
@@ -1555,8 +1547,8 @@ class ConfigManagementGitConfig
15551547 attr_accessor :policy_dir
15561548
15571549 # Required. Type of secret configured for access to the Git repo. Must be one of
1558- # ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of
1559- # this is case-sensitive. Required .
1550+ # ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The
1551+ # validation of this is case-sensitive.
15601552 # Corresponds to the JSON property `secretType`
15611553 # @return [String]
15621554 attr_accessor :secret_type
@@ -1566,7 +1558,7 @@ class ConfigManagementGitConfig
15661558 # @return [String]
15671559 attr_accessor :sync_branch
15681560
1569- # Optional . The URL of the Git repository to use as the source of truth.
1561+ # Required . The URL of the Git repository to use as the source of truth.
15701562 # Corresponds to the JSON property `syncRepo`
15711563 # @return [String]
15721564 attr_accessor :sync_repo
@@ -1892,12 +1884,14 @@ class ConfigManagementOciConfig
18921884 # @return [String]
18931885 attr_accessor :policy_dir
18941886
1895- # Optional. Type of secret configured for access to the Git repo.
1887+ # Required. Type of secret configured for access to the OCI repo. Must be one of
1888+ # gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this
1889+ # is case-sensitive.
18961890 # Corresponds to the JSON property `secretType`
18971891 # @return [String]
18981892 attr_accessor :secret_type
18991893
1900- # Optional . The OCI image repository URL for the package to sync from. e.g. `
1894+ # Required . The OCI image repository URL for the package to sync from. e.g. `
19011895 # LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
19021896 # Corresponds to the JSON property `syncRepo`
19031897 # @return [String]
0 commit comments