service/grpc/grpc library
Classes
- GrpcHttpEndpoint
- HttpRequestBuilder
-
Builds an HttpRequestSpec from a HttpRule (parsed from
google.api.http), abaseUrl, and the request message represented as a JSON-likeMap<String, dynamic>. - HttpRequestSpec
- The resolved request.
- HttpRule
-
A fully parsed
google.api.httprule: method + path template (+ optional additional bindings, which are just more HttpRules). - PathSegment
-
One path segment of a
google.api.httppath template.