Documentation
¶
Index ¶
- Variables
- func RegisterCredentialMonitorAgentServer(s *grpc.Server, srv CredentialMonitorAgentServer)
- func RegisterLogAgentServer(s *grpc.Server, srv LogAgentServer)
- type CertificateStatus
- type CredentialMonitor
- func (*CredentialMonitor) Descriptor() ([]byte, []int)
- func (m *CredentialMonitor) GetCertificate() string
- func (m *CredentialMonitor) GetStatus() CertificateStatus
- func (*CredentialMonitor) ProtoMessage()
- func (m *CredentialMonitor) Reset()
- func (m *CredentialMonitor) String() string
- func (m *CredentialMonitor) XXX_DiscardUnknown()
- func (m *CredentialMonitor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CredentialMonitor) XXX_Merge(src proto.Message)
- func (m *CredentialMonitor) XXX_Size() int
- func (m *CredentialMonitor) XXX_Unmarshal(b []byte) error
- type CredentialMonitorAgentClient
- type CredentialMonitorAgentServer
- type CredentialMonitorRequest
- func (*CredentialMonitorRequest) Descriptor() ([]byte, []int)
- func (m *CredentialMonitorRequest) GetCredentialMonitor() *CredentialMonitor
- func (*CredentialMonitorRequest) ProtoMessage()
- func (m *CredentialMonitorRequest) Reset()
- func (m *CredentialMonitorRequest) String() string
- func (m *CredentialMonitorRequest) XXX_DiscardUnknown()
- func (m *CredentialMonitorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CredentialMonitorRequest) XXX_Merge(src proto.Message)
- func (m *CredentialMonitorRequest) XXX_Size() int
- func (m *CredentialMonitorRequest) XXX_Unmarshal(b []byte) error
- type CredentialMonitorResponse
- func (*CredentialMonitorResponse) Descriptor() ([]byte, []int)
- func (m *CredentialMonitorResponse) GetCredentialMonitor() *CredentialMonitor
- func (m *CredentialMonitorResponse) GetError() string
- func (*CredentialMonitorResponse) ProtoMessage()
- func (m *CredentialMonitorResponse) Reset()
- func (m *CredentialMonitorResponse) String() string
- func (m *CredentialMonitorResponse) XXX_DiscardUnknown()
- func (m *CredentialMonitorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CredentialMonitorResponse) XXX_Merge(src proto.Message)
- func (m *CredentialMonitorResponse) XXX_Size() int
- func (m *CredentialMonitorResponse) XXX_Unmarshal(b []byte) error
- type GetLogType
- type GetRequest
- func (*GetRequest) Descriptor() ([]byte, []int)
- func (*GetRequest) ProtoMessage()
- func (m *GetRequest) Reset()
- func (m *GetRequest) String() string
- func (m *GetRequest) XXX_DiscardUnknown()
- func (m *GetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetRequest) XXX_Merge(src proto.Message)
- func (m *GetRequest) XXX_Size() int
- func (m *GetRequest) XXX_Unmarshal(b []byte) error
- type GetResponse
- func (*GetResponse) Descriptor() ([]byte, []int)
- func (m *GetResponse) GetError() string
- func (m *GetResponse) GetLevel() string
- func (*GetResponse) ProtoMessage()
- func (m *GetResponse) Reset()
- func (m *GetResponse) String() string
- func (m *GetResponse) XXX_DiscardUnknown()
- func (m *GetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetResponse) XXX_Merge(src proto.Message)
- func (m *GetResponse) XXX_Size() int
- func (m *GetResponse) XXX_Unmarshal(b []byte) error
- type LogAgentClient
- type LogAgentServer
- type LogAgent_GetClient
- type LogAgent_GetServer
- type LogFileResponse
- func (*LogFileResponse) Descriptor() ([]byte, []int)
- func (m *LogFileResponse) GetDone() bool
- func (m *LogFileResponse) GetError() string
- func (m *LogFileResponse) GetFile() []byte
- func (m *LogFileResponse) GetFilename() string
- func (*LogFileResponse) ProtoMessage()
- func (m *LogFileResponse) Reset()
- func (m *LogFileResponse) String() string
- func (m *LogFileResponse) XXX_DiscardUnknown()
- func (m *LogFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogFileResponse) XXX_Merge(src proto.Message)
- func (m *LogFileResponse) XXX_Size() int
- func (m *LogFileResponse) XXX_Unmarshal(b []byte) error
- type LogRequest
- func (*LogRequest) Descriptor() ([]byte, []int)
- func (m *LogRequest) GetLocation() string
- func (m *LogRequest) GetType() GetLogType
- func (*LogRequest) ProtoMessage()
- func (m *LogRequest) Reset()
- func (m *LogRequest) String() string
- func (m *LogRequest) XXX_DiscardUnknown()
- func (m *LogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogRequest) XXX_Merge(src proto.Message)
- func (m *LogRequest) XXX_Size() int
- func (m *LogRequest) XXX_Unmarshal(b []byte) error
- type SetRequest
- func (*SetRequest) Descriptor() ([]byte, []int)
- func (m *SetRequest) GetIncludeNodeagents() bool
- func (m *SetRequest) GetVerbositylevel() int32
- func (*SetRequest) ProtoMessage()
- func (m *SetRequest) Reset()
- func (m *SetRequest) String() string
- func (m *SetRequest) XXX_DiscardUnknown()
- func (m *SetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SetRequest) XXX_Merge(src proto.Message)
- func (m *SetRequest) XXX_Size() int
- func (m *SetRequest) XXX_Unmarshal(b []byte) error
- type SetResponse
- func (*SetResponse) Descriptor() ([]byte, []int)
- func (m *SetResponse) GetError() string
- func (*SetResponse) ProtoMessage()
- func (m *SetResponse) Reset()
- func (m *SetResponse) String() string
- func (m *SetResponse) XXX_DiscardUnknown()
- func (m *SetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SetResponse) XXX_Merge(src proto.Message)
- func (m *SetResponse) XXX_Size() int
- func (m *SetResponse) XXX_Unmarshal(b []byte) error
- type UnimplementedCredentialMonitorAgentServer
- type UnimplementedLogAgentServer
Constants ¶
This section is empty.
Variables ¶
var CertificateStatus_name = map[int32]string{
0: "Single",
1: "Overlap",
}
var CertificateStatus_value = map[string]int32{
"Single": 0,
"Overlap": 1,
}
var GetLogType_name = map[int32]string{
0: "All",
1: "Cloud",
2: "Node",
}
var GetLogType_value = map[string]int32{
"All": 0,
"Cloud": 1,
"Node": 2,
}
Functions ¶
func RegisterCredentialMonitorAgentServer ¶
func RegisterCredentialMonitorAgentServer(s *grpc.Server, srv CredentialMonitorAgentServer)
func RegisterLogAgentServer ¶
func RegisterLogAgentServer(s *grpc.Server, srv LogAgentServer)
Types ¶
type CertificateStatus ¶
type CertificateStatus int32
const ( CertificateStatus_Single CertificateStatus = 0 CertificateStatus_Overlap CertificateStatus = 1 )
func (CertificateStatus) EnumDescriptor ¶
func (CertificateStatus) EnumDescriptor() ([]byte, []int)
func (CertificateStatus) String ¶
func (x CertificateStatus) String() string
type CredentialMonitor ¶
type CredentialMonitor struct { Certificate string `protobuf:"bytes,1,opt,name=certificate,proto3" json:"certificate,omitempty"` Status CertificateStatus `protobuf:"varint,2,opt,name=status,proto3,enum=moc.cloudagent.admin.CertificateStatus" json:"status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CredentialMonitor) Descriptor ¶
func (*CredentialMonitor) Descriptor() ([]byte, []int)
func (*CredentialMonitor) GetCertificate ¶
func (m *CredentialMonitor) GetCertificate() string
func (*CredentialMonitor) GetStatus ¶
func (m *CredentialMonitor) GetStatus() CertificateStatus
func (*CredentialMonitor) ProtoMessage ¶
func (*CredentialMonitor) ProtoMessage()
func (*CredentialMonitor) Reset ¶
func (m *CredentialMonitor) Reset()
func (*CredentialMonitor) String ¶
func (m *CredentialMonitor) String() string
func (*CredentialMonitor) XXX_DiscardUnknown ¶
func (m *CredentialMonitor) XXX_DiscardUnknown()
func (*CredentialMonitor) XXX_Marshal ¶
func (m *CredentialMonitor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CredentialMonitor) XXX_Merge ¶
func (m *CredentialMonitor) XXX_Merge(src proto.Message)
func (*CredentialMonitor) XXX_Size ¶
func (m *CredentialMonitor) XXX_Size() int
func (*CredentialMonitor) XXX_Unmarshal ¶
func (m *CredentialMonitor) XXX_Unmarshal(b []byte) error
type CredentialMonitorAgentClient ¶
type CredentialMonitorAgentClient interface {
Get(ctx context.Context, in *CredentialMonitorRequest, opts ...grpc.CallOption) (*CredentialMonitorResponse, error)
}
CredentialMonitorAgentClient is the client API for CredentialMonitorAgent service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewCredentialMonitorAgentClient ¶
func NewCredentialMonitorAgentClient(cc *grpc.ClientConn) CredentialMonitorAgentClient
type CredentialMonitorAgentServer ¶
type CredentialMonitorAgentServer interface {
Get(context.Context, *CredentialMonitorRequest) (*CredentialMonitorResponse, error)
}
CredentialMonitorAgentServer is the server API for CredentialMonitorAgent service.
type CredentialMonitorRequest ¶
type CredentialMonitorRequest struct { CredentialMonitor *CredentialMonitor `protobuf:"bytes,1,opt,name=CredentialMonitor,proto3" json:"CredentialMonitor,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CredentialMonitorRequest) Descriptor ¶
func (*CredentialMonitorRequest) Descriptor() ([]byte, []int)
func (*CredentialMonitorRequest) GetCredentialMonitor ¶
func (m *CredentialMonitorRequest) GetCredentialMonitor() *CredentialMonitor
func (*CredentialMonitorRequest) ProtoMessage ¶
func (*CredentialMonitorRequest) ProtoMessage()
func (*CredentialMonitorRequest) Reset ¶
func (m *CredentialMonitorRequest) Reset()
func (*CredentialMonitorRequest) String ¶
func (m *CredentialMonitorRequest) String() string
func (*CredentialMonitorRequest) XXX_DiscardUnknown ¶
func (m *CredentialMonitorRequest) XXX_DiscardUnknown()
func (*CredentialMonitorRequest) XXX_Marshal ¶
func (m *CredentialMonitorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CredentialMonitorRequest) XXX_Merge ¶
func (m *CredentialMonitorRequest) XXX_Merge(src proto.Message)
func (*CredentialMonitorRequest) XXX_Size ¶
func (m *CredentialMonitorRequest) XXX_Size() int
func (*CredentialMonitorRequest) XXX_Unmarshal ¶
func (m *CredentialMonitorRequest) XXX_Unmarshal(b []byte) error
type CredentialMonitorResponse ¶
type CredentialMonitorResponse struct { CredentialMonitor *CredentialMonitor `protobuf:"bytes,1,opt,name=CredentialMonitor,proto3" json:"CredentialMonitor,omitempty"` Error string `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CredentialMonitorResponse) Descriptor ¶
func (*CredentialMonitorResponse) Descriptor() ([]byte, []int)
func (*CredentialMonitorResponse) GetCredentialMonitor ¶
func (m *CredentialMonitorResponse) GetCredentialMonitor() *CredentialMonitor
func (*CredentialMonitorResponse) GetError ¶
func (m *CredentialMonitorResponse) GetError() string
func (*CredentialMonitorResponse) ProtoMessage ¶
func (*CredentialMonitorResponse) ProtoMessage()
func (*CredentialMonitorResponse) Reset ¶
func (m *CredentialMonitorResponse) Reset()
func (*CredentialMonitorResponse) String ¶
func (m *CredentialMonitorResponse) String() string
func (*CredentialMonitorResponse) XXX_DiscardUnknown ¶
func (m *CredentialMonitorResponse) XXX_DiscardUnknown()
func (*CredentialMonitorResponse) XXX_Marshal ¶
func (m *CredentialMonitorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CredentialMonitorResponse) XXX_Merge ¶
func (m *CredentialMonitorResponse) XXX_Merge(src proto.Message)
func (*CredentialMonitorResponse) XXX_Size ¶
func (m *CredentialMonitorResponse) XXX_Size() int
func (*CredentialMonitorResponse) XXX_Unmarshal ¶
func (m *CredentialMonitorResponse) XXX_Unmarshal(b []byte) error
type GetLogType ¶
type GetLogType int32
const ( GetLogType_All GetLogType = 0 GetLogType_Cloud GetLogType = 1 GetLogType_Node GetLogType = 2 )
func (GetLogType) EnumDescriptor ¶
func (GetLogType) EnumDescriptor() ([]byte, []int)
func (GetLogType) String ¶
func (x GetLogType) String() string
type GetRequest ¶ added in v0.10.29
type GetRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetRequest) Descriptor ¶ added in v0.10.29
func (*GetRequest) Descriptor() ([]byte, []int)
func (*GetRequest) ProtoMessage ¶ added in v0.10.29
func (*GetRequest) ProtoMessage()
func (*GetRequest) Reset ¶ added in v0.10.29
func (m *GetRequest) Reset()
func (*GetRequest) String ¶ added in v0.10.29
func (m *GetRequest) String() string
func (*GetRequest) XXX_DiscardUnknown ¶ added in v0.10.29
func (m *GetRequest) XXX_DiscardUnknown()
func (*GetRequest) XXX_Marshal ¶ added in v0.10.29
func (m *GetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetRequest) XXX_Merge ¶ added in v0.10.29
func (m *GetRequest) XXX_Merge(src proto.Message)
func (*GetRequest) XXX_Size ¶ added in v0.10.29
func (m *GetRequest) XXX_Size() int
func (*GetRequest) XXX_Unmarshal ¶ added in v0.10.29
func (m *GetRequest) XXX_Unmarshal(b []byte) error
type GetResponse ¶ added in v0.10.29
type GetResponse struct { Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` Level string `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetResponse) Descriptor ¶ added in v0.10.29
func (*GetResponse) Descriptor() ([]byte, []int)
func (*GetResponse) GetError ¶ added in v0.10.29
func (m *GetResponse) GetError() string
func (*GetResponse) GetLevel ¶ added in v0.10.29
func (m *GetResponse) GetLevel() string
func (*GetResponse) ProtoMessage ¶ added in v0.10.29
func (*GetResponse) ProtoMessage()
func (*GetResponse) Reset ¶ added in v0.10.29
func (m *GetResponse) Reset()
func (*GetResponse) String ¶ added in v0.10.29
func (m *GetResponse) String() string
func (*GetResponse) XXX_DiscardUnknown ¶ added in v0.10.29
func (m *GetResponse) XXX_DiscardUnknown()
func (*GetResponse) XXX_Marshal ¶ added in v0.10.29
func (m *GetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetResponse) XXX_Merge ¶ added in v0.10.29
func (m *GetResponse) XXX_Merge(src proto.Message)
func (*GetResponse) XXX_Size ¶ added in v0.10.29
func (m *GetResponse) XXX_Size() int
func (*GetResponse) XXX_Unmarshal ¶ added in v0.10.29
func (m *GetResponse) XXX_Unmarshal(b []byte) error
type LogAgentClient ¶
type LogAgentClient interface { Get(ctx context.Context, in *LogRequest, opts ...grpc.CallOption) (LogAgent_GetClient, error) Set(ctx context.Context, in *SetRequest, opts ...grpc.CallOption) (*SetResponse, error) GetLevel(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error) }
LogAgentClient is the client API for LogAgent service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewLogAgentClient ¶
func NewLogAgentClient(cc *grpc.ClientConn) LogAgentClient
type LogAgentServer ¶
type LogAgentServer interface { Get(*LogRequest, LogAgent_GetServer) error Set(context.Context, *SetRequest) (*SetResponse, error) GetLevel(context.Context, *GetRequest) (*GetResponse, error) }
LogAgentServer is the server API for LogAgent service.
type LogAgent_GetClient ¶
type LogAgent_GetClient interface { Recv() (*LogFileResponse, error) grpc.ClientStream }
type LogAgent_GetServer ¶
type LogAgent_GetServer interface { Send(*LogFileResponse) error grpc.ServerStream }
type LogFileResponse ¶
type LogFileResponse struct { File []byte `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"` Done bool `protobuf:"varint,2,opt,name=done,proto3" json:"done,omitempty"` Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` Filename string `protobuf:"bytes,4,opt,name=filename,proto3" json:"filename,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogFileResponse) Descriptor ¶
func (*LogFileResponse) Descriptor() ([]byte, []int)
func (*LogFileResponse) GetDone ¶
func (m *LogFileResponse) GetDone() bool
func (*LogFileResponse) GetError ¶
func (m *LogFileResponse) GetError() string
func (*LogFileResponse) GetFile ¶
func (m *LogFileResponse) GetFile() []byte
func (*LogFileResponse) GetFilename ¶
func (m *LogFileResponse) GetFilename() string
func (*LogFileResponse) ProtoMessage ¶
func (*LogFileResponse) ProtoMessage()
func (*LogFileResponse) Reset ¶
func (m *LogFileResponse) Reset()
func (*LogFileResponse) String ¶
func (m *LogFileResponse) String() string
func (*LogFileResponse) XXX_DiscardUnknown ¶
func (m *LogFileResponse) XXX_DiscardUnknown()
func (*LogFileResponse) XXX_Marshal ¶
func (m *LogFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogFileResponse) XXX_Merge ¶
func (m *LogFileResponse) XXX_Merge(src proto.Message)
func (*LogFileResponse) XXX_Size ¶
func (m *LogFileResponse) XXX_Size() int
func (*LogFileResponse) XXX_Unmarshal ¶
func (m *LogFileResponse) XXX_Unmarshal(b []byte) error
type LogRequest ¶
type LogRequest struct { Type GetLogType `protobuf:"varint,1,opt,name=type,proto3,enum=moc.cloudagent.admin.GetLogType" json:"type,omitempty"` Location string `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LogRequest) Descriptor ¶
func (*LogRequest) Descriptor() ([]byte, []int)
func (*LogRequest) GetLocation ¶
func (m *LogRequest) GetLocation() string
func (*LogRequest) GetType ¶
func (m *LogRequest) GetType() GetLogType
func (*LogRequest) ProtoMessage ¶
func (*LogRequest) ProtoMessage()
func (*LogRequest) Reset ¶
func (m *LogRequest) Reset()
func (*LogRequest) String ¶
func (m *LogRequest) String() string
func (*LogRequest) XXX_DiscardUnknown ¶
func (m *LogRequest) XXX_DiscardUnknown()
func (*LogRequest) XXX_Marshal ¶
func (m *LogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogRequest) XXX_Merge ¶
func (m *LogRequest) XXX_Merge(src proto.Message)
func (*LogRequest) XXX_Size ¶
func (m *LogRequest) XXX_Size() int
func (*LogRequest) XXX_Unmarshal ¶
func (m *LogRequest) XXX_Unmarshal(b []byte) error
type SetRequest ¶ added in v0.10.29
type SetRequest struct { Verbositylevel int32 `protobuf:"varint,1,opt,name=verbositylevel,proto3" json:"verbositylevel,omitempty"` IncludeNodeagents bool `protobuf:"varint,2,opt,name=include_nodeagents,json=includeNodeagents,proto3" json:"include_nodeagents,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetRequest) Descriptor ¶ added in v0.10.29
func (*SetRequest) Descriptor() ([]byte, []int)
func (*SetRequest) GetIncludeNodeagents ¶ added in v0.10.29
func (m *SetRequest) GetIncludeNodeagents() bool
func (*SetRequest) GetVerbositylevel ¶ added in v0.10.29
func (m *SetRequest) GetVerbositylevel() int32
func (*SetRequest) ProtoMessage ¶ added in v0.10.29
func (*SetRequest) ProtoMessage()
func (*SetRequest) Reset ¶ added in v0.10.29
func (m *SetRequest) Reset()
func (*SetRequest) String ¶ added in v0.10.29
func (m *SetRequest) String() string
func (*SetRequest) XXX_DiscardUnknown ¶ added in v0.10.29
func (m *SetRequest) XXX_DiscardUnknown()
func (*SetRequest) XXX_Marshal ¶ added in v0.10.29
func (m *SetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetRequest) XXX_Merge ¶ added in v0.10.29
func (m *SetRequest) XXX_Merge(src proto.Message)
func (*SetRequest) XXX_Size ¶ added in v0.10.29
func (m *SetRequest) XXX_Size() int
func (*SetRequest) XXX_Unmarshal ¶ added in v0.10.29
func (m *SetRequest) XXX_Unmarshal(b []byte) error
type SetResponse ¶ added in v0.10.29
type SetResponse struct { Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetResponse) Descriptor ¶ added in v0.10.29
func (*SetResponse) Descriptor() ([]byte, []int)
func (*SetResponse) GetError ¶ added in v0.10.29
func (m *SetResponse) GetError() string
func (*SetResponse) ProtoMessage ¶ added in v0.10.29
func (*SetResponse) ProtoMessage()
func (*SetResponse) Reset ¶ added in v0.10.29
func (m *SetResponse) Reset()
func (*SetResponse) String ¶ added in v0.10.29
func (m *SetResponse) String() string
func (*SetResponse) XXX_DiscardUnknown ¶ added in v0.10.29
func (m *SetResponse) XXX_DiscardUnknown()
func (*SetResponse) XXX_Marshal ¶ added in v0.10.29
func (m *SetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetResponse) XXX_Merge ¶ added in v0.10.29
func (m *SetResponse) XXX_Merge(src proto.Message)
func (*SetResponse) XXX_Size ¶ added in v0.10.29
func (m *SetResponse) XXX_Size() int
func (*SetResponse) XXX_Unmarshal ¶ added in v0.10.29
func (m *SetResponse) XXX_Unmarshal(b []byte) error
type UnimplementedCredentialMonitorAgentServer ¶
type UnimplementedCredentialMonitorAgentServer struct { }
UnimplementedCredentialMonitorAgentServer can be embedded to have forward compatible implementations.
func (*UnimplementedCredentialMonitorAgentServer) Get ¶
func (*UnimplementedCredentialMonitorAgentServer) Get(ctx context.Context, req *CredentialMonitorRequest) (*CredentialMonitorResponse, error)
type UnimplementedLogAgentServer ¶
type UnimplementedLogAgentServer struct { }
UnimplementedLogAgentServer can be embedded to have forward compatible implementations.
func (*UnimplementedLogAgentServer) Get ¶
func (*UnimplementedLogAgentServer) Get(req *LogRequest, srv LogAgent_GetServer) error
func (*UnimplementedLogAgentServer) GetLevel ¶ added in v0.10.29
func (*UnimplementedLogAgentServer) GetLevel(ctx context.Context, req *GetRequest) (*GetResponse, error)
func (*UnimplementedLogAgentServer) Set ¶ added in v0.10.29
func (*UnimplementedLogAgentServer) Set(ctx context.Context, req *SetRequest) (*SetResponse, error)