• Home
  • Raw
  • Download

Lines Matching full:timestamp

126 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
134 # Example 1: Compute Timestamp from POSIX `time()`.
136 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
138 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
142 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
144 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
148 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
150 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
154 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
158 # Example 5: Compute Timestamp from current time in Python.
160 # timestamp = Timestamp() timestamp.GetCurrentTime()
164 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
188 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
196 # Example 1: Compute Timestamp from POSIX `time()`.
198 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
200 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
204 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
206 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
210 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
212 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
216 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
220 # Example 5: Compute Timestamp from current time in Python.
222 # timestamp = Timestamp() timestamp.GetCurrentTime()
226 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
295 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
303 # Example 1: Compute Timestamp from POSIX `time()`.
305 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
307 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
311 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
313 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
317 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
319 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
323 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
327 # Example 5: Compute Timestamp from current time in Python.
329 # timestamp = Timestamp() timestamp.GetCurrentTime()
333 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
357 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
365 # Example 1: Compute Timestamp from POSIX `time()`.
367 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
369 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
373 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
375 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
379 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
381 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
385 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
389 # Example 5: Compute Timestamp from current time in Python.
391 # timestamp = Timestamp() timestamp.GetCurrentTime()
395 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
480 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
488 # Example 1: Compute Timestamp from POSIX `time()`.
490 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
492 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
496 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
498 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
502 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
504 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
508 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
512 # Example 5: Compute Timestamp from current time in Python.
514 # timestamp = Timestamp() timestamp.GetCurrentTime()
518 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
542 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
550 # Example 1: Compute Timestamp from POSIX `time()`.
552 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
554 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
558 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
560 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
564 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
566 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
570 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
574 # Example 5: Compute Timestamp from current time in Python.
576 # timestamp = Timestamp() timestamp.GetCurrentTime()
580 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
679 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
687 # Example 1: Compute Timestamp from POSIX `time()`.
689 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
691 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
695 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
697 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
701 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
703 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
707 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
711 # Example 5: Compute Timestamp from current time in Python.
713 # timestamp = Timestamp() timestamp.GetCurrentTime()
717 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
741 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
749 # Example 1: Compute Timestamp from POSIX `time()`.
751 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
753 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
757 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
759 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
763 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
765 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
769 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
773 # Example 5: Compute Timestamp from current time in Python.
775 # timestamp = Timestamp() timestamp.GetCurrentTime()
779 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
873 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
881 # Example 1: Compute Timestamp from POSIX `time()`.
883 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
885 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
889 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
891 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
895 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
897 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
901 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
905 # Example 5: Compute Timestamp from current time in Python.
907 # timestamp = Timestamp() timestamp.GetCurrentTime()
911 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
935 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
943 # Example 1: Compute Timestamp from POSIX `time()`.
945 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
947 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
951 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
953 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
957 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
959 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
963 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
967 # Example 5: Compute Timestamp from current time in Python.
969 # timestamp = Timestamp() timestamp.GetCurrentTime()
973 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
1042 …"creationTime": { # A Timestamp represents a point in time independent of any time zone or calenda…
1050 # Example 1: Compute Timestamp from POSIX `time()`.
1052 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
1054 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
1058 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
1060 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
1064 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
1066 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
1070 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
1074 # Example 5: Compute Timestamp from current time in Python.
1076 # timestamp = Timestamp() timestamp.GetCurrentTime()
1080 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…
1104 …"completionTime": { # A Timestamp represents a point in time independent of any time zone or calen…
1112 # Example 1: Compute Timestamp from POSIX `time()`.
1114 # Timestamp timestamp; timestamp.set_seconds(time(NULL)); timestamp.set_nanos(0);
1116 # Example 2: Compute Timestamp from POSIX `gettimeofday()`.
1120 … # Timestamp timestamp; timestamp.set_seconds(tv.tv_sec); timestamp.set_nanos(tv.tv_usec * 1000);
1122 # Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
1126 …poch 1970-01-01T00:00:00Z. Timestamp timestamp; timestamp.set_seconds((INT64) ((ticks / 10000000) …
1128 # Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
1132 …# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) .setNanos((int) ((millis …
1136 # Example 5: Compute Timestamp from current time in Python.
1138 # timestamp = Timestamp() timestamp.GetCurrentTime()
1142 …# In JSON format, the Timestamp type is encoded as a string in the [RFC 3339](https://www.ietf.org…