• Home
  • Raw
  • Download

Lines Matching full:timestamp

79 … in order to split up a large request payload - duplicates and existing timestamp entries will be …
82 …llowed 5000 - The response token indicates the last returned PerfSample timestamp - When the resul…
89 … in order to split up a large request payload - duplicates and existing timestamp entries will be …
105Timestamp represents a point in time independent of any time zone or calendar, represented as seco…
109 # Example 1: Compute Timestamp from POSIX `time()`.
111 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
113 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
117 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
119 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
123 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
125 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
129 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
133 # Example 5: Compute Timestamp from current time in Python.
135 # timestamp = Timestamp() timestamp.GetCurrentTime()
139 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
159Timestamp represents a point in time independent of any time zone or calendar, represented as seco…
163 # Example 1: Compute Timestamp from POSIX `time()`.
165 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
167 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
171 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
173 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
177 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
179 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
183 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
187 # Example 5: Compute Timestamp from current time in Python.
189 # timestamp = Timestamp() timestamp.GetCurrentTime()
193 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
209 …llowed 5000 - The response token indicates the last returned PerfSample timestamp - When the resul…
226 …e default page size, 500, if unspecified). It indicates the last sample timestamp to be used as pa…
229Timestamp represents a point in time independent of any time zone or calendar, represented as seco…
233 # Example 1: Compute Timestamp from POSIX `time()`.
235 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
237 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
241 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
243 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
247 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
249 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
253 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
257 # Example 5: Compute Timestamp from current time in Python.
259 # timestamp = Timestamp() timestamp.GetCurrentTime()
263 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…