proto

package
v0.0.0-...-e1c190b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package proto is a generated protocol buffer package.

It is generated from these files:

github.com/google/cloudprober/servers/proto/config.proto

It has these top-level messages:

ServerDef

Index

Constants

This section is empty.

Variables

View Source
var ServerDef_Type_name = map[int32]string{
	0: "HTTP",
	1: "UDP",
}
View Source
var ServerDef_Type_value = map[string]int32{
	"HTTP": 0,
	"UDP":  1,
}

Functions

This section is empty.

Types

type ServerDef

type ServerDef struct {
	Type *ServerDef_Type `protobuf:"varint,1,req,name=type,enum=cloudprober.servers.ServerDef_Type" json:"type,omitempty"`
	// Types that are valid to be assigned to Server:
	//	*ServerDef_HttpServer
	//	*ServerDef_UdpServer
	Server           isServerDef_Server `protobuf_oneof:"server"`
	XXX_unrecognized []byte             `json:"-"`
}

func (*ServerDef) Descriptor

func (*ServerDef) Descriptor() ([]byte, []int)

func (*ServerDef) GetHttpServer

func (m *ServerDef) GetHttpServer() *cloudprober_servers_http.ServerConf

func (*ServerDef) GetServer

func (m *ServerDef) GetServer() isServerDef_Server

func (*ServerDef) GetType

func (m *ServerDef) GetType() ServerDef_Type

func (*ServerDef) GetUdpServer

func (m *ServerDef) GetUdpServer() *cloudprober_servers_udp.ServerConf

func (*ServerDef) ProtoMessage

func (*ServerDef) ProtoMessage()

func (*ServerDef) Reset

func (m *ServerDef) Reset()

func (*ServerDef) String

func (m *ServerDef) String() string

func (*ServerDef) XXX_OneofFuncs

func (*ServerDef) XXX_OneofFuncs() (func(msg proto1.Message, b *proto1.Buffer) error, func(msg proto1.Message, tag, wire int, b *proto1.Buffer) (bool, error), func(msg proto1.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

type ServerDef_HttpServer

type ServerDef_HttpServer struct {
	HttpServer *cloudprober_servers_http.ServerConf `protobuf:"bytes,2,opt,name=http_server,json=httpServer,oneof"`
}

type ServerDef_Type

type ServerDef_Type int32
const (
	ServerDef_HTTP ServerDef_Type = 0
	ServerDef_UDP  ServerDef_Type = 1
)

func (ServerDef_Type) Enum

func (x ServerDef_Type) Enum() *ServerDef_Type

func (ServerDef_Type) EnumDescriptor

func (ServerDef_Type) EnumDescriptor() ([]byte, []int)

func (ServerDef_Type) String

func (x ServerDef_Type) String() string

func (*ServerDef_Type) UnmarshalJSON

func (x *ServerDef_Type) UnmarshalJSON(data []byte) error

type ServerDef_UdpServer

type ServerDef_UdpServer struct {
	UdpServer *cloudprober_servers_udp.ServerConf `protobuf:"bytes,3,opt,name=udp_server,json=udpServer,oneof"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL