File tree Expand file tree Collapse file tree
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ module ResumeType
305305 # so on.)
306306 # @!attribute [rw] preferred_name
307307 # @return [String]
308- # Preferred name for the person. This field is ignored if {Google::Cloud::Talent::V4beta1::PersonName# structured_name structured_name}
308+ # Preferred name for the person. This field is ignored if ` structured_name`
309309 # is provided.
310310 #
311311 # Number of characters allowed is 100.
Original file line number Diff line number Diff line change 264264 'http://cldr.unicode.org'
265265)
266266
267+ # YARD 0.9.24 crashes when trying to resolve this particular link.
268+ # Work around it by disabling the link.
269+ # See https://github.com/googleapis/google-cloud-ruby/issues/5187
270+ s .replace (
271+ 'lib/**/profile.rb' ,
272+ '\\ {Google::Cloud::Talent::V4beta1::PersonName#structured_name structured_name\\ }' ,
273+ '`structured_name`'
274+ )
275+
267276# Generate the helper methods
268277call (f'bundle update && bundle exec rake generate_partials TALENT_SERVICES={ "," .join (services )} ' , shell = True )
You can’t perform that action at this time.
0 commit comments