Commit 62fb264
committed
chore: Updates submodules
1 parent fe3cbb4 commit 62fb264
File tree
158 files changed
+2982
-688
lines changedSome content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
158 files changed
+2982
-688
lines changedSubmodule gapic-showcase updated 65 files
- .github/workflows/assets.yaml+8-4
- .github/workflows/ci.yaml+12-7
- CHANGELOG.md+56
- Dockerfile+1-1
- README.md+32-12
- client/auxiliary.go+10-10
- client/auxiliary_go123.go+82
- client/compliance_client.go+50-231
- client/compliance_client_example_go123_test.go+79
- client/compliance_client_example_test.go+1-1
- client/doc.go+3-41
- client/echo_client.go+130-195
- client/echo_client_example_go123_test.go+158
- client/echo_client_example_test.go+26-1
- client/gapic_metadata.json+10
- client/helpers.go+99
- client/identity_client.go+39-168
- client/identity_client_example_go123_test.go+106
- client/identity_client_example_test.go+1-1
- client/messaging_client.go+59-245
- client/messaging_client_example_go123_test.go+132
- client/messaging_client_example_test.go+1-1
- client/sequence_client.go+46-172
- client/sequence_client_example_go123_test.go+79
- client/sequence_client_example_test.go+1-1
- client/testing_client.go+46-203
- client/testing_client_example_go123_test.go+132
- client/testing_client_example_test.go+1-1
- cmd/gapic-showcase/attempt-streaming-sequence.go+2-2
- cmd/gapic-showcase/echo_service.go+1
- cmd/gapic-showcase/fail-echo-with-details.go+73
- cmd/gapic-showcase/gapic-showcase.go+1-1
- go.mod+42-46
- go.sum+94-110
- renovate.json+9-2
- schema/google/showcase/v1beta1/BUILD.bazel+3-2
- schema/google/showcase/v1beta1/compliance.proto+2-2
- schema/google/showcase/v1beta1/echo.proto+32
- schema/google/showcase/v1beta1/messaging.proto+2-2
- schema/google/showcase/v1beta1/rest_error.proto+42
- schema/google/showcase/v1beta1/sequence.proto+2
- schema/googleapis+1-1
- server/genproto/compliance.pb.go+3-3
- server/genproto/echo.pb.go+559-310
- server/genproto/messaging.pb.go+2-2
- server/genproto/rest_error.pb.go+277
- server/genproto/sequence.pb.go+4
- server/genrest/compliance.go+1-1
- server/genrest/echo.go+75-1
- server/genrest/genrest.go+4-4
- server/genrest/iampolicy.go+1-1
- server/genrest/identity.go+1-1
- server/genrest/locations.go+1-1
- server/genrest/messaging.go+1-1
- server/genrest/operations.go+1-1
- server/genrest/sequenceservice.go+1-1
- server/genrest/showcase-rest-sample-response.txt+6-1
- server/genrest/testing.go+1-1
- server/services/echo_service.go+105
- server/services/echo_service_test.go+70
- util/cmd/release/main.go+1
- util/genrest/goviewcreator.go+6-6
- util/genrest/resttools/error_response.go+97-19
- util/genrest/resttools/error_response_test.go+144-24
- version.txt+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
154 | | - | |
| 155 | + | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| |||
Submodule googleapis updated 9333 files
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments