Lines Matching refs:MethodOptions
1224 Options *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"`
1283 func (m *MethodDescriptorProto) GetOptions() *MethodOptions {
2121 type MethodOptions struct { struct
2136 func (m *MethodOptions) Reset() { *m = MethodOptions{} } argument
2137 func (m *MethodOptions) String() string { return proto.CompactTextString(m) } argument
2138 func (*MethodOptions) ProtoMessage() {} argument
2139 func (*MethodOptions) Descriptor() ([]byte, []int) { argument
2147 func (*MethodOptions) ExtensionRangeArray() []proto.ExtensionRange { argument
2151 func (m *MethodOptions) XXX_Unmarshal(b []byte) error { argument
2154 func (m *MethodOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
2157 func (m *MethodOptions) XXX_Merge(src proto.Message) { argument
2160 func (m *MethodOptions) XXX_Size() int { argument
2163 func (m *MethodOptions) XXX_DiscardUnknown() { argument
2172 func (m *MethodOptions) GetDeprecated() bool { argument
2179 func (m *MethodOptions) GetIdempotencyLevel() MethodOptions_IdempotencyLevel { argument
2186 func (m *MethodOptions) GetUninterpretedOption() []*UninterpretedOption { argument
2712 proto.RegisterType((*MethodOptions)(nil), "google.protobuf.MethodOptions")