Home
last modified time | relevance | path

Searched refs:api (Results 1 – 11 of 11) sorted by relevance

/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dschema.proto19 import "google/api/annotations.proto";
20 import "google/api/client.proto";
22 import "google/api/resource.proto";
40 option (google.api.oauth_scopes) =
46 option (google.api.http) = {
55 option (google.api.http) = {
63 option (google.api.http) = {
71 option (google.api.http) = {
79 option (google.api.http) = {
89 option (google.api.http) = {
[all …]
H A Dpubsub.proto20 import "google/api/client.proto";
22 import "google/api/resource.proto";
49 option (google.api.http) = {
59 option (google.api.http) = {
68 option (google.api.http) = {
77 option (google.api.http) = {
85 option (google.api.http) = {
94 option (google.api.http) = {
107 option (google.api.http) = {
119 option (google.api.http) = {
[all …]
/tonic/examples/proto/googleapis/google/api/
H A Dannotations.proto17 package google.api;
19 import "google/api/http.proto";
22 option go_package = "google.golang.org/genproto/googleapis/api/annotations;annotations";
25 option java_package = "com.google.api";
H A Dfield_behavior.proto17 package google.api;
21 option go_package = "google.golang.org/genproto/googleapis/api/annotations;annotations";
24 option java_package = "com.google.api";
33 // string name = 1 [(google.api.field_behavior) = REQUIRED];
34 // State state = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
36 // [(google.api.field_behavior) = INPUT_ONLY];
38 // [(google.api.field_behavior) = OUTPUT_ONLY,
39 // (google.api.field_behavior) = IMMUTABLE];
40 repeated google.api.FieldBehavior field_behavior = 1052;
H A Dclient.proto17 package google.api;
21 option go_package = "google.golang.org/genproto/googleapis/api/annotations;annotations";
24 option java_package = "com.google.api";
44 // option (google.api.method_signature) = "name,topic";
73 // option (google.api.default_host) = "foo.googleapi.com";
83 // option (google.api.oauth_scopes) = \
93 // option (google.api.oauth_scopes) = \
H A Dresource.proto17 package google.api;
25 option java_package = "com.google.api";
31 google.api.ResourceReference resource_reference = 1055;
37 repeated google.api.ResourceDescriptor resource_definition = 1053;
43 google.api.ResourceDescriptor resource = 1053;
58 // option (google.api.resource) = {
83 // option (google.api.resource) = {
132 // option (google.api.resource) = {
231 // option (google.api.resource) = {
270 // string topic = 2 [(google.api.resource_reference) = {
[all …]
H A Dhttp.proto17 package google.api;
20 option go_package = "google.golang.org/genproto/googleapis/api/annotations;annotations";
23 option java_package = "com.google.api";
27 // [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
59 // typically specified as an `google.api.http` annotation on the gRPC method.
71 // option (google.api.http) = {
95 // option (google.api.http) = {
130 // option (google.api.http) = {
157 // option (google.api.http) = {
187 // option (google.api.http) = {
[all …]
/tonic/examples/src/gcp/
H A Dclient.rs1 pub mod api { module
5 use api::{publisher_client::PublisherClient, ListTopicsRequest};
/tonic/tonic-build/
H A DREADME.md59 │   ├── api
86 pub mod api {
89 use api::{publisher_client::PublisherClient, ListTopicsRequest};
/tonic/tests/wellknown-compiled/proto/
H A Dgoogle.proto6 import "google/protobuf/api.proto";
/tonic/
H A DCHANGELOG.md161 * Rename api related to protobuf ([#1224](https://github.com/hyperium/tonic/issues/1224)) ([d2542dc…