Documentation
¶
Index ¶
- Variables
- type Config
- func (x *Config) ClearResponse()
- func (x *Config) GetResponse() *v3.DataSource
- func (x *Config) HasResponse() bool
- func (*Config) ProtoMessage()
- func (x *Config) ProtoReflect() protoreflect.Message
- func (x *Config) Reset()
- func (x *Config) SetResponse(v *v3.DataSource)
- func (x *Config) String() string
- type Config_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_extensions_filters_network_direct_response_v3_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Response data as a data source.
Response *v3.DataSource `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
// contains filtered or unexported fields
}
func (*Config) GetResponse ¶
func (x *Config) GetResponse() *v3.DataSource
func (*Config) ProtoReflect ¶
func (x *Config) ProtoReflect() protoreflect.Message
func (*Config) SetResponse ¶
func (x *Config) SetResponse(v *v3.DataSource)
type Config_builder ¶
type Config_builder struct {
// Response data as a data source.
Response *v3.DataSource
// contains filtered or unexported fields
}
func (Config_builder) Build ¶
func (b0 Config_builder) Build() *Config
Source Files
¶
- config.pb.go
Click to show internal directories.
Click to hide internal directories.