dataproc

package
v0.31.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

nolint

nolint

nolint

nolint

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterAccessBindingsIterator added in v0.31.0

type ClusterAccessBindingsIterator struct {
	// contains filtered or unexported fields
}

func (*ClusterAccessBindingsIterator) Error added in v0.31.0

func (*ClusterAccessBindingsIterator) Next added in v0.31.0

func (*ClusterAccessBindingsIterator) Take added in v0.31.0

func (*ClusterAccessBindingsIterator) TakeAll added in v0.31.0

func (*ClusterAccessBindingsIterator) Value added in v0.31.0

type ClusterHostsIterator

type ClusterHostsIterator struct {
	// contains filtered or unexported fields
}

func (*ClusterHostsIterator) Error

func (it *ClusterHostsIterator) Error() error

func (*ClusterHostsIterator) Next

func (it *ClusterHostsIterator) Next() bool

func (*ClusterHostsIterator) Take

func (it *ClusterHostsIterator) Take(size int64) ([]*dataproc.Host, error)

func (*ClusterHostsIterator) TakeAll

func (it *ClusterHostsIterator) TakeAll() ([]*dataproc.Host, error)

func (*ClusterHostsIterator) Value

func (it *ClusterHostsIterator) Value() *dataproc.Host

type ClusterIterator

type ClusterIterator struct {
	// contains filtered or unexported fields
}

func (*ClusterIterator) Error

func (it *ClusterIterator) Error() error

func (*ClusterIterator) Next

func (it *ClusterIterator) Next() bool

func (*ClusterIterator) Take

func (it *ClusterIterator) Take(size int64) ([]*dataproc.Cluster, error)

func (*ClusterIterator) TakeAll

func (it *ClusterIterator) TakeAll() ([]*dataproc.Cluster, error)

func (*ClusterIterator) Value

func (it *ClusterIterator) Value() *dataproc.Cluster

type ClusterOperationsIterator

type ClusterOperationsIterator struct {
	// contains filtered or unexported fields
}

func (*ClusterOperationsIterator) Error

func (it *ClusterOperationsIterator) Error() error

func (*ClusterOperationsIterator) Next

func (it *ClusterOperationsIterator) Next() bool

func (*ClusterOperationsIterator) Take

func (*ClusterOperationsIterator) TakeAll

func (it *ClusterOperationsIterator) TakeAll() ([]*operation.Operation, error)

func (*ClusterOperationsIterator) Value

type ClusterServiceClient

type ClusterServiceClient struct {
	// contains filtered or unexported fields
}

ClusterServiceClient is a dataproc.ClusterServiceClient with lazy GRPC connection initialization.

func (*ClusterServiceClient) ClusterAccessBindingsIterator added in v0.31.0

func (*ClusterServiceClient) ClusterHostsIterator

func (*ClusterServiceClient) ClusterIterator

func (*ClusterServiceClient) ClusterOperationsIterator

func (*ClusterServiceClient) ClusterUILinksIterator

func (*ClusterServiceClient) Create

Create implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) Delete

Delete implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) Get

Get implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) List

List implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) ListAccessBindings added in v0.31.0

ListAccessBindings implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) ListHosts

ListHosts implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) ListOperations

ListOperations implements dataproc.ClusterServiceClient

ListUILinks implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) SetAccessBindings added in v0.31.0

SetAccessBindings implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) Start

Start implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) Stop

Stop implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) Update

Update implements dataproc.ClusterServiceClient

func (*ClusterServiceClient) UpdateAccessBindings added in v0.31.0

UpdateAccessBindings implements dataproc.ClusterServiceClient

type ClusterUILinksIterator

type ClusterUILinksIterator struct {
	// contains filtered or unexported fields
}

func (*ClusterUILinksIterator) Error

func (it *ClusterUILinksIterator) Error() error

func (*ClusterUILinksIterator) Next

func (it *ClusterUILinksIterator) Next() bool

func (*ClusterUILinksIterator) Take

func (it *ClusterUILinksIterator) Take(size int64) ([]*dataproc.UILink, error)

func (*ClusterUILinksIterator) TakeAll

func (it *ClusterUILinksIterator) TakeAll() ([]*dataproc.UILink, error)

func (*ClusterUILinksIterator) Value

func (it *ClusterUILinksIterator) Value() *dataproc.UILink

type Dataproc

type Dataproc struct {
	// contains filtered or unexported fields
}

Dataproc provides access to "dataproc" component of Yandex.Cloud

func NewDataproc

func NewDataproc(g func(ctx context.Context) (*grpc.ClientConn, error)) *Dataproc

NewDataproc creates instance of Dataproc

func (*Dataproc) Cluster

func (d *Dataproc) Cluster() *ClusterServiceClient

Cluster gets ClusterService client

func (*Dataproc) Job

func (d *Dataproc) Job() *JobServiceClient

Job gets JobService client

func (*Dataproc) ResourcePreset

func (d *Dataproc) ResourcePreset() *ResourcePresetServiceClient

ResourcePreset gets ResourcePresetService client

func (*Dataproc) Subcluster

func (d *Dataproc) Subcluster() *SubclusterServiceClient

Subcluster gets SubclusterService client

type JobIterator

type JobIterator struct {
	// contains filtered or unexported fields
}

func (*JobIterator) Error

func (it *JobIterator) Error() error

func (*JobIterator) Next

func (it *JobIterator) Next() bool

func (*JobIterator) Take

func (it *JobIterator) Take(size int64) ([]*dataproc.Job, error)

func (*JobIterator) TakeAll

func (it *JobIterator) TakeAll() ([]*dataproc.Job, error)

func (*JobIterator) Value

func (it *JobIterator) Value() *dataproc.Job

type JobServiceClient

type JobServiceClient struct {
	// contains filtered or unexported fields
}

JobServiceClient is a dataproc.JobServiceClient with lazy GRPC connection initialization.

func (*JobServiceClient) Cancel

Cancel implements dataproc.JobServiceClient

func (*JobServiceClient) Create

Create implements dataproc.JobServiceClient

func (*JobServiceClient) Get

Get implements dataproc.JobServiceClient

func (*JobServiceClient) JobIterator

func (c *JobServiceClient) JobIterator(ctx context.Context, req *dataproc.ListJobsRequest, opts ...grpc.CallOption) *JobIterator

func (*JobServiceClient) List

List implements dataproc.JobServiceClient

func (*JobServiceClient) ListLog

ListLog implements dataproc.JobServiceClient

type ResourcePresetIterator

type ResourcePresetIterator struct {
	// contains filtered or unexported fields
}

func (*ResourcePresetIterator) Error

func (it *ResourcePresetIterator) Error() error

func (*ResourcePresetIterator) Next

func (it *ResourcePresetIterator) Next() bool

func (*ResourcePresetIterator) Take

func (*ResourcePresetIterator) TakeAll

func (*ResourcePresetIterator) Value

type ResourcePresetServiceClient

type ResourcePresetServiceClient struct {
	// contains filtered or unexported fields
}

ResourcePresetServiceClient is a dataproc.ResourcePresetServiceClient with lazy GRPC connection initialization.

func (*ResourcePresetServiceClient) Get

Get implements dataproc.ResourcePresetServiceClient

func (*ResourcePresetServiceClient) List

List implements dataproc.ResourcePresetServiceClient

func (*ResourcePresetServiceClient) ResourcePresetIterator

type SubclusterIterator

type SubclusterIterator struct {
	// contains filtered or unexported fields
}

func (*SubclusterIterator) Error

func (it *SubclusterIterator) Error() error

func (*SubclusterIterator) Next

func (it *SubclusterIterator) Next() bool

func (*SubclusterIterator) Take

func (it *SubclusterIterator) Take(size int64) ([]*dataproc.Subcluster, error)

func (*SubclusterIterator) TakeAll

func (it *SubclusterIterator) TakeAll() ([]*dataproc.Subcluster, error)

func (*SubclusterIterator) Value

func (it *SubclusterIterator) Value() *dataproc.Subcluster

type SubclusterServiceClient

type SubclusterServiceClient struct {
	// contains filtered or unexported fields
}

SubclusterServiceClient is a dataproc.SubclusterServiceClient with lazy GRPC connection initialization.

func (*SubclusterServiceClient) Create

Create implements dataproc.SubclusterServiceClient

func (*SubclusterServiceClient) Delete

Delete implements dataproc.SubclusterServiceClient

func (*SubclusterServiceClient) Get

Get implements dataproc.SubclusterServiceClient

func (*SubclusterServiceClient) List

List implements dataproc.SubclusterServiceClient

func (*SubclusterServiceClient) SubclusterIterator

func (*SubclusterServiceClient) Update

Update implements dataproc.SubclusterServiceClient

Jump to

Keyboard shortcuts

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