Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
f1406418
Commit
f1406418
authored
Sep 07, 2018
by
Josh Haberman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerated Objective C protos.
parent
986fad3e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Any.pbobjc.h
objectivec/google/protobuf/Any.pbobjc.h
+2
-1
Timestamp.pbobjc.h
objectivec/google/protobuf/Timestamp.pbobjc.h
+1
-1
No files found.
objectivec/google/protobuf/Any.pbobjc.h
View file @
f1406418
...
@@ -140,7 +140,8 @@ typedef GPB_ENUM(GPBAny_FieldNumber) {
...
@@ -140,7 +140,8 @@ typedef GPB_ENUM(GPBAny_FieldNumber) {
/**
/**
* A URL/resource name that uniquely identifies the type of the serialized
* A URL/resource name that uniquely identifies the type of the serialized
* protocol buffer message. The last segment of the URL's path must represent
* protocol buffer message. This string must contain at least
* one "/" character. The last segment of the URL's path must represent
* the fully qualified name of the type (as in
* the fully qualified name of the type (as in
* `path/google.protobuf.Duration`). The name should be in a canonical form
* `path/google.protobuf.Duration`). The name should be in a canonical form
* (e.g., leading "." is not accepted).
* (e.g., leading "." is not accepted).
...
...
objectivec/google/protobuf/Timestamp.pbobjc.h
View file @
f1406418
...
@@ -132,7 +132,7 @@ typedef GPB_ENUM(GPBTimestamp_FieldNumber) {
...
@@ -132,7 +132,7 @@ typedef GPB_ENUM(GPBTimestamp_FieldNumber) {
* to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
* to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
* with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
* with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
* can use the Joda Time's [`ISODateTimeFormat.dateTime()`](
* can use the Joda Time's [`ISODateTimeFormat.dateTime()`](
* http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime
--
* http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime
%2D%2D
* ) to obtain a formatter capable of generating timestamps in this format.
* ) to obtain a formatter capable of generating timestamps in this format.
**/
**/
@interface
GPBTimestamp
:
GPBMessage
@interface
GPBTimestamp
:
GPBMessage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment