Documentation
¶
Index ¶
- Constants
- type SurfacerConf
- func (*SurfacerConf) Descriptor() ([]byte, []int)
- func (m *SurfacerConf) GetBatch() bool
- func (m *SurfacerConf) GetBatchSize() uint64
- func (m *SurfacerConf) GetBatchTimerSec() uint64
- func (m *SurfacerConf) GetMonitoringUrl() string
- func (*SurfacerConf) ProtoMessage()
- func (m *SurfacerConf) Reset()
- func (m *SurfacerConf) String() string
- func (m *SurfacerConf) XXX_DiscardUnknown()
- func (m *SurfacerConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SurfacerConf) XXX_Merge(src proto.Message)
- func (m *SurfacerConf) XXX_Size() int
- func (m *SurfacerConf) XXX_Unmarshal(b []byte) error
Constants ¶
View Source
const Default_SurfacerConf_Batch bool = true
View Source
const Default_SurfacerConf_BatchSize uint64 = 200
View Source
const Default_SurfacerConf_BatchTimerSec uint64 = 10
View Source
const Default_SurfacerConf_MonitoringUrl string = "custom.googleapis.com/cloudprober/"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SurfacerConf ¶
type SurfacerConf struct { Batch *bool `protobuf:"varint,1,opt,name=batch,def=1" json:"batch,omitempty"` BatchSize *uint64 `protobuf:"varint,2,opt,name=batch_size,json=batchSize,def=200" json:"batch_size,omitempty"` BatchTimerSec *uint64 `protobuf:"varint,3,opt,name=batch_timer_sec,json=batchTimerSec,def=10" json:"batch_timer_sec,omitempty"` MonitoringUrl *string `` /* 132-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SurfacerConf) Descriptor ¶
func (*SurfacerConf) Descriptor() ([]byte, []int)
func (*SurfacerConf) GetBatch ¶
func (m *SurfacerConf) GetBatch() bool
func (*SurfacerConf) GetBatchSize ¶
func (m *SurfacerConf) GetBatchSize() uint64
func (*SurfacerConf) GetBatchTimerSec ¶
func (m *SurfacerConf) GetBatchTimerSec() uint64
func (*SurfacerConf) GetMonitoringUrl ¶
func (m *SurfacerConf) GetMonitoringUrl() string
func (*SurfacerConf) ProtoMessage ¶
func (*SurfacerConf) ProtoMessage()
func (*SurfacerConf) Reset ¶
func (m *SurfacerConf) Reset()
func (*SurfacerConf) String ¶
func (m *SurfacerConf) String() string
func (*SurfacerConf) XXX_DiscardUnknown ¶
func (m *SurfacerConf) XXX_DiscardUnknown()
func (*SurfacerConf) XXX_Marshal ¶
func (m *SurfacerConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SurfacerConf) XXX_Merge ¶
func (dst *SurfacerConf) XXX_Merge(src proto.Message)
func (*SurfacerConf) XXX_Size ¶
func (m *SurfacerConf) XXX_Size() int
func (*SurfacerConf) XXX_Unmarshal ¶
func (m *SurfacerConf) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.