EmbedsEmbedClientItem

EmbedsInfrastructure

GoogleApi.ContentWarehouse.V1.Model.EmbedsEmbedClientItem

1
out of 10
Minimal
SEO Impact
Represents an embedded object in an update. This is a wrapper class that can contain a single specific item proto in an extension field. Think of it as a base class like Message in Java. Each item proto must declare that it extends this proto: message ExampleObject { option (item_type) = EXAMPLE_OBJECT; extend EmbedClientItem { optional ExampleObject example_object = ; } } See go/es-embeds for details.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Embeds Embed Client Item) contains 8 attributes that define its data structure. Key functionality includes: The canonical ID of the embed. If absent, the canonical ID is equal to the ID; if present, then the canonical ID represents an "equivalence class" of ...

Actionable Insights for SEOs

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

Attributes

8
Sort:|Filter:
canonicalIdstring
Default: nilFull type: String.t

The canonical ID of the embed. If absent, the canonical ID is equal to the ID; if present, then the canonical ID represents an "equivalence class" of embeds which really refer to the same object. (For example, the URLs http://www.foo.com/ and http://foo.com/ refer to the same object) This field may be updated periodically by background processes.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.EmbedsDeepLinkData.t

Deep-linking data to take the user to the right place in a mobile app. This is only used for preview and attribution. Links that are specific to a given embed type should live on that specific embed's proto by using Link. See http://goto.google.com/mariana-design.

idstring
Default: nilFull type: String.t

The ID of the embed. This corresponds to the schema.org ID, as represented in the ItemScope.id field.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.EmbedsProvenance.t

The provenance of the embed, populated when the embed originated from a web fetch. The provenance captures information about the web page the embed had originated, like the URL that was retrieved and the retrieved URL's canonical form. This is useful in the case where the URL shared by the URL redirects (e.g., in the case of a shortened URL).

renderIdstring
Default: nilFull type: String.t

The ID used to identify the embed during rendering. This field will match ID, if set, otherwise it will be the ID of the parent activity. This field is only populated on the server for client use and is not persisted to storage.

signaturestring
Default: nilFull type: String.t

Signature of the embed, used for verification.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.EmbedsTransientData.t

Transient generic data that will not be saved on the server.

typestring
Default: nilFull type: list(String.t

The first value in type determines which extension field will be set. When creating an EmbedClientItem, you only need to set the first (primary) type in this field. When the server receives the item, it will populate the full type list using the parent annotations in the ItemType enum.