Lines Matching refs:method
27 // [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
46 // gRPC Transcoding is a feature for mapping between a gRPC method and one or
59 // typically specified as an `google.api.http` annotation on the gRPC method.
61 // Each mapping specifies a URL path template and an HTTP method. The path
125 // specifies the mapping. Consider a REST update method on the
153 // the update method:
272 // `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same
282 // # Selects a gRPC method and applies HttpRule to it.
314 // Selects a method to which this rule applies.
320 // used with any of the {get|put|post|delete|patch} methods. A custom method
339 // The custom pattern is used for specifying an HTTP method that is not
341 // HTTP method unspecified for this rule. The wild-card rule is useful