Documentation ¶
Index ¶
- Constants
- Variables
- type Control
- func (*Control) Descriptor() ([]byte, []int)
- func (m *Control) GetApiServer() string
- func (m *Control) GetNodeName() string
- func (m *Control) Marshal() (dAtA []byte, err error)
- func (m *Control) MarshalTo(dAtA []byte) (int, error)
- func (m *Control) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Control) Name() string
- func (*Control) New() types.Message
- func (*Control) ProtoMessage()
- func (m *Control) Reset()
- func (m *Control) Size() (n int)
- func (m *Control) String() string
- func (m *Control) Unmarshal(dAtA []byte) error
- func (m *Control) XXX_DiscardUnknown()
- func (m *Control) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Control) XXX_Merge(src proto.Message)
- func (*Control) XXX_MessageName() string
- func (m *Control) XXX_Size() int
- func (m *Control) XXX_Unmarshal(b []byte) error
Constants ¶
View Source
const Name = "type.googleapis.com/Powerman.Control"
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Control ¶
type Control struct { ApiServer string `protobuf:"bytes,1,opt,name=api_server,json=apiServer,proto3" json:"api_server,omitempty"` NodeName string `protobuf:"bytes,2,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Control) Descriptor ¶
func (*Control) GetApiServer ¶
func (*Control) GetNodeName ¶
func (*Control) MarshalToSizedBuffer ¶
func (*Control) ProtoMessage ¶
func (*Control) ProtoMessage()
func (*Control) XXX_DiscardUnknown ¶
func (m *Control) XXX_DiscardUnknown()
func (*Control) XXX_Marshal ¶
func (*Control) XXX_MessageName ¶
func (*Control) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.