type google.golang.org/genproto/googleapis/api/annotations.HttpRule

26 uses

	google.golang.org/genproto/googleapis/api/annotations (current package)
		annotations.pb.go#L46: 		ExtensionType: (*HttpRule)(nil),
		annotations.pb.go#L88: 	(*HttpRule)(nil),                   // 1: google.api.HttpRule
		http.pb.go#L54: 	Rules []*HttpRule `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
		http.pb.go#L96: func (x *Http) GetRules() []*HttpRule {
		http.pb.go#L379: type HttpRule struct {
		http.pb.go#L417: 	AdditionalBindings []*HttpRule `protobuf:"bytes,11,rep,name=additional_bindings,json=additionalBindings,proto3" json:"additional_bindings,omitempty"`
		http.pb.go#L420: func (x *HttpRule) Reset() {
		http.pb.go#L421: 	*x = HttpRule{}
		http.pb.go#L429: func (x *HttpRule) String() string {
		http.pb.go#L433: func (*HttpRule) ProtoMessage() {}
		http.pb.go#L435: func (x *HttpRule) ProtoReflect() protoreflect.Message {
		http.pb.go#L448: func (*HttpRule) Descriptor() ([]byte, []int) {
		http.pb.go#L452: func (x *HttpRule) GetSelector() string {
		http.pb.go#L459: func (m *HttpRule) GetPattern() isHttpRule_Pattern {
		http.pb.go#L466: func (x *HttpRule) GetGet() string {
		http.pb.go#L473: func (x *HttpRule) GetPut() string {
		http.pb.go#L480: func (x *HttpRule) GetPost() string {
		http.pb.go#L487: func (x *HttpRule) GetDelete() string {
		http.pb.go#L494: func (x *HttpRule) GetPatch() string {
		http.pb.go#L501: func (x *HttpRule) GetCustom() *CustomHttpPattern {
		http.pb.go#L508: func (x *HttpRule) GetBody() string {
		http.pb.go#L515: func (x *HttpRule) GetResponseBody() string {
		http.pb.go#L522: func (x *HttpRule) GetAdditionalBindings() []*HttpRule {
		http.pb.go#L700: 	(*HttpRule)(nil),          // 1: google.api.HttpRule
		http.pb.go#L733: 			switch v := v.(*HttpRule); i {