apisdk

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Code generated by sdkgen-v2. DO NOT EDIT.

Code generated by sdkgen-v2. DO NOT EDIT.

Code generated by sdkgen-v2. DO NOT EDIT.

Code generated by sdkgen-v2. DO NOT EDIT.

Code generated by sdkgen-v2. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var (
	AgentCreate          = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.AgentService.Create")
	AgentGet             = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.AgentService.Get")
	AgentList            = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.AgentService.List")
	AgentDelete          = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.AgentService.Delete")
	AgentUpdate          = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.AgentService.Update")
	AgentOperationPoller = protoreflect.FullName("yandex.cloud.operation.OperationService.Get")
)
View Source
var (
	ConfigCreate          = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.ConfigService.Create")
	ConfigGet             = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.ConfigService.Get")
	ConfigList            = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.ConfigService.List")
	ConfigDelete          = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.ConfigService.Delete")
	ConfigOperationPoller = protoreflect.FullName("yandex.cloud.operation.OperationService.Get")
)
View Source
var (
	RegressionDashboardCreate          = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.RegressionDashboardService.Create")
	RegressionDashboardGet             = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.RegressionDashboardService.Get")
	RegressionDashboardList            = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.RegressionDashboardService.List")
	RegressionDashboardDelete          = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.RegressionDashboardService.Delete")
	RegressionDashboardUpdate          = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.RegressionDashboardService.Update")
	RegressionDashboardOperationPoller = protoreflect.FullName("yandex.cloud.operation.OperationService.Get")
)
View Source
var (
	ReportGetTable           = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.ReportService.GetTable")
	ReportCalculateKpiValues = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.ReportService.CalculateKpiValues")
)
View Source
var (
	TestCreate          = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.TestService.Create")
	TestGet             = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.TestService.Get")
	TestStop            = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.TestService.Stop")
	TestDelete          = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.TestService.Delete")
	TestList            = protoreflect.FullName("yandex.cloud.loadtesting.api.v1.TestService.List")
	TestOperationPoller = protoreflect.FullName("yandex.cloud.operation.OperationService.Get")
)

Functions

This section is empty.

Types

type AgentClient

AgentClient provides methods for managing Agent resources of Yandex.Cloud Api.

func NewAgentClient

func NewAgentClient(connector transport.Connector) AgentClient

NewAgentClient returns AgentClient implementation.

type AgentCreateOperation

type AgentCreateOperation struct {
	sdkop.Operation
}

AgentCreateOperation is used to monitor the state of Create operations.

func (*AgentCreateOperation) Metadata

Metadata retrieves the operation metadata.

func (*AgentCreateOperation) Response

func (o *AgentCreateOperation) Response() *agent.Agent

Response retrieves the operation response.

func (*AgentCreateOperation) Wait

func (o *AgentCreateOperation) Wait(ctx context.Context, opts ...grpc.CallOption) (*agent.Agent, error)

Wait polls the operation until it's done.

func (*AgentCreateOperation) WaitInterval

func (o *AgentCreateOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*agent.Agent, error)

WaitInterval polls the operation until it's done with custom interval.

type AgentDeleteOperation

type AgentDeleteOperation struct {
	sdkop.Operation
}

AgentDeleteOperation is used to monitor the state of Delete operations.

func (*AgentDeleteOperation) Metadata

Metadata retrieves the operation metadata.

func (*AgentDeleteOperation) Response

func (o *AgentDeleteOperation) Response() *emptypb.Empty

Response retrieves the operation response.

func (*AgentDeleteOperation) Wait

Wait polls the operation until it's done.

func (*AgentDeleteOperation) WaitInterval

func (o *AgentDeleteOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*emptypb.Empty, error)

WaitInterval polls the operation until it's done with custom interval.

type AgentUpdateOperation

type AgentUpdateOperation struct {
	sdkop.Operation
}

AgentUpdateOperation is used to monitor the state of Update operations.

func (*AgentUpdateOperation) Metadata

Metadata retrieves the operation metadata.

func (*AgentUpdateOperation) Response

func (o *AgentUpdateOperation) Response() *agent.Agent

Response retrieves the operation response.

func (*AgentUpdateOperation) Wait

func (o *AgentUpdateOperation) Wait(ctx context.Context, opts ...grpc.CallOption) (*agent.Agent, error)

Wait polls the operation until it's done.

func (*AgentUpdateOperation) WaitInterval

func (o *AgentUpdateOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*agent.Agent, error)

WaitInterval polls the operation until it's done with custom interval.

type ConfigClient

ConfigClient provides methods for managing Config resources of Yandex.Cloud Api.

func NewConfigClient

func NewConfigClient(connector transport.Connector) ConfigClient

NewConfigClient returns ConfigClient implementation.

type ConfigCreateOperation

type ConfigCreateOperation struct {
	sdkop.Operation
}

ConfigCreateOperation is used to monitor the state of Create operations.

func (*ConfigCreateOperation) Metadata

Metadata retrieves the operation metadata.

func (*ConfigCreateOperation) Response

func (o *ConfigCreateOperation) Response() *config.Config

Response retrieves the operation response.

func (*ConfigCreateOperation) Wait

Wait polls the operation until it's done.

func (*ConfigCreateOperation) WaitInterval

func (o *ConfigCreateOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*config.Config, error)

WaitInterval polls the operation until it's done with custom interval.

type ConfigDeleteOperation

type ConfigDeleteOperation struct {
	sdkop.Operation
}

ConfigDeleteOperation is used to monitor the state of Delete operations.

func (*ConfigDeleteOperation) Metadata

Metadata retrieves the operation metadata.

func (*ConfigDeleteOperation) Response

func (o *ConfigDeleteOperation) Response() *emptypb.Empty

Response retrieves the operation response.

func (*ConfigDeleteOperation) Wait

Wait polls the operation until it's done.

func (*ConfigDeleteOperation) WaitInterval

func (o *ConfigDeleteOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*emptypb.Empty, error)

WaitInterval polls the operation until it's done with custom interval.

type RegressionDashboardClient

RegressionDashboardClient provides methods for managing RegressionDashboard resources of Yandex.Cloud Api.

func NewRegressionDashboardClient

func NewRegressionDashboardClient(connector transport.Connector) RegressionDashboardClient

NewRegressionDashboardClient returns RegressionDashboardClient implementation.

type RegressionDashboardCreateOperation

type RegressionDashboardCreateOperation struct {
	sdkop.Operation
}

RegressionDashboardCreateOperation is used to monitor the state of Create operations.

func (*RegressionDashboardCreateOperation) Metadata

Metadata retrieves the operation metadata.

func (*RegressionDashboardCreateOperation) Response

Response retrieves the operation response.

func (*RegressionDashboardCreateOperation) Wait

Wait polls the operation until it's done.

func (*RegressionDashboardCreateOperation) WaitInterval

WaitInterval polls the operation until it's done with custom interval.

type RegressionDashboardDeleteOperation

type RegressionDashboardDeleteOperation struct {
	sdkop.Operation
}

RegressionDashboardDeleteOperation is used to monitor the state of Delete operations.

func (*RegressionDashboardDeleteOperation) Metadata

Metadata retrieves the operation metadata.

func (*RegressionDashboardDeleteOperation) Response

Response retrieves the operation response.

func (*RegressionDashboardDeleteOperation) Wait

Wait polls the operation until it's done.

func (*RegressionDashboardDeleteOperation) WaitInterval

WaitInterval polls the operation until it's done with custom interval.

type RegressionDashboardUpdateOperation

type RegressionDashboardUpdateOperation struct {
	sdkop.Operation
}

RegressionDashboardUpdateOperation is used to monitor the state of Update operations.

func (*RegressionDashboardUpdateOperation) Metadata

Metadata retrieves the operation metadata.

func (*RegressionDashboardUpdateOperation) Response

Response retrieves the operation response.

func (*RegressionDashboardUpdateOperation) Wait

Wait polls the operation until it's done.

func (*RegressionDashboardUpdateOperation) WaitInterval

WaitInterval polls the operation until it's done with custom interval.

type ReportClient

ReportClient provides methods for managing Report resources of Yandex.Cloud Api.

func NewReportClient

func NewReportClient(connector transport.Connector) ReportClient

NewReportClient returns ReportClient implementation.

type TestClient

TestClient provides methods for managing Test resources of Yandex.Cloud Api.

func NewTestClient

func NewTestClient(connector transport.Connector) TestClient

NewTestClient returns TestClient implementation.

type TestCreateOperation

type TestCreateOperation struct {
	sdkop.Operation
}

TestCreateOperation is used to monitor the state of Create operations.

func (*TestCreateOperation) Metadata

Metadata retrieves the operation metadata.

func (*TestCreateOperation) Response

func (o *TestCreateOperation) Response() *test.Test

Response retrieves the operation response.

func (*TestCreateOperation) Wait

func (o *TestCreateOperation) Wait(ctx context.Context, opts ...grpc.CallOption) (*test.Test, error)

Wait polls the operation until it's done.

func (*TestCreateOperation) WaitInterval

func (o *TestCreateOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*test.Test, error)

WaitInterval polls the operation until it's done with custom interval.

type TestDeleteOperation

type TestDeleteOperation struct {
	sdkop.Operation
}

TestDeleteOperation is used to monitor the state of Delete operations.

func (*TestDeleteOperation) Metadata

Metadata retrieves the operation metadata.

func (*TestDeleteOperation) Response

func (o *TestDeleteOperation) Response() *emptypb.Empty

Response retrieves the operation response.

func (*TestDeleteOperation) Wait

Wait polls the operation until it's done.

func (*TestDeleteOperation) WaitInterval

func (o *TestDeleteOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*emptypb.Empty, error)

WaitInterval polls the operation until it's done with custom interval.

type TestStopOperation

type TestStopOperation struct {
	sdkop.Operation
}

TestStopOperation is used to monitor the state of Stop operations.

func (*TestStopOperation) Metadata

func (o *TestStopOperation) Metadata() *api.StopTestMetadata

Metadata retrieves the operation metadata.

func (*TestStopOperation) Response

func (o *TestStopOperation) Response() *test.Test

Response retrieves the operation response.

func (*TestStopOperation) Wait

func (o *TestStopOperation) Wait(ctx context.Context, opts ...grpc.CallOption) (*test.Test, error)

Wait polls the operation until it's done.

func (*TestStopOperation) WaitInterval

func (o *TestStopOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*test.Test, error)

WaitInterval polls the operation until it's done with custom interval.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL