var ABitOfEverything_Nested_DeepEnum_name = map[int32]string{ 0: "FALSE", 1: "TRUE", }
var ABitOfEverything_Nested_DeepEnum_value = map[string]int32{ "FALSE": 0, "TRUE": 1, }
var NumericEnum_name = map[int32]string{ 0: "ZERO", 1: "ONE", }
var NumericEnum_value = map[string]int32{ "ZERO": 0, "ONE": 1, }
var RepeatedResponseBodyOut_Response_ResponseType_name = map[int32]string{ 0: "UNKNOWN", 1: "A", 2: "B", }
var RepeatedResponseBodyOut_Response_ResponseType_value = map[string]int32{ "UNKNOWN": 0, "A": 1, "B": 2, }
type ABitOfEverything struct { SingleNested *ABitOfEverything_Nested `protobuf:"bytes,25,opt,name=single_nested,json=singleNested,proto3" json:"single_nested,omitempty"` Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Nested []*ABitOfEverything_Nested `protobuf:"bytes,2,rep,name=nested,proto3" json:"nested,omitempty"` FloatValue float32 `protobuf:"fixed32,3,opt,name=float_value,json=floatValue,proto3" json:"float_value,omitempty"` DoubleValue float64 `protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,proto3" json:"double_value,omitempty"` Int64Value int64 `protobuf:"varint,5,opt,name=int64_value,json=int64Value,proto3" json:"int64_value,omitempty"` Uint64Value uint64 `protobuf:"varint,6,opt,name=uint64_value,json=uint64Value,proto3" json:"uint64_value,omitempty"` Int32Value int32 `protobuf:"varint,7,opt,name=int32_value,json=int32Value,proto3" json:"int32_value,omitempty"` Fixed64Value uint64 `protobuf:"fixed64,8,opt,name=fixed64_value,json=fixed64Value,proto3" json:"fixed64_value,omitempty"` Fixed32Value uint32 `protobuf:"fixed32,9,opt,name=fixed32_value,json=fixed32Value,proto3" json:"fixed32_value,omitempty"` BoolValue bool `protobuf:"varint,10,opt,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"` StringValue string `protobuf:"bytes,11,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"` BytesValue []byte `protobuf:"bytes,29,opt,name=bytes_value,json=bytesValue,proto3" json:"bytes_value,omitempty"` Uint32Value uint32 `protobuf:"varint,13,opt,name=uint32_value,json=uint32Value,proto3" json:"uint32_value,omitempty"` EnumValue NumericEnum `protobuf:"varint,14,opt,name=enum_value,json=enumValue,proto3,enum=grpc.gateway.runtime.internal.examplepb.NumericEnum" json:"enum_value,omitempty"` Sfixed32Value int32 `protobuf:"fixed32,15,opt,name=sfixed32_value,json=sfixed32Value,proto3" json:"sfixed32_value,omitempty"` Sfixed64Value int64 `protobuf:"fixed64,16,opt,name=sfixed64_value,json=sfixed64Value,proto3" json:"sfixed64_value,omitempty"` Sint32Value int32 `protobuf:"zigzag32,17,opt,name=sint32_value,json=sint32Value,proto3" json:"sint32_value,omitempty"` Sint64Value int64 `protobuf:"zigzag64,18,opt,name=sint64_value,json=sint64Value,proto3" json:"sint64_value,omitempty"` RepeatedStringValue []string `protobuf:"bytes,19,rep,name=repeated_string_value,json=repeatedStringValue,proto3" json:"repeated_string_value,omitempty"` // Types that are valid to be assigned to OneofValue: // *ABitOfEverything_OneofEmpty // *ABitOfEverything_OneofString OneofValue isABitOfEverything_OneofValue `protobuf_oneof:"oneof_value"` MapValue map[string]NumericEnum `protobuf:"bytes,22,rep,name=map_value,json=mapValue,proto3" json:"map_value,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3,enum=grpc.gateway.runtime.internal.examplepb.NumericEnum"` MappedStringValue map[string]string `protobuf:"bytes,23,rep,name=mapped_string_value,json=mappedStringValue,proto3" json:"mapped_string_value,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` MappedNestedValue map[string]*ABitOfEverything_Nested `protobuf:"bytes,24,rep,name=mapped_nested_value,json=mappedNestedValue,proto3" json:"mapped_nested_value,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` NonConventionalNameValue string `protobuf:"bytes,26,opt,name=nonConventionalNameValue,proto3" json:"nonConventionalNameValue,omitempty"` TimestampValue *timestamp.Timestamp `protobuf:"bytes,27,opt,name=timestamp_value,json=timestampValue,proto3" json:"timestamp_value,omitempty"` // repeated enum value. it is comma-separated in query RepeatedEnumValue []NumericEnum `protobuf:"varint,28,rep,packed,name=repeated_enum_value,json=repeatedEnumValue,proto3,enum=grpc.gateway.runtime.internal.examplepb.NumericEnum" json:"repeated_enum_value,omitempty"` // repeated numeric enum comment (This comment is overridden by the field annotation) RepeatedEnumAnnotation []NumericEnum `protobuf:"varint,32,rep,packed,name=repeated_enum_annotation,json=repeatedEnumAnnotation,proto3,enum=grpc.gateway.runtime.internal.examplepb.NumericEnum" json:"repeated_enum_annotation,omitempty"` // numeric enum comment (This comment is overridden by the field annotation) EnumValueAnnotation NumericEnum `protobuf:"varint,33,opt,name=enum_value_annotation,json=enumValueAnnotation,proto3,enum=grpc.gateway.runtime.internal.examplepb.NumericEnum" json:"enum_value_annotation,omitempty"` // repeated string comment (This comment is overridden by the field annotation) RepeatedStringAnnotation []string `protobuf:"bytes,34,rep,name=repeated_string_annotation,json=repeatedStringAnnotation,proto3" json:"repeated_string_annotation,omitempty"` // repeated nested object comment (This comment is overridden by the field annotation) RepeatedNestedAnnotation []*ABitOfEverything_Nested `protobuf:"bytes,35,rep,name=repeated_nested_annotation,json=repeatedNestedAnnotation,proto3" json:"repeated_nested_annotation,omitempty"` // nested object comments (This comment is overridden by the field annotation) NestedAnnotation *ABitOfEverything_Nested `protobuf:"bytes,36,opt,name=nested_annotation,json=nestedAnnotation,proto3" json:"nested_annotation,omitempty"` Int64OverrideType int64 `protobuf:"varint,37,opt,name=int64_override_type,json=int64OverrideType,proto3" json:"int64_override_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ABitOfEverything) Descriptor() ([]byte, []int)
func (m *ABitOfEverything) GetBoolValue() bool
func (m *ABitOfEverything) GetBytesValue() []byte
func (m *ABitOfEverything) GetDoubleValue() float64
func (m *ABitOfEverything) GetEnumValue() NumericEnum
func (m *ABitOfEverything) GetEnumValueAnnotation() NumericEnum
func (m *ABitOfEverything) GetFixed32Value() uint32
func (m *ABitOfEverything) GetFixed64Value() uint64
func (m *ABitOfEverything) GetFloatValue() float32
func (m *ABitOfEverything) GetInt32Value() int32
func (m *ABitOfEverything) GetInt64OverrideType() int64
func (m *ABitOfEverything) GetInt64Value() int64
func (m *ABitOfEverything) GetMapValue() map[string]NumericEnum
func (m *ABitOfEverything) GetMappedNestedValue() map[string]*ABitOfEverything_Nested
func (m *ABitOfEverything) GetMappedStringValue() map[string]string
func (m *ABitOfEverything) GetNested() []*ABitOfEverything_Nested
func (m *ABitOfEverything) GetNestedAnnotation() *ABitOfEverything_Nested
func (m *ABitOfEverything) GetNonConventionalNameValue() string
func (m *ABitOfEverything) GetOneofEmpty() *empty.Empty
func (m *ABitOfEverything) GetOneofString() string
func (m *ABitOfEverything) GetOneofValue() isABitOfEverything_OneofValue
func (m *ABitOfEverything) GetRepeatedEnumAnnotation() []NumericEnum
func (m *ABitOfEverything) GetRepeatedEnumValue() []NumericEnum
func (m *ABitOfEverything) GetRepeatedNestedAnnotation() []*ABitOfEverything_Nested
func (m *ABitOfEverything) GetRepeatedStringAnnotation() []string
func (m *ABitOfEverything) GetRepeatedStringValue() []string
func (m *ABitOfEverything) GetSfixed32Value() int32
func (m *ABitOfEverything) GetSfixed64Value() int64
func (m *ABitOfEverything) GetSingleNested() *ABitOfEverything_Nested
func (m *ABitOfEverything) GetSint32Value() int32
func (m *ABitOfEverything) GetSint64Value() int64
func (m *ABitOfEverything) GetStringValue() string
func (m *ABitOfEverything) GetTimestampValue() *timestamp.Timestamp
func (m *ABitOfEverything) GetUint32Value() uint32
func (m *ABitOfEverything) GetUint64Value() uint64
func (m *ABitOfEverything) GetUuid() string
func (*ABitOfEverything) ProtoMessage()
func (m *ABitOfEverything) Reset()
func (m *ABitOfEverything) String() string
func (m *ABitOfEverything) XXX_DiscardUnknown()
func (m *ABitOfEverything) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *ABitOfEverything) XXX_Merge(src proto.Message)
func (*ABitOfEverything) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (m *ABitOfEverything) XXX_Size() int
func (m *ABitOfEverything) XXX_Unmarshal(b []byte) error
Nested is nested type.
type ABitOfEverything_Nested struct { // name is nested field. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Amount uint32 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` // DeepEnum comment. Ok ABitOfEverything_Nested_DeepEnum `protobuf:"varint,3,opt,name=ok,proto3,enum=grpc.gateway.runtime.internal.examplepb.ABitOfEverything_Nested_DeepEnum" json:"ok,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ABitOfEverything_Nested) Descriptor() ([]byte, []int)
func (m *ABitOfEverything_Nested) GetAmount() uint32
func (m *ABitOfEverything_Nested) GetName() string
func (m *ABitOfEverything_Nested) GetOk() ABitOfEverything_Nested_DeepEnum
func (*ABitOfEverything_Nested) ProtoMessage()
func (m *ABitOfEverything_Nested) Reset()
func (m *ABitOfEverything_Nested) String() string
func (m *ABitOfEverything_Nested) XXX_DiscardUnknown()
func (m *ABitOfEverything_Nested) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *ABitOfEverything_Nested) XXX_Merge(src proto.Message)
func (m *ABitOfEverything_Nested) XXX_Size() int
func (m *ABitOfEverything_Nested) XXX_Unmarshal(b []byte) error
DeepEnum is one or zero.
type ABitOfEverything_Nested_DeepEnum int32
const ( // FALSE is false. ABitOfEverything_Nested_FALSE ABitOfEverything_Nested_DeepEnum = 0 // TRUE is true. ABitOfEverything_Nested_TRUE ABitOfEverything_Nested_DeepEnum = 1 )
func (ABitOfEverything_Nested_DeepEnum) EnumDescriptor() ([]byte, []int)
func (x ABitOfEverything_Nested_DeepEnum) String() string
type ABitOfEverything_OneofEmpty struct { OneofEmpty *empty.Empty `protobuf:"bytes,20,opt,name=oneof_empty,json=oneofEmpty,proto3,oneof"` }
type ABitOfEverything_OneofString struct { OneofString string `protobuf:"bytes,21,opt,name=oneof_string,json=oneofString,proto3,oneof"` }
NumericEnum is one or zero.
type NumericEnum int32
const ( // ZERO means 0 NumericEnum_ZERO NumericEnum = 0 // ONE means 1 NumericEnum_ONE NumericEnum = 1 )
func (NumericEnum) EnumDescriptor() ([]byte, []int)
func (x NumericEnum) String() string
type RepeatedResponseBodyOut struct { Response []*RepeatedResponseBodyOut_Response `protobuf:"bytes,2,rep,name=response,proto3" json:"response,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RepeatedResponseBodyOut) Descriptor() ([]byte, []int)
func (m *RepeatedResponseBodyOut) GetResponse() []*RepeatedResponseBodyOut_Response
func (*RepeatedResponseBodyOut) ProtoMessage()
func (m *RepeatedResponseBodyOut) Reset()
func (m *RepeatedResponseBodyOut) String() string
func (m *RepeatedResponseBodyOut) XXX_DiscardUnknown()
func (m *RepeatedResponseBodyOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *RepeatedResponseBodyOut) XXX_Merge(src proto.Message)
func (m *RepeatedResponseBodyOut) XXX_Size() int
func (m *RepeatedResponseBodyOut) XXX_Unmarshal(b []byte) error
type RepeatedResponseBodyOut_Response struct { Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Type RepeatedResponseBodyOut_Response_ResponseType `protobuf:"varint,3,opt,name=type,proto3,enum=grpc.gateway.runtime.internal.examplepb.RepeatedResponseBodyOut_Response_ResponseType" json:"type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RepeatedResponseBodyOut_Response) Descriptor() ([]byte, []int)
func (m *RepeatedResponseBodyOut_Response) GetData() string
func (m *RepeatedResponseBodyOut_Response) GetType() RepeatedResponseBodyOut_Response_ResponseType
func (*RepeatedResponseBodyOut_Response) ProtoMessage()
func (m *RepeatedResponseBodyOut_Response) Reset()
func (m *RepeatedResponseBodyOut_Response) String() string
func (m *RepeatedResponseBodyOut_Response) XXX_DiscardUnknown()
func (m *RepeatedResponseBodyOut_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *RepeatedResponseBodyOut_Response) XXX_Merge(src proto.Message)
func (m *RepeatedResponseBodyOut_Response) XXX_Size() int
func (m *RepeatedResponseBodyOut_Response) XXX_Unmarshal(b []byte) error
type RepeatedResponseBodyOut_Response_ResponseType int32
const ( // UNKNOWN RepeatedResponseBodyOut_Response_UNKNOWN RepeatedResponseBodyOut_Response_ResponseType = 0 // A is 1 RepeatedResponseBodyOut_Response_A RepeatedResponseBodyOut_Response_ResponseType = 1 // B is 2 RepeatedResponseBodyOut_Response_B RepeatedResponseBodyOut_Response_ResponseType = 2 )
func (RepeatedResponseBodyOut_Response_ResponseType) EnumDescriptor() ([]byte, []int)
func (x RepeatedResponseBodyOut_Response_ResponseType) String() string
type ResponseBodyOut struct { Response *ResponseBodyOut_Response `protobuf:"bytes,2,opt,name=response,proto3" json:"response,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResponseBodyOut) Descriptor() ([]byte, []int)
func (m *ResponseBodyOut) GetResponse() *ResponseBodyOut_Response
func (*ResponseBodyOut) ProtoMessage()
func (m *ResponseBodyOut) Reset()
func (m *ResponseBodyOut) String() string
func (m *ResponseBodyOut) XXX_DiscardUnknown()
func (m *ResponseBodyOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *ResponseBodyOut) XXX_Merge(src proto.Message)
func (m *ResponseBodyOut) XXX_Size() int
func (m *ResponseBodyOut) XXX_Unmarshal(b []byte) error
type ResponseBodyOut_Response struct { Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ResponseBodyOut_Response) Descriptor() ([]byte, []int)
func (m *ResponseBodyOut_Response) GetData() string
func (*ResponseBodyOut_Response) ProtoMessage()
func (m *ResponseBodyOut_Response) Reset()
func (m *ResponseBodyOut_Response) String() string
func (m *ResponseBodyOut_Response) XXX_DiscardUnknown()
func (m *ResponseBodyOut_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *ResponseBodyOut_Response) XXX_Merge(src proto.Message)
func (m *ResponseBodyOut_Response) XXX_Size() int
func (m *ResponseBodyOut_Response) XXX_Unmarshal(b []byte) error
SimpleMessage represents a simple message sent to the Echo service.
type SimpleMessage struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SimpleMessage) Descriptor() ([]byte, []int)
func (m *SimpleMessage) GetId() string
func (*SimpleMessage) ProtoMessage()
func (m *SimpleMessage) Reset()
func (m *SimpleMessage) String() string
func (m *SimpleMessage) XXX_DiscardUnknown()
func (m *SimpleMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *SimpleMessage) XXX_Merge(src proto.Message)
func (m *SimpleMessage) XXX_Size() int
func (m *SimpleMessage) XXX_Unmarshal(b []byte) error