Documentation ¶
Index ¶
- Variables
- type Configure
- type Configure_Request
- type Configure_Response
- func (*Configure_Response) Descriptor() ([]byte, []int)deprecated
- func (x *Configure_Response) GetError() string
- func (*Configure_Response) ProtoMessage()
- func (x *Configure_Response) ProtoReflect() protoreflect.Message
- func (x *Configure_Response) Reset()
- func (x *Configure_Response) String() string
- type GetName
- type GetName_Request
- type GetName_Response
- type GetProtocolVersion
- type GetProtocolVersion_Request
- type GetProtocolVersion_Response
- func (*GetProtocolVersion_Response) Descriptor() ([]byte, []int)deprecated
- func (x *GetProtocolVersion_Response) GetVersion() uint64
- func (*GetProtocolVersion_Response) ProtoMessage()
- func (x *GetProtocolVersion_Response) ProtoReflect() protoreflect.Message
- func (x *GetProtocolVersion_Response) Reset()
- func (x *GetProtocolVersion_Response) String() string
- type GetVersion
- type GetVersion_Request
- type GetVersion_Response
- func (*GetVersion_Response) Descriptor() ([]byte, []int)deprecated
- func (x *GetVersion_Response) GetVersion() string
- func (*GetVersion_Response) ProtoMessage()
- func (x *GetVersion_Response) ProtoReflect() protoreflect.Message
- func (x *GetVersion_Response) Reset()
- func (x *GetVersion_Response) String() string
Constants ¶
This section is empty.
Variables ¶
var File_cloudquery_base_v0_base_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Configure ¶
type Configure struct {
// contains filtered or unexported fields
}
func (*Configure) Descriptor
deprecated
func (*Configure) ProtoMessage ¶
func (*Configure) ProtoMessage()
func (*Configure) ProtoReflect ¶
func (x *Configure) ProtoReflect() protoreflect.Message
type Configure_Request ¶
type Configure_Request struct { // Holds information such as credentials, regions, accounts, etc' // Marshalled spec.SourceSpec or spec.DestinationSpec Config []byte `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*Configure_Request) Descriptor
deprecated
func (*Configure_Request) Descriptor() ([]byte, []int)
Deprecated: Use Configure_Request.ProtoReflect.Descriptor instead.
func (*Configure_Request) GetConfig ¶
func (x *Configure_Request) GetConfig() []byte
func (*Configure_Request) ProtoMessage ¶
func (*Configure_Request) ProtoMessage()
func (*Configure_Request) ProtoReflect ¶
func (x *Configure_Request) ProtoReflect() protoreflect.Message
func (*Configure_Request) Reset ¶
func (x *Configure_Request) Reset()
func (*Configure_Request) String ¶
func (x *Configure_Request) String() string
type Configure_Response ¶
type Configure_Response struct { Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*Configure_Response) Descriptor
deprecated
func (*Configure_Response) Descriptor() ([]byte, []int)
Deprecated: Use Configure_Response.ProtoReflect.Descriptor instead.
func (*Configure_Response) GetError ¶
func (x *Configure_Response) GetError() string
func (*Configure_Response) ProtoMessage ¶
func (*Configure_Response) ProtoMessage()
func (*Configure_Response) ProtoReflect ¶
func (x *Configure_Response) ProtoReflect() protoreflect.Message
func (*Configure_Response) Reset ¶
func (x *Configure_Response) Reset()
func (*Configure_Response) String ¶
func (x *Configure_Response) String() string
type GetName ¶
type GetName struct {
// contains filtered or unexported fields
}
func (*GetName) Descriptor
deprecated
func (*GetName) ProtoMessage ¶
func (*GetName) ProtoMessage()
func (*GetName) ProtoReflect ¶
func (x *GetName) ProtoReflect() protoreflect.Message
type GetName_Request ¶
type GetName_Request struct {
// contains filtered or unexported fields
}
func (*GetName_Request) Descriptor
deprecated
func (*GetName_Request) Descriptor() ([]byte, []int)
Deprecated: Use GetName_Request.ProtoReflect.Descriptor instead.
func (*GetName_Request) ProtoMessage ¶
func (*GetName_Request) ProtoMessage()
func (*GetName_Request) ProtoReflect ¶
func (x *GetName_Request) ProtoReflect() protoreflect.Message
func (*GetName_Request) Reset ¶
func (x *GetName_Request) Reset()
func (*GetName_Request) String ¶
func (x *GetName_Request) String() string
type GetName_Response ¶
type GetName_Response struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetName_Response) Descriptor
deprecated
func (*GetName_Response) Descriptor() ([]byte, []int)
Deprecated: Use GetName_Response.ProtoReflect.Descriptor instead.
func (*GetName_Response) GetName ¶
func (x *GetName_Response) GetName() string
func (*GetName_Response) ProtoMessage ¶
func (*GetName_Response) ProtoMessage()
func (*GetName_Response) ProtoReflect ¶
func (x *GetName_Response) ProtoReflect() protoreflect.Message
func (*GetName_Response) Reset ¶
func (x *GetName_Response) Reset()
func (*GetName_Response) String ¶
func (x *GetName_Response) String() string
type GetProtocolVersion ¶
type GetProtocolVersion struct {
// contains filtered or unexported fields
}
func (*GetProtocolVersion) Descriptor
deprecated
func (*GetProtocolVersion) Descriptor() ([]byte, []int)
Deprecated: Use GetProtocolVersion.ProtoReflect.Descriptor instead.
func (*GetProtocolVersion) ProtoMessage ¶
func (*GetProtocolVersion) ProtoMessage()
func (*GetProtocolVersion) ProtoReflect ¶
func (x *GetProtocolVersion) ProtoReflect() protoreflect.Message
func (*GetProtocolVersion) Reset ¶
func (x *GetProtocolVersion) Reset()
func (*GetProtocolVersion) String ¶
func (x *GetProtocolVersion) String() string
type GetProtocolVersion_Request ¶
type GetProtocolVersion_Request struct {
// contains filtered or unexported fields
}
func (*GetProtocolVersion_Request) Descriptor
deprecated
func (*GetProtocolVersion_Request) Descriptor() ([]byte, []int)
Deprecated: Use GetProtocolVersion_Request.ProtoReflect.Descriptor instead.
func (*GetProtocolVersion_Request) ProtoMessage ¶
func (*GetProtocolVersion_Request) ProtoMessage()
func (*GetProtocolVersion_Request) ProtoReflect ¶
func (x *GetProtocolVersion_Request) ProtoReflect() protoreflect.Message
func (*GetProtocolVersion_Request) Reset ¶
func (x *GetProtocolVersion_Request) Reset()
func (*GetProtocolVersion_Request) String ¶
func (x *GetProtocolVersion_Request) String() string
type GetProtocolVersion_Response ¶
type GetProtocolVersion_Response struct { Version uint64 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*GetProtocolVersion_Response) Descriptor
deprecated
func (*GetProtocolVersion_Response) Descriptor() ([]byte, []int)
Deprecated: Use GetProtocolVersion_Response.ProtoReflect.Descriptor instead.
func (*GetProtocolVersion_Response) GetVersion ¶
func (x *GetProtocolVersion_Response) GetVersion() uint64
func (*GetProtocolVersion_Response) ProtoMessage ¶
func (*GetProtocolVersion_Response) ProtoMessage()
func (*GetProtocolVersion_Response) ProtoReflect ¶
func (x *GetProtocolVersion_Response) ProtoReflect() protoreflect.Message
func (*GetProtocolVersion_Response) Reset ¶
func (x *GetProtocolVersion_Response) Reset()
func (*GetProtocolVersion_Response) String ¶
func (x *GetProtocolVersion_Response) String() string
type GetVersion ¶
type GetVersion struct {
// contains filtered or unexported fields
}
func (*GetVersion) Descriptor
deprecated
func (*GetVersion) Descriptor() ([]byte, []int)
Deprecated: Use GetVersion.ProtoReflect.Descriptor instead.
func (*GetVersion) ProtoMessage ¶
func (*GetVersion) ProtoMessage()
func (*GetVersion) ProtoReflect ¶
func (x *GetVersion) ProtoReflect() protoreflect.Message
func (*GetVersion) Reset ¶
func (x *GetVersion) Reset()
func (*GetVersion) String ¶
func (x *GetVersion) String() string
type GetVersion_Request ¶
type GetVersion_Request struct {
// contains filtered or unexported fields
}
func (*GetVersion_Request) Descriptor
deprecated
func (*GetVersion_Request) Descriptor() ([]byte, []int)
Deprecated: Use GetVersion_Request.ProtoReflect.Descriptor instead.
func (*GetVersion_Request) ProtoMessage ¶
func (*GetVersion_Request) ProtoMessage()
func (*GetVersion_Request) ProtoReflect ¶
func (x *GetVersion_Request) ProtoReflect() protoreflect.Message
func (*GetVersion_Request) Reset ¶
func (x *GetVersion_Request) Reset()
func (*GetVersion_Request) String ¶
func (x *GetVersion_Request) String() string
type GetVersion_Response ¶
type GetVersion_Response struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*GetVersion_Response) Descriptor
deprecated
func (*GetVersion_Response) Descriptor() ([]byte, []int)
Deprecated: Use GetVersion_Response.ProtoReflect.Descriptor instead.
func (*GetVersion_Response) GetVersion ¶
func (x *GetVersion_Response) GetVersion() string
func (*GetVersion_Response) ProtoMessage ¶
func (*GetVersion_Response) ProtoMessage()
func (*GetVersion_Response) ProtoReflect ¶
func (x *GetVersion_Response) ProtoReflect() protoreflect.Message
func (*GetVersion_Response) Reset ¶
func (x *GetVersion_Response) Reset()
func (*GetVersion_Response) String ¶
func (x *GetVersion_Response) String() string