AssistantApiTimestamp

AI Overview😉

  • The potential purpose of this module is to provide a standardized way to represent and work with timestamps in Google's algorithms, allowing for precise and consistent time-based calculations and comparisons.
  • This module could impact search results by influencing how Google's algorithms handle and prioritize time-sensitive information, such as freshness, relevance, and recency of content. It may also affect how Google determines the timing and scheduling of crawling, indexing, and ranking updates.
  • To be more favorable for this function, a website may focus on ensuring that its content is regularly updated, with clear and consistent timestamp information provided in its metadata or markup. This could include using standardized timestamp formats, such as ISO 8601, and providing accurate and reliable information about content creation and modification dates.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp (google_api_content_warehouse v0.4.0)

An absolute point in time independent of timezone or calendar, based on the proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined separately from google.protobuf.Timestamp due to incompatibility with proto2 syntax. The incompatibility issues have since been resolved and so the Google-wide standard representation of google.protobuf.Timestamp should be preferred. In fact, google.protobuf.* protos in general are now recommended to be used in new APIs.

Attributes

  • nanos (type: integer(), default: nil) - Non-negative fractions of a second at nanosecond resolution.
  • seconds (type: String.t, default: nil) - Seconds of UTC time since the Unix epoch.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp{
  nanos: integer() | nil,
  seconds: String.t() | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.