Documentation ¶
Index ¶
- type GetPipelineCountReply
- func (*GetPipelineCountReply) Descriptor() ([]byte, []int)
- func (m *GetPipelineCountReply) GetCount() uint64
- func (m *GetPipelineCountReply) GetReason() string
- func (m *GetPipelineCountReply) GetSuccess() bool
- func (*GetPipelineCountReply) ProtoMessage()
- func (m *GetPipelineCountReply) Reset()
- func (m *GetPipelineCountReply) String() string
- func (m *GetPipelineCountReply) XXX_DiscardUnknown()
- func (m *GetPipelineCountReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetPipelineCountReply) XXX_Merge(src proto.Message)
- func (m *GetPipelineCountReply) XXX_Size() int
- func (m *GetPipelineCountReply) XXX_Unmarshal(b []byte) error
- type GetPipelineCountRequest
- func (*GetPipelineCountRequest) Descriptor() ([]byte, []int)
- func (*GetPipelineCountRequest) ProtoMessage()
- func (m *GetPipelineCountRequest) Reset()
- func (m *GetPipelineCountRequest) String() string
- func (m *GetPipelineCountRequest) XXX_DiscardUnknown()
- func (m *GetPipelineCountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetPipelineCountRequest) XXX_Merge(src proto.Message)
- func (m *GetPipelineCountRequest) XXX_Size() int
- func (m *GetPipelineCountRequest) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetPipelineCountReply ¶
type GetPipelineCountReply struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` Count uint64 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetPipelineCountReply) Descriptor ¶
func (*GetPipelineCountReply) Descriptor() ([]byte, []int)
func (*GetPipelineCountReply) GetCount ¶
func (m *GetPipelineCountReply) GetCount() uint64
func (*GetPipelineCountReply) GetReason ¶
func (m *GetPipelineCountReply) GetReason() string
func (*GetPipelineCountReply) GetSuccess ¶
func (m *GetPipelineCountReply) GetSuccess() bool
func (*GetPipelineCountReply) ProtoMessage ¶
func (*GetPipelineCountReply) ProtoMessage()
func (*GetPipelineCountReply) Reset ¶
func (m *GetPipelineCountReply) Reset()
func (*GetPipelineCountReply) String ¶
func (m *GetPipelineCountReply) String() string
func (*GetPipelineCountReply) XXX_DiscardUnknown ¶
func (m *GetPipelineCountReply) XXX_DiscardUnknown()
func (*GetPipelineCountReply) XXX_Marshal ¶
func (m *GetPipelineCountReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetPipelineCountReply) XXX_Merge ¶
func (m *GetPipelineCountReply) XXX_Merge(src proto.Message)
func (*GetPipelineCountReply) XXX_Size ¶
func (m *GetPipelineCountReply) XXX_Size() int
func (*GetPipelineCountReply) XXX_Unmarshal ¶
func (m *GetPipelineCountReply) XXX_Unmarshal(b []byte) error
type GetPipelineCountRequest ¶
type GetPipelineCountRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetPipelineCountRequest) Descriptor ¶
func (*GetPipelineCountRequest) Descriptor() ([]byte, []int)
func (*GetPipelineCountRequest) ProtoMessage ¶
func (*GetPipelineCountRequest) ProtoMessage()
func (*GetPipelineCountRequest) Reset ¶
func (m *GetPipelineCountRequest) Reset()
func (*GetPipelineCountRequest) String ¶
func (m *GetPipelineCountRequest) String() string
func (*GetPipelineCountRequest) XXX_DiscardUnknown ¶
func (m *GetPipelineCountRequest) XXX_DiscardUnknown()
func (*GetPipelineCountRequest) XXX_Marshal ¶
func (m *GetPipelineCountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetPipelineCountRequest) XXX_Merge ¶
func (m *GetPipelineCountRequest) XXX_Merge(src proto.Message)
func (*GetPipelineCountRequest) XXX_Size ¶
func (m *GetPipelineCountRequest) XXX_Size() int
func (*GetPipelineCountRequest) XXX_Unmarshal ¶
func (m *GetPipelineCountRequest) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.