Documentation
¶
Index ¶
- Variables
- type Config
- func (*Config) Descriptor() ([]byte, []int)deprecated
- func (x *Config) GetCreatedAt() *timestamppb.Timestamp
- func (x *Config) GetCreatedBy() string
- func (x *Config) GetFolderId() string
- func (x *Config) GetId() string
- func (x *Config) GetName() string
- func (x *Config) GetYamlString() string
- func (*Config) ProtoMessage()
- func (x *Config) ProtoReflect() protoreflect.Message
- func (x *Config) Reset()
- func (m *Config) SetCreatedAt(v *timestamppb.Timestamp)
- func (m *Config) SetCreatedBy(v string)
- func (m *Config) SetFolderId(v string)
- func (m *Config) SetId(v string)
- func (m *Config) SetName(v string)
- func (m *Config) SetYamlString(v string)
- func (x *Config) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_yandex_cloud_loadtesting_api_v1_config_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // ID of the test config. Generated at creation time. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // ID of the folder that the config belongs to. FolderId string `protobuf:"bytes,2,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // Config content in YAML format. YamlString string `protobuf:"bytes,3,opt,name=yaml_string,json=yamlString,proto3" json:"yaml_string,omitempty"` // Name of the config. Name string `protobuf:"bytes,10,opt,name=name,proto3" json:"name,omitempty"` // Creation timestamp. CreatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // UA or SA that created the config. CreatedBy string `protobuf:"bytes,12,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"` // contains filtered or unexported fields }
Test config.
func (*Config) Descriptor
deprecated
func (*Config) GetCreatedAt ¶
func (x *Config) GetCreatedAt() *timestamppb.Timestamp
func (*Config) GetCreatedBy ¶
func (*Config) GetFolderId ¶
func (*Config) GetYamlString ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶
func (x *Config) ProtoReflect() protoreflect.Message
func (*Config) SetCreatedAt ¶
func (m *Config) SetCreatedAt(v *timestamppb.Timestamp)
func (*Config) SetCreatedBy ¶
func (*Config) SetFolderId ¶
func (*Config) SetYamlString ¶
Click to show internal directories.
Click to hide internal directories.