Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
5493f5f1
Commit
5493f5f1
authored
Jun 01, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: regenerate dependencies
parent
1dc686fa
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3748 additions
and
3017 deletions
+3748
-3017
apidocs.swagger.yaml
docs/apidocs.swagger.yaml
+5
-4
pnpm-lock.yaml
web/pnpm-lock.yaml
+3743
-3013
No files found.
docs/apidocs.swagger.yaml
View file @
5493f5f1
...
@@ -2197,7 +2197,8 @@ definitions:
...
@@ -2197,7 +2197,8 @@ definitions:
Note: this functionality is not currently available in the official
Note: this functionality is not currently available in the official
protobuf release, and it is not used for type URLs beginning with
protobuf release, and it is not used for type URLs beginning with
type.googleapis.com.
type.googleapis.com. As of May 2023, there are no widely used type server
implementations and no plans to implement one.
Schemes other than `http`, `https` (or the empty scheme) might be
Schemes other than `http`, `https` (or the empty scheme) might be
used with implementation specific semantics.
used with implementation specific semantics.
...
@@ -2232,7 +2233,7 @@ definitions:
...
@@ -2232,7 +2233,7 @@ definitions:
foo = any.unpack(Foo.getDefaultInstance());
foo = any.unpack(Foo.getDefaultInstance());
}
}
Example 3: Pack and unpack a message in Python.
Example 3: Pack and unpack a message in Python.
foo = Foo(...)
foo = Foo(...)
any = Any()
any = Any()
...
@@ -2242,7 +2243,7 @@ definitions:
...
@@ -2242,7 +2243,7 @@ definitions:
any.Unpack(foo)
any.Unpack(foo)
...
...
Example 4: Pack and unpack a message in Go
Example 4: Pack and unpack a message in Go
foo := &pb.Foo{...}
foo := &pb.Foo{...}
any, err := anypb.New(foo)
any, err := anypb.New(foo)
...
@@ -2262,7 +2263,7 @@ definitions:
...
@@ -2262,7 +2263,7 @@ definitions:
name "y.z".
name "y.z".
JSON
JSON
====
The JSON representation of an `Any` value uses the regular
The JSON representation of an `Any` value uses the regular
representation of the deserialized, embedded message, with an
representation of the deserialized, embedded message, with an
additional field `@type` which contains the type URL. Example:
additional field `@type` which contains the type URL. Example:
...
...
web/pnpm-lock.yaml
View file @
5493f5f1
This diff is collapsed.
Click to expand it.
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