@@ -3281,8 +3281,7 @@ class WorkforcePool
32813281 # @return [Google::Apis::IamV1::AccessRestrictions]
32823282 attr_accessor :access_restrictions
32833283
3284- # Optional. A user-specified description of the pool. Cannot exceed 256
3285- # characters.
3284+ # Optional. A description of the pool. Cannot exceed 256 characters.
32863285 # Corresponds to the JSON property `description`
32873286 # @return [String]
32883287 attr_accessor :description
@@ -3295,8 +3294,7 @@ class WorkforcePool
32953294 attr_accessor :disabled
32963295 alias_method :disabled? , :disabled
32973296
3298- # Optional. A user-specified display name of the pool in Google Cloud Console.
3299- # Cannot exceed 32 characters.
3297+ # Optional. A display name for the pool. Cannot exceed 32 characters.
33003298 # Corresponds to the JSON property `displayName`
33013299 # @return [String]
33023300 attr_accessor :display_name
@@ -3419,8 +3417,7 @@ class WorkforcePoolProvider
34193417 # @return [Hash<String,String>]
34203418 attr_accessor :attribute_mapping
34213419
3422- # Optional. A user-specified description of the provider. Cannot exceed 256
3423- # characters.
3420+ # Optional. A description of the provider. Cannot exceed 256 characters.
34243421 # Corresponds to the JSON property `description`
34253422 # @return [String]
34263423 attr_accessor :description
@@ -3440,8 +3437,7 @@ class WorkforcePoolProvider
34403437 attr_accessor :disabled
34413438 alias_method :disabled? , :disabled
34423439
3443- # Optional. A user-specified display name for the provider. Cannot exceed 32
3444- # characters.
3440+ # Optional. A display name for the provider. Cannot exceed 32 characters.
34453441 # Corresponds to the JSON property `displayName`
34463442 # @return [String]
34473443 attr_accessor :display_name
@@ -3579,14 +3575,12 @@ class WorkforcePoolProviderScimTenant
35793575 # @return [Hash<String,String>]
35803576 attr_accessor :claim_mapping
35813577
3582- # Optional. The user-specified description of the scim tenant. Cannot exceed 256
3583- # characters.
3578+ # Optional. The description of the scim tenant. Cannot exceed 256 characters.
35843579 # Corresponds to the JSON property `description`
35853580 # @return [String]
35863581 attr_accessor :description
35873582
3588- # Optional. The user-specified display name of the scim tenant. Cannot exceed 32
3589- # characters.
3583+ # Optional. The display name of the scim tenant. Cannot exceed 32 characters.
35903584 # Corresponds to the JSON property `displayName`
35913585 # @return [String]
35923586 attr_accessor :display_name
@@ -3629,8 +3623,7 @@ def update!(**args)
36293623 class WorkforcePoolProviderScimToken
36303624 include Google ::Apis ::Core ::Hashable
36313625
3632- # Optional. The user-specified display name of the scim token. Cannot exceed 32
3633- # characters.
3626+ # Optional. The display name of the scim token. Cannot exceed 32 characters.
36343627 # Corresponds to the JSON property `displayName`
36353628 # @return [String]
36363629 attr_accessor :display_name
0 commit comments