const _ …
const _ …
type Http …
func (x *Http) Reset() { … }
func (x *Http) String() string { … }
func (*Http) ProtoMessage() { … }
func (x *Http) ProtoReflect() protoreflect.Message { … }
func (*Http) Descriptor() ([]byte, []int) { … }
func (x *Http) GetRules() []*HttpRule { … }
func (x *Http) GetFullyDecodeReservedExpansion() bool { … }
type HttpRule …
func (x *HttpRule) Reset() { … }
func (x *HttpRule) String() string { … }
func (*HttpRule) ProtoMessage() { … }
func (x *HttpRule) ProtoReflect() protoreflect.Message { … }
func (*HttpRule) Descriptor() ([]byte, []int) { … }
func (x *HttpRule) GetSelector() string { … }
func (m *HttpRule) GetPattern() isHttpRule_Pattern { … }
func (x *HttpRule) GetGet() string { … }
func (x *HttpRule) GetPut() string { … }
func (x *HttpRule) GetPost() string { … }
func (x *HttpRule) GetDelete() string { … }
func (x *HttpRule) GetPatch() string { … }
func (x *HttpRule) GetCustom() *CustomHttpPattern { … }
func (x *HttpRule) GetBody() string { … }
func (x *HttpRule) GetResponseBody() string { … }
func (x *HttpRule) GetAdditionalBindings() []*HttpRule { … }
type isHttpRule_Pattern …
type HttpRule_Get …
type HttpRule_Put …
type HttpRule_Post …
type HttpRule_Delete …
type HttpRule_Patch …
type HttpRule_Custom …
func (*HttpRule_Get) isHttpRule_Pattern() { … }
func (*HttpRule_Put) isHttpRule_Pattern() { … }
func (*HttpRule_Post) isHttpRule_Pattern() { … }
func (*HttpRule_Delete) isHttpRule_Pattern() { … }
func (*HttpRule_Patch) isHttpRule_Pattern() { … }
func (*HttpRule_Custom) isHttpRule_Pattern() { … }
type CustomHttpPattern …
func (x *CustomHttpPattern) Reset() { … }
func (x *CustomHttpPattern) String() string { … }
func (*CustomHttpPattern) ProtoMessage() { … }
func (x *CustomHttpPattern) ProtoReflect() protoreflect.Message { … }
func (*CustomHttpPattern) Descriptor() ([]byte, []int) { … }
func (x *CustomHttpPattern) GetKind() string { … }
func (x *CustomHttpPattern) GetPath() string { … }
var File_google_api_http_proto …
var file_google_api_http_proto_rawDesc …
var file_google_api_http_proto_rawDescOnce …
var file_google_api_http_proto_rawDescData …
func file_google_api_http_proto_rawDescGZIP() []byte { … }
var file_google_api_http_proto_msgTypes …
var file_google_api_http_proto_goTypes …
var file_google_api_http_proto_depIdxs …
func init() { … }
func file_google_api_http_proto_init() { … }