loggingsdk

package
v0.0.79 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2026 License: MIT Imports: 12 Imported by: 1

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.

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.

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 (
	ExportGet                  = protoreflect.FullName("yandex.cloud.logging.v1.ExportService.Get")
	ExportList                 = protoreflect.FullName("yandex.cloud.logging.v1.ExportService.List")
	ExportCreate               = protoreflect.FullName("yandex.cloud.logging.v1.ExportService.Create")
	ExportUpdate               = protoreflect.FullName("yandex.cloud.logging.v1.ExportService.Update")
	ExportDelete               = protoreflect.FullName("yandex.cloud.logging.v1.ExportService.Delete")
	ExportRun                  = protoreflect.FullName("yandex.cloud.logging.v1.ExportService.Run")
	ExportListOperations       = protoreflect.FullName("yandex.cloud.logging.v1.ExportService.ListOperations")
	ExportListAccessBindings   = protoreflect.FullName("yandex.cloud.logging.v1.ExportService.ListAccessBindings")
	ExportSetAccessBindings    = protoreflect.FullName("yandex.cloud.logging.v1.ExportService.SetAccessBindings")
	ExportUpdateAccessBindings = protoreflect.FullName("yandex.cloud.logging.v1.ExportService.UpdateAccessBindings")
	ExportOperationPoller      = protoreflect.FullName("yandex.cloud.operation.OperationService.Get")
)
View Source
var (
	LogGroupGet                  = protoreflect.FullName("yandex.cloud.logging.v1.LogGroupService.Get")
	LogGroupStats                = protoreflect.FullName("yandex.cloud.logging.v1.LogGroupService.Stats")
	LogGroupList                 = protoreflect.FullName("yandex.cloud.logging.v1.LogGroupService.List")
	LogGroupCreate               = protoreflect.FullName("yandex.cloud.logging.v1.LogGroupService.Create")
	LogGroupUpdate               = protoreflect.FullName("yandex.cloud.logging.v1.LogGroupService.Update")
	LogGroupDelete               = protoreflect.FullName("yandex.cloud.logging.v1.LogGroupService.Delete")
	LogGroupListResources        = protoreflect.FullName("yandex.cloud.logging.v1.LogGroupService.ListResources")
	LogGroupListOperations       = protoreflect.FullName("yandex.cloud.logging.v1.LogGroupService.ListOperations")
	LogGroupListAccessBindings   = protoreflect.FullName("yandex.cloud.logging.v1.LogGroupService.ListAccessBindings")
	LogGroupSetAccessBindings    = protoreflect.FullName("yandex.cloud.logging.v1.LogGroupService.SetAccessBindings")
	LogGroupUpdateAccessBindings = protoreflect.FullName("yandex.cloud.logging.v1.LogGroupService.UpdateAccessBindings")
	LogGroupOperationPoller      = protoreflect.FullName("yandex.cloud.operation.OperationService.Get")
)
View Source
var (
	SinkGet                  = protoreflect.FullName("yandex.cloud.logging.v1.SinkService.Get")
	SinkList                 = protoreflect.FullName("yandex.cloud.logging.v1.SinkService.List")
	SinkCreate               = protoreflect.FullName("yandex.cloud.logging.v1.SinkService.Create")
	SinkUpdate               = protoreflect.FullName("yandex.cloud.logging.v1.SinkService.Update")
	SinkDelete               = protoreflect.FullName("yandex.cloud.logging.v1.SinkService.Delete")
	SinkListOperations       = protoreflect.FullName("yandex.cloud.logging.v1.SinkService.ListOperations")
	SinkListAccessBindings   = protoreflect.FullName("yandex.cloud.logging.v1.SinkService.ListAccessBindings")
	SinkSetAccessBindings    = protoreflect.FullName("yandex.cloud.logging.v1.SinkService.SetAccessBindings")
	SinkUpdateAccessBindings = protoreflect.FullName("yandex.cloud.logging.v1.SinkService.UpdateAccessBindings")
	SinkOperationPoller      = protoreflect.FullName("yandex.cloud.operation.OperationService.Get")
)
View Source
var (
	LogIngestionWrite = protoreflect.FullName("yandex.cloud.logging.v1.LogIngestionService.Write")
)
View Source
var (
	LogReadingRead = protoreflect.FullName("yandex.cloud.logging.v1.LogReadingService.Read")
)

Functions

func ExportResolver added in v0.0.30

func ExportResolver(name string, client ExportClient, opts ...sdkresolvers.ResolveOption) sdkresolvers.Resolver

func LogGroupResolver added in v0.0.30

func LogGroupResolver(name string, client LogGroupClient, opts ...sdkresolvers.ResolveOption) sdkresolvers.Resolver

func SinkResolver added in v0.0.30

func SinkResolver(name string, client SinkClient, opts ...sdkresolvers.ResolveOption) sdkresolvers.Resolver

Types

type ExportCreateOperation

type ExportCreateOperation struct {
	sdkop.Operation
}

ExportCreateOperation is used to monitor the state of Create operations.

func (*ExportCreateOperation) Metadata

Metadata retrieves the operation metadata.

func (*ExportCreateOperation) Response

func (o *ExportCreateOperation) Response() *logging.Export

Response retrieves the operation response.

func (*ExportCreateOperation) Wait

Wait polls the operation until it's done.

func (*ExportCreateOperation) WaitInterval

func (o *ExportCreateOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*logging.Export, error)

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

type ExportDeleteOperation

type ExportDeleteOperation struct {
	sdkop.Operation
}

ExportDeleteOperation is used to monitor the state of Delete operations.

func (*ExportDeleteOperation) Metadata

Metadata retrieves the operation metadata.

func (*ExportDeleteOperation) Response

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

Response retrieves the operation response.

func (*ExportDeleteOperation) Wait

Wait polls the operation until it's done.

func (*ExportDeleteOperation) WaitInterval

func (o *ExportDeleteOperation) 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 ExportRunOperation

type ExportRunOperation struct {
	sdkop.Operation
}

ExportRunOperation is used to monitor the state of Run operations.

func (*ExportRunOperation) Metadata

Metadata retrieves the operation metadata.

func (*ExportRunOperation) Response

Response retrieves the operation response.

func (*ExportRunOperation) Wait

Wait polls the operation until it's done.

func (*ExportRunOperation) WaitInterval

func (o *ExportRunOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*logging.RunExportDetails, error)

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

type ExportSetAccessBindingsOperation

type ExportSetAccessBindingsOperation struct {
	sdkop.Operation
}

ExportSetAccessBindingsOperation is used to monitor the state of SetAccessBindings operations.

func (*ExportSetAccessBindingsOperation) Metadata added in v0.0.10

Metadata retrieves the operation metadata.

func (*ExportSetAccessBindingsOperation) Response

Response retrieves the operation response.

func (*ExportSetAccessBindingsOperation) Wait

Wait polls the operation until it's done.

func (*ExportSetAccessBindingsOperation) WaitInterval

func (o *ExportSetAccessBindingsOperation) 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 ExportUpdateAccessBindingsOperation

type ExportUpdateAccessBindingsOperation struct {
	sdkop.Operation
}

ExportUpdateAccessBindingsOperation is used to monitor the state of UpdateAccessBindings operations.

func (*ExportUpdateAccessBindingsOperation) Metadata added in v0.0.10

Metadata retrieves the operation metadata.

func (*ExportUpdateAccessBindingsOperation) Response

Response retrieves the operation response.

func (*ExportUpdateAccessBindingsOperation) Wait

Wait polls the operation until it's done.

func (*ExportUpdateAccessBindingsOperation) WaitInterval

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

type ExportUpdateOperation

type ExportUpdateOperation struct {
	sdkop.Operation
}

ExportUpdateOperation is used to monitor the state of Update operations.

func (*ExportUpdateOperation) Metadata

Metadata retrieves the operation metadata.

func (*ExportUpdateOperation) Response

func (o *ExportUpdateOperation) Response() *logging.Export

Response retrieves the operation response.

func (*ExportUpdateOperation) Wait

Wait polls the operation until it's done.

func (*ExportUpdateOperation) WaitInterval

func (o *ExportUpdateOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*logging.Export, error)

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

type LogGroupClient

LogGroupClient provides methods for managing LogGroup resources of Yandex.Cloud Logging.

func NewLogGroupClient

func NewLogGroupClient(connector transport.Connector) LogGroupClient

NewLogGroupClient returns LogGroupClient implementation.

type LogGroupCreateOperation

type LogGroupCreateOperation struct {
	sdkop.Operation
}

LogGroupCreateOperation is used to monitor the state of Create operations.

func (*LogGroupCreateOperation) Metadata

Metadata retrieves the operation metadata.

func (*LogGroupCreateOperation) Response

func (o *LogGroupCreateOperation) Response() *logging.LogGroup

Response retrieves the operation response.

func (*LogGroupCreateOperation) Wait

Wait polls the operation until it's done.

func (*LogGroupCreateOperation) WaitInterval

func (o *LogGroupCreateOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*logging.LogGroup, error)

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

type LogGroupDeleteOperation

type LogGroupDeleteOperation struct {
	sdkop.Operation
}

LogGroupDeleteOperation is used to monitor the state of Delete operations.

func (*LogGroupDeleteOperation) Metadata

Metadata retrieves the operation metadata.

func (*LogGroupDeleteOperation) Response

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

Response retrieves the operation response.

func (*LogGroupDeleteOperation) Wait

Wait polls the operation until it's done.

func (*LogGroupDeleteOperation) WaitInterval

func (o *LogGroupDeleteOperation) 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 LogGroupSetAccessBindingsOperation

type LogGroupSetAccessBindingsOperation struct {
	sdkop.Operation
}

LogGroupSetAccessBindingsOperation is used to monitor the state of SetAccessBindings operations.

func (*LogGroupSetAccessBindingsOperation) Metadata added in v0.0.10

Metadata retrieves the operation metadata.

func (*LogGroupSetAccessBindingsOperation) Response

Response retrieves the operation response.

func (*LogGroupSetAccessBindingsOperation) Wait

Wait polls the operation until it's done.

func (*LogGroupSetAccessBindingsOperation) WaitInterval

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

type LogGroupUpdateAccessBindingsOperation

type LogGroupUpdateAccessBindingsOperation struct {
	sdkop.Operation
}

LogGroupUpdateAccessBindingsOperation is used to monitor the state of UpdateAccessBindings operations.

func (*LogGroupUpdateAccessBindingsOperation) Metadata added in v0.0.10

Metadata retrieves the operation metadata.

func (*LogGroupUpdateAccessBindingsOperation) Response

Response retrieves the operation response.

func (*LogGroupUpdateAccessBindingsOperation) Wait

Wait polls the operation until it's done.

func (*LogGroupUpdateAccessBindingsOperation) WaitInterval

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

type LogGroupUpdateOperation

type LogGroupUpdateOperation struct {
	sdkop.Operation
}

LogGroupUpdateOperation is used to monitor the state of Update operations.

func (*LogGroupUpdateOperation) Metadata

Metadata retrieves the operation metadata.

func (*LogGroupUpdateOperation) Response

func (o *LogGroupUpdateOperation) Response() *logging.LogGroup

Response retrieves the operation response.

func (*LogGroupUpdateOperation) Wait

Wait polls the operation until it's done.

func (*LogGroupUpdateOperation) WaitInterval

func (o *LogGroupUpdateOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*logging.LogGroup, error)

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

type LogIngestionClient

type LogIngestionClient interface {
	LogIngestionClientIterator
	Write(context.Context, *logging.WriteRequest, ...grpc.CallOption) (*logging.WriteResponse, error)
}

LogIngestionClient provides methods for managing LogIngestion resources of Yandex.Cloud Logging.

func NewLogIngestionClient

func NewLogIngestionClient(connector transport.Connector) LogIngestionClient

NewLogIngestionClient returns LogIngestionClient implementation.

type LogIngestionClientIterator added in v0.0.26

type LogIngestionClientIterator interface {
}

type LogReadingClient

type LogReadingClient interface {
	LogReadingClientIterator
	Read(context.Context, *logging.ReadRequest, ...grpc.CallOption) (*logging.ReadResponse, error)
}

LogReadingClient provides methods for managing LogReading resources of Yandex.Cloud Logging.

func NewLogReadingClient

func NewLogReadingClient(connector transport.Connector) LogReadingClient

NewLogReadingClient returns LogReadingClient implementation.

type LogReadingClientIterator added in v0.0.26

type LogReadingClientIterator interface {
}

type SinkCreateOperation

type SinkCreateOperation struct {
	sdkop.Operation
}

SinkCreateOperation is used to monitor the state of Create operations.

func (*SinkCreateOperation) Metadata

Metadata retrieves the operation metadata.

func (*SinkCreateOperation) Response

func (o *SinkCreateOperation) Response() *logging.Sink

Response retrieves the operation response.

func (*SinkCreateOperation) Wait

func (o *SinkCreateOperation) Wait(ctx context.Context, opts ...grpc.CallOption) (*logging.Sink, error)

Wait polls the operation until it's done.

func (*SinkCreateOperation) WaitInterval

func (o *SinkCreateOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*logging.Sink, error)

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

type SinkDeleteOperation

type SinkDeleteOperation struct {
	sdkop.Operation
}

SinkDeleteOperation is used to monitor the state of Delete operations.

func (*SinkDeleteOperation) Metadata

Metadata retrieves the operation metadata.

func (*SinkDeleteOperation) Response

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

Response retrieves the operation response.

func (*SinkDeleteOperation) Wait

Wait polls the operation until it's done.

func (*SinkDeleteOperation) WaitInterval

func (o *SinkDeleteOperation) 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 SinkSetAccessBindingsOperation

type SinkSetAccessBindingsOperation struct {
	sdkop.Operation
}

SinkSetAccessBindingsOperation is used to monitor the state of SetAccessBindings operations.

func (*SinkSetAccessBindingsOperation) Metadata added in v0.0.10

Metadata retrieves the operation metadata.

func (*SinkSetAccessBindingsOperation) Response

Response retrieves the operation response.

func (*SinkSetAccessBindingsOperation) Wait

Wait polls the operation until it's done.

func (*SinkSetAccessBindingsOperation) WaitInterval

func (o *SinkSetAccessBindingsOperation) 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 SinkUpdateAccessBindingsOperation

type SinkUpdateAccessBindingsOperation struct {
	sdkop.Operation
}

SinkUpdateAccessBindingsOperation is used to monitor the state of UpdateAccessBindings operations.

func (*SinkUpdateAccessBindingsOperation) Metadata added in v0.0.10

Metadata retrieves the operation metadata.

func (*SinkUpdateAccessBindingsOperation) Response

Response retrieves the operation response.

func (*SinkUpdateAccessBindingsOperation) Wait

Wait polls the operation until it's done.

func (*SinkUpdateAccessBindingsOperation) WaitInterval

func (o *SinkUpdateAccessBindingsOperation) 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 SinkUpdateOperation

type SinkUpdateOperation struct {
	sdkop.Operation
}

SinkUpdateOperation is used to monitor the state of Update operations.

func (*SinkUpdateOperation) Metadata

Metadata retrieves the operation metadata.

func (*SinkUpdateOperation) Response

func (o *SinkUpdateOperation) Response() *logging.Sink

Response retrieves the operation response.

func (*SinkUpdateOperation) Wait

func (o *SinkUpdateOperation) Wait(ctx context.Context, opts ...grpc.CallOption) (*logging.Sink, error)

Wait polls the operation until it's done.

func (*SinkUpdateOperation) WaitInterval

func (o *SinkUpdateOperation) WaitInterval(ctx context.Context, pollInterval sdkop.PollIntervalFunc, opts ...grpc.CallOption) (*logging.Sink, 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