examples/internal/clients/generateunboundmethods/docs/GenerateUnboundMethodsEchoServiceApi.md
All URIs are relative to https://localhost
| Method | HTTP request | Description |
|---|---|---|
| GenerateUnboundMethodsEchoServiceEcho | Post /grpc.gateway.examples.internal.proto.examplepb.GenerateUnboundMethodsEchoService/Echo | Echo method receives a simple message and returns it. |
| GenerateUnboundMethodsEchoServiceEchoBody | Post /grpc.gateway.examples.internal.proto.examplepb.GenerateUnboundMethodsEchoService/EchoBody | EchoBody method receives a simple message and returns it. |
| GenerateUnboundMethodsEchoServiceEchoDelete | Post /grpc.gateway.examples.internal.proto.examplepb.GenerateUnboundMethodsEchoService/EchoDelete | EchoDelete method receives a simple message and returns it. |
ExamplepbGenerateUnboundMethodsSimpleMessage GenerateUnboundMethodsEchoServiceEcho(ctx, body) Echo method receives a simple message and returns it.
The message posted as the id parameter will also be returned.
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| body | ExamplepbGenerateUnboundMethodsSimpleMessage | GenerateUnboundMethodsSimpleMessage represents a simple message sent to the unannotated GenerateUnboundMethodsEchoService service. |
ExamplepbGenerateUnboundMethodsSimpleMessage
No authorization required
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ExamplepbGenerateUnboundMethodsSimpleMessage GenerateUnboundMethodsEchoServiceEchoBody(ctx, body) EchoBody method receives a simple message and returns it.
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| body | ExamplepbGenerateUnboundMethodsSimpleMessage | GenerateUnboundMethodsSimpleMessage represents a simple message sent to the unannotated GenerateUnboundMethodsEchoService service. |
ExamplepbGenerateUnboundMethodsSimpleMessage
No authorization required
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ExamplepbGenerateUnboundMethodsSimpleMessage GenerateUnboundMethodsEchoServiceEchoDelete(ctx, body) EchoDelete method receives a simple message and returns it.
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| body | ExamplepbGenerateUnboundMethodsSimpleMessage | GenerateUnboundMethodsSimpleMessage represents a simple message sent to the unannotated GenerateUnboundMethodsEchoService service. |
ExamplepbGenerateUnboundMethodsSimpleMessage
No authorization required
[Back to top] [Back to API list] [Back to Model list] [Back to README]