Documentation
¶
Index ¶
- Variables
- type CheckPluginExistRequest
- func (*CheckPluginExistRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckPluginExistRequest) GetClusterId() string
- func (x *CheckPluginExistRequest) GetInstanceName() string
- func (x *CheckPluginExistRequest) GetRegionId() string
- func (*CheckPluginExistRequest) ProtoMessage()
- func (x *CheckPluginExistRequest) ProtoReflect() protoreflect.Message
- func (x *CheckPluginExistRequest) Reset()
- func (x *CheckPluginExistRequest) String() string
- type CheckPluginExistResponse
- func (*CheckPluginExistResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckPluginExistResponse) GetData() bool
- func (*CheckPluginExistResponse) ProtoMessage()
- func (x *CheckPluginExistResponse) ProtoReflect() protoreflect.Message
- func (x *CheckPluginExistResponse) Reset()
- func (x *CheckPluginExistResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_plugin_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CheckPluginExistRequest ¶
type CheckPluginExistRequest struct {
ClusterId string `protobuf:"bytes,1,opt,name=clusterId,proto3" json:"clusterId,omitempty" path:"clusterId"`
InstanceName string `protobuf:"bytes,2,opt,name=instanceName,proto3" json:"instanceName,omitempty" path:"instanceName"`
RegionId string `protobuf:"bytes,3,opt,name=regionId,proto3" header:"regionId" json:"regionId,omitempty"`
// contains filtered or unexported fields
}
func (*CheckPluginExistRequest) Descriptor
deprecated
func (*CheckPluginExistRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckPluginExistRequest.ProtoReflect.Descriptor instead.
func (*CheckPluginExistRequest) GetClusterId ¶
func (x *CheckPluginExistRequest) GetClusterId() string
func (*CheckPluginExistRequest) GetInstanceName ¶
func (x *CheckPluginExistRequest) GetInstanceName() string
func (*CheckPluginExistRequest) GetRegionId ¶
func (x *CheckPluginExistRequest) GetRegionId() string
func (*CheckPluginExistRequest) ProtoMessage ¶
func (*CheckPluginExistRequest) ProtoMessage()
func (*CheckPluginExistRequest) ProtoReflect ¶
func (x *CheckPluginExistRequest) ProtoReflect() protoreflect.Message
func (*CheckPluginExistRequest) Reset ¶
func (x *CheckPluginExistRequest) Reset()
func (*CheckPluginExistRequest) String ¶
func (x *CheckPluginExistRequest) String() string
type CheckPluginExistResponse ¶
type CheckPluginExistResponse struct {
Data bool `protobuf:"varint,1,opt,name=data,proto3" form:"data" json:"data,omitempty" query:"data"`
// contains filtered or unexported fields
}
func (*CheckPluginExistResponse) Descriptor
deprecated
func (*CheckPluginExistResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckPluginExistResponse.ProtoReflect.Descriptor instead.
func (*CheckPluginExistResponse) GetData ¶
func (x *CheckPluginExistResponse) GetData() bool
func (*CheckPluginExistResponse) ProtoMessage ¶
func (*CheckPluginExistResponse) ProtoMessage()
func (*CheckPluginExistResponse) ProtoReflect ¶
func (x *CheckPluginExistResponse) ProtoReflect() protoreflect.Message
func (*CheckPluginExistResponse) Reset ¶
func (x *CheckPluginExistResponse) Reset()
func (*CheckPluginExistResponse) String ¶
func (x *CheckPluginExistResponse) String() string
Click to show internal directories.
Click to hide internal directories.