SocialGraphApiProtoPartialNameOptionsNamePartSpec

Social Graph APIInfrastructure

GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPartialNameOptionsNamePartSpec

1
out of 10
Minimal
SEO Impact
Specifies how each piece of the name should be handled. Names are structured into given name and family name and this allows an independent specification for each of these pieces. Very limited preprocessing is done for this option (leading whitespace trimming mostly). Composed names are treated as a single unit and are not broken down.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Social Graph Api Proto Partial Name Options Name Part Spec) contains 5 attributes that define its data structure. Key functionality includes: Completely omit that part of the name.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

5
Sort:|Filter:
hideAllboolean(
Default: nil

Completely omit that part of the name.

showAllboolean(
Default: nil

Show the complete name. Note that this does not express the same semantics as show_first_n_chars=length_of_name, because when regenerating a shortened name the new name could have more characters, thus yielding a different result.

showFirstNCharsinteger(
Default: nil

Show first n characters. Same note about characters referring to "grapheme_clusters" applies.

showInitialboolean(
Default: nil

Show only the initial, i.e., a single character. Note that "character" refers to "user-perceived" characters, aka a "grapheme cluster". See go/morphology for more details.

truncationIndicatorstring
Default: nilFull type: String.t

Which truncation indicator to use after the shortened piece of the name. Will be ignored for the hide_all or show_all options.