Lines Matching defs:HttpRule

352 type HttpRule struct {  struct
356 Selector string `protobuf:"bytes,1,opt,name=selector,proto3" json:"selector,omitempty"`
368 Pattern isHttpRule_Pattern `protobuf_oneof:"pattern"`
375 Body string `protobuf:"bytes,7,opt,name=body,proto3" json:"body,omitempty"`
382 …protobuf:"bytes,12,opt,name=response_body,json=responseBody,proto3" json:"response_body,omitempty"`
386 …,rep,name=additional_bindings,json=additionalBindings,proto3" json:"additional_bindings,omitempty"`
387 XXX_NoUnkeyedLiteral struct{} `json:"-"`
388 XXX_unrecognized []byte `json:"-"`
389 XXX_sizecache int32 `json:"-"`
392 func (m *HttpRule) Reset() { *m = HttpRule{} }
393 func (m *HttpRule) String() string { return proto.CompactTextString(m) }
394 func (*HttpRule) ProtoMessage() {}
395 func (*HttpRule) Descriptor() ([]byte, []int) {
399 func (m *HttpRule) XXX_Unmarshal(b []byte) error {
402 func (m *HttpRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
405 func (m *HttpRule) XXX_Merge(src proto.Message) {
408 func (m *HttpRule) XXX_Size() int {
411 func (m *HttpRule) XXX_DiscardUnknown() {
417 func (m *HttpRule) GetSelector() string {
464 func (m *HttpRule) GetPattern() isHttpRule_Pattern {
471 func (m *HttpRule) GetGet() string {
478 func (m *HttpRule) GetPut() string {
485 func (m *HttpRule) GetPost() string {
492 func (m *HttpRule) GetDelete() string {
499 func (m *HttpRule) GetPatch() string {
506 func (m *HttpRule) GetCustom() *CustomHttpPattern {
513 func (m *HttpRule) GetBody() string {
520 func (m *HttpRule) GetResponseBody() string {
527 func (m *HttpRule) GetAdditionalBindings() []*HttpRule {
535 func (*HttpRule) XXX_OneofWrappers() []interface{} {