com_HailoOSS_kernel_discovery_instances

package
v0.0.0-...-1bd406c Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2016 License: MIT Imports: 3 Imported by: 10

Documentation

Overview

Package com_HailoOSS_kernel_discovery_instances is a generated protocol buffer package.

It is generated from these files:

github.com/HailoOSS/discovery-service/proto/instances/instances.proto

It has these top-level messages:

Request
Response
Instance

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance

type Instance struct {
	InstanceId         *string  `protobuf:"bytes,1,req,name=instanceId" json:"instanceId,omitempty"`
	Hostname           *string  `protobuf:"bytes,2,req,name=hostname" json:"hostname,omitempty"`
	ServiceName        *string  `protobuf:"bytes,3,req,name=serviceName" json:"serviceName,omitempty"`
	ServiceDescription *string  `protobuf:"bytes,4,opt,name=serviceDescription" json:"serviceDescription,omitempty"`
	ServiceVersion     *uint64  `protobuf:"varint,5,req,name=serviceVersion" json:"serviceVersion,omitempty"`
	AzName             *string  `protobuf:"bytes,6,req,name=azName" json:"azName,omitempty"`
	SubTopic           []string `protobuf:"bytes,7,rep,name=subTopic" json:"subTopic,omitempty"`
	MachineClass       *string  `protobuf:"bytes,8,opt,name=machineClass" json:"machineClass,omitempty"`
	XXX_unrecognized   []byte   `json:"-"`
}

func (*Instance) GetAzName

func (m *Instance) GetAzName() string

func (*Instance) GetHostname

func (m *Instance) GetHostname() string

func (*Instance) GetInstanceId

func (m *Instance) GetInstanceId() string

func (*Instance) GetMachineClass

func (m *Instance) GetMachineClass() string

func (*Instance) GetServiceDescription

func (m *Instance) GetServiceDescription() string

func (*Instance) GetServiceName

func (m *Instance) GetServiceName() string

func (*Instance) GetServiceVersion

func (m *Instance) GetServiceVersion() uint64

func (*Instance) GetSubTopic

func (m *Instance) GetSubTopic() []string

func (*Instance) ProtoMessage

func (*Instance) ProtoMessage()

func (*Instance) Reset

func (m *Instance) Reset()

func (*Instance) String

func (m *Instance) String() string

type Request

type Request struct {
	AzName           *string `protobuf:"bytes,1,opt,name=azName" json:"azName,omitempty"`
	ServiceName      *string `protobuf:"bytes,2,opt,name=serviceName" json:"serviceName,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Request) GetAzName

func (m *Request) GetAzName() string

func (*Request) GetServiceName

func (m *Request) GetServiceName() string

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

type Response

type Response struct {
	Instances        []*Instance `protobuf:"bytes,1,rep,name=instances" json:"instances,omitempty"`
	XXX_unrecognized []byte      `json:"-"`
}

func (*Response) GetInstances

func (m *Response) GetInstances() []*Instance

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) String

func (m *Response) String() string

Jump to

Keyboard shortcuts

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