Documentation
¶
Index ¶
- Variables
- type TestPlan
- func (*TestPlan) Descriptor() ([]byte, []int)deprecated
- func (x *TestPlan) GetDescription() string
- func (x *TestPlan) GetIdentity() *metadata.Identity
- func (x *TestPlan) GetName() string
- func (x *TestPlan) GetProjectId() string
- func (*TestPlan) ProtoMessage()
- func (x *TestPlan) ProtoReflect() protoreflect.Message
- func (x *TestPlan) Reset()
- func (x *TestPlan) String() string
- func (s *TestPlan) Validate() error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_testplan_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TestPlan ¶
type TestPlan struct { Identity *metadata.Identity `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"` // ID of the project that owns the scenario. MANDATORY ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" json:"projectId,omitempty"` // Used for unique identification. It should be a brief description of what you are testing. MANDATORY Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // Description is used to add detailed information Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*TestPlan) Descriptor
deprecated
func (*TestPlan) GetDescription ¶
func (*TestPlan) GetIdentity ¶
func (*TestPlan) GetProjectId ¶
func (*TestPlan) ProtoMessage ¶
func (*TestPlan) ProtoMessage()
func (*TestPlan) ProtoReflect ¶
func (x *TestPlan) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.