Lines Matching full:timestamp
152 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
160 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
166 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
168 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
282 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
288 # Example 1: Compute Timestamp from POSIX `time()`.
290 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
292 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
296 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
298 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
302 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
304 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
308 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
312 # Example 5: Compute Timestamp from current time in Python.
314 # timestamp = Timestamp() timestamp.GetCurrentTime()
318 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
407 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
413 # Example 1: Compute Timestamp from POSIX `time()`.
415 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
417 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
421 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
423 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
427 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
429 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
433 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
437 # Example 5: Compute Timestamp from current time in Python.
439 # timestamp = Timestamp() timestamp.GetCurrentTime()
443 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
465 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
477 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
483 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
485 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
516 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
522 # Example 1: Compute Timestamp from POSIX `time()`.
524 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
526 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
530 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
532 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
536 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
538 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
542 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
546 # Example 5: Compute Timestamp from current time in Python.
548 # timestamp = Timestamp() timestamp.GetCurrentTime()
552 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
572 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
580 # Example 1: Compute Timestamp from POSIX `time()`.
582 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
584 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
588 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
590 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
594 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
596 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
600 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
604 # Example 5: Compute Timestamp from current time in Python.
606 # timestamp = Timestamp() timestamp.GetCurrentTime()
610 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
684 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
696 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
702 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
704 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
747 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
755 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
761 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
763 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
877 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
883 # Example 1: Compute Timestamp from POSIX `time()`.
885 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
887 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
891 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
893 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
897 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
899 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
903 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
907 # Example 5: Compute Timestamp from current time in Python.
909 # timestamp = Timestamp() timestamp.GetCurrentTime()
913 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
1002 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
1008 # Example 1: Compute Timestamp from POSIX `time()`.
1010 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
1012 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
1016 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
1018 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
1022 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
1024 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
1028 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
1032 # Example 5: Compute Timestamp from current time in Python.
1034 # timestamp = Timestamp() timestamp.GetCurrentTime()
1038 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
1060 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
1072 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
1078 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
1080 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
1111 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
1117 # Example 1: Compute Timestamp from POSIX `time()`.
1119 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
1121 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
1125 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
1127 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
1131 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
1133 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
1137 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
1141 # Example 5: Compute Timestamp from current time in Python.
1143 # timestamp = Timestamp() timestamp.GetCurrentTime()
1147 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
1167 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
1175 # Example 1: Compute Timestamp from POSIX `time()`.
1177 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
1179 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
1183 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
1185 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
1189 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
1191 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
1195 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
1199 # Example 5: Compute Timestamp from current time in Python.
1201 # timestamp = Timestamp() timestamp.GetCurrentTime()
1205 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
1279 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
1291 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
1297 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
1299 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
1361 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
1369 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
1375 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
1377 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
1491 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
1497 # Example 1: Compute Timestamp from POSIX `time()`.
1499 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
1501 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
1505 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
1507 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
1511 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
1513 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
1517 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
1521 # Example 5: Compute Timestamp from current time in Python.
1523 # timestamp = Timestamp() timestamp.GetCurrentTime()
1527 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
1616 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
1622 # Example 1: Compute Timestamp from POSIX `time()`.
1624 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
1626 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
1630 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
1632 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
1636 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
1638 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
1642 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
1646 # Example 5: Compute Timestamp from current time in Python.
1648 # timestamp = Timestamp() timestamp.GetCurrentTime()
1652 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
1674 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
1686 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
1692 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
1694 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
1725 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
1731 # Example 1: Compute Timestamp from POSIX `time()`.
1733 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
1735 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
1739 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
1741 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
1745 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
1747 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
1751 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
1755 # Example 5: Compute Timestamp from current time in Python.
1757 # timestamp = Timestamp() timestamp.GetCurrentTime()
1761 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
1781 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
1789 # Example 1: Compute Timestamp from POSIX `time()`.
1791 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
1793 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
1797 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
1799 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
1803 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
1805 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
1809 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
1813 # Example 5: Compute Timestamp from current time in Python.
1815 # timestamp = Timestamp() timestamp.GetCurrentTime()
1819 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
1893 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
1905 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
1911 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
1913 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
2024 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
2032 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
2038 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
2040 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
2154 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
2160 # Example 1: Compute Timestamp from POSIX `time()`.
2162 … # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
2164 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
2168 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
2170 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
2174 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
2176 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
2180 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
2184 # Example 5: Compute Timestamp from current time in Python.
2186 # timestamp = Timestamp() timestamp.GetCurrentTime()
2190 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
2279 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
2285 # Example 1: Compute Timestamp from POSIX `time()`.
2287 … # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
2289 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
2293 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
2295 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
2299 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
2301 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
2305 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
2309 # Example 5: Compute Timestamp from current time in Python.
2311 # timestamp = Timestamp() timestamp.GetCurrentTime()
2315 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
2337 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
2349 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
2355 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
2357 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
2388 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
2394 # Example 1: Compute Timestamp from POSIX `time()`.
2396 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
2398 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
2402 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
2404 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
2408 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
2410 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
2414 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
2418 # Example 5: Compute Timestamp from current time in Python.
2420 # timestamp = Timestamp() timestamp.GetCurrentTime()
2424 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
2444 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
2452 # Example 1: Compute Timestamp from POSIX `time()`.
2454 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
2456 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
2460 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
2462 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
2466 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
2468 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
2472 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
2476 # Example 5: Compute Timestamp from current time in Python.
2478 # timestamp = Timestamp() timestamp.GetCurrentTime()
2482 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
2556 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
2568 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
2574 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
2576 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
2653 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
2661 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
2667 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
2669 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
2783 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
2789 # Example 1: Compute Timestamp from POSIX `time()`.
2791 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
2793 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
2797 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
2799 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
2803 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
2805 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
2809 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
2813 # Example 5: Compute Timestamp from current time in Python.
2815 # timestamp = Timestamp() timestamp.GetCurrentTime()
2819 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
2908 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
2914 # Example 1: Compute Timestamp from POSIX `time()`.
2916 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
2918 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
2922 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
2924 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
2928 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
2930 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
2934 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
2938 # Example 5: Compute Timestamp from current time in Python.
2940 # timestamp = Timestamp() timestamp.GetCurrentTime()
2944 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
2966 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
2978 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
2984 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
2986 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
3017 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
3023 # Example 1: Compute Timestamp from POSIX `time()`.
3025 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
3027 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
3031 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
3033 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
3037 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
3039 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
3043 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
3047 # Example 5: Compute Timestamp from current time in Python.
3049 # timestamp = Timestamp() timestamp.GetCurrentTime()
3053 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
3073 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
3081 # Example 1: Compute Timestamp from POSIX `time()`.
3083 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
3085 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
3089 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
3091 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
3095 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
3097 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
3101 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
3105 # Example 5: Compute Timestamp from current time in Python.
3107 # timestamp = Timestamp() timestamp.GetCurrentTime()
3111 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
3185 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
3197 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
3203 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
3205 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
3248 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
3256 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
3262 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
3264 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
3378 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
3384 # Example 1: Compute Timestamp from POSIX `time()`.
3386 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
3388 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
3392 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
3394 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
3398 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
3400 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
3404 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
3408 # Example 5: Compute Timestamp from current time in Python.
3410 # timestamp = Timestamp() timestamp.GetCurrentTime()
3414 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
3503 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
3509 # Example 1: Compute Timestamp from POSIX `time()`.
3511 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
3513 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
3517 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
3519 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
3523 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
3525 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
3529 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
3533 # Example 5: Compute Timestamp from current time in Python.
3535 # timestamp = Timestamp() timestamp.GetCurrentTime()
3539 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
3561 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
3573 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
3579 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
3581 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
3612 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
3618 # Example 1: Compute Timestamp from POSIX `time()`.
3620 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
3622 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
3626 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
3628 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
3632 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
3634 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
3638 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
3642 # Example 5: Compute Timestamp from current time in Python.
3644 # timestamp = Timestamp() timestamp.GetCurrentTime()
3648 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
3668 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
3676 # Example 1: Compute Timestamp from POSIX `time()`.
3678 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
3680 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
3684 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
3686 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
3690 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
3692 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
3696 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
3700 # Example 5: Compute Timestamp from current time in Python.
3702 # timestamp = Timestamp() timestamp.GetCurrentTime()
3706 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
3780 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
3792 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
3798 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
3800 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
3883 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
3891 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
3897 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
3899 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
4013 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
4019 # Example 1: Compute Timestamp from POSIX `time()`.
4021 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
4023 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
4027 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
4029 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
4033 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
4035 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
4039 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
4043 # Example 5: Compute Timestamp from current time in Python.
4045 # timestamp = Timestamp() timestamp.GetCurrentTime()
4049 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
4138 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
4144 # Example 1: Compute Timestamp from POSIX `time()`.
4146 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
4148 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
4152 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
4154 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
4158 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
4160 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
4164 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
4168 # Example 5: Compute Timestamp from current time in Python.
4170 # timestamp = Timestamp() timestamp.GetCurrentTime()
4174 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
4196 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
4208 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
4214 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
4216 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;
4247 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
4253 # Example 1: Compute Timestamp from POSIX `time()`.
4255 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
4257 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
4261 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
4263 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
4267 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
4269 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
4273 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
4277 # Example 5: Compute Timestamp from current time in Python.
4279 # timestamp = Timestamp() timestamp.GetCurrentTime()
4283 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
4303 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
4311 # Example 1: Compute Timestamp from POSIX `time()`.
4313 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
4315 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
4319 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
4321 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
4325 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
4327 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
4331 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
4335 # Example 5: Compute Timestamp from current time in Python.
4337 # timestamp = Timestamp() timestamp.GetCurrentTime()
4341 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
4415 …s related to Timestamp in that the difference between two Timestamp values is a Duration and it ca…
4427 # Timestamp start = ...; Timestamp end = ...; Duration duration = ...;
4433 # Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
4435 # Timestamp start = ...; Duration duration = ...; Timestamp end = ...;