import "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/kafka_broker/v3"
kafka_broker.pb.go kafka_broker.pb.validate.go
var File_envoy_extensions_filters_network_kafka_broker_v3_kafka_broker_proto protoreflect.FileDescriptor
type KafkaBroker struct { // The prefix to use when emitting :ref:`statistics <config_network_filters_kafka_broker_stats>`. StatPrefix string `protobuf:"bytes,1,opt,name=stat_prefix,json=statPrefix,proto3" json:"stat_prefix,omitempty"` // contains filtered or unexported fields }
func (*KafkaBroker) Descriptor() ([]byte, []int)
Deprecated: Use KafkaBroker.ProtoReflect.Descriptor instead.
func (x *KafkaBroker) GetStatPrefix() string
func (*KafkaBroker) ProtoMessage()
func (x *KafkaBroker) ProtoReflect() protoreflect.Message
func (x *KafkaBroker) Reset()
func (x *KafkaBroker) String() string
func (m *KafkaBroker) Validate() error
Validate checks the field values on KafkaBroker with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type KafkaBrokerValidationError struct {
// contains filtered or unexported fields
}
KafkaBrokerValidationError is the validation error returned by KafkaBroker.Validate if the designated constraints aren't met.
func (e KafkaBrokerValidationError) Cause() error
Cause function returns cause value.
func (e KafkaBrokerValidationError) Error() string
Error satisfies the builtin error interface
func (e KafkaBrokerValidationError) ErrorName() string
ErrorName returns error name.
func (e KafkaBrokerValidationError) Field() string
Field function returns field value.
func (e KafkaBrokerValidationError) Key() bool
Key function returns key value.
func (e KafkaBrokerValidationError) Reason() string
Reason function returns reason value.
Package envoy_extensions_filters_network_kafka_broker_v3 imports 18 packages (graph) and is imported by 8 packages. Updated 2021-01-08. Refresh now. Tools for package owners.