translatestub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	CreateParallelData(ctx workflow.Context, input *translate.CreateParallelDataInput) (*translate.CreateParallelDataOutput, error)
	CreateParallelDataAsync(ctx workflow.Context, input *translate.CreateParallelDataInput) *CreateParallelDataFuture

	DeleteParallelData(ctx workflow.Context, input *translate.DeleteParallelDataInput) (*translate.DeleteParallelDataOutput, error)
	DeleteParallelDataAsync(ctx workflow.Context, input *translate.DeleteParallelDataInput) *DeleteParallelDataFuture

	DeleteTerminology(ctx workflow.Context, input *translate.DeleteTerminologyInput) (*translate.DeleteTerminologyOutput, error)
	DeleteTerminologyAsync(ctx workflow.Context, input *translate.DeleteTerminologyInput) *DeleteTerminologyFuture

	DescribeTextTranslationJob(ctx workflow.Context, input *translate.DescribeTextTranslationJobInput) (*translate.DescribeTextTranslationJobOutput, error)
	DescribeTextTranslationJobAsync(ctx workflow.Context, input *translate.DescribeTextTranslationJobInput) *DescribeTextTranslationJobFuture

	GetParallelData(ctx workflow.Context, input *translate.GetParallelDataInput) (*translate.GetParallelDataOutput, error)
	GetParallelDataAsync(ctx workflow.Context, input *translate.GetParallelDataInput) *GetParallelDataFuture

	GetTerminology(ctx workflow.Context, input *translate.GetTerminologyInput) (*translate.GetTerminologyOutput, error)
	GetTerminologyAsync(ctx workflow.Context, input *translate.GetTerminologyInput) *GetTerminologyFuture

	ImportTerminology(ctx workflow.Context, input *translate.ImportTerminologyInput) (*translate.ImportTerminologyOutput, error)
	ImportTerminologyAsync(ctx workflow.Context, input *translate.ImportTerminologyInput) *ImportTerminologyFuture

	ListParallelData(ctx workflow.Context, input *translate.ListParallelDataInput) (*translate.ListParallelDataOutput, error)
	ListParallelDataAsync(ctx workflow.Context, input *translate.ListParallelDataInput) *ListParallelDataFuture

	ListTerminologies(ctx workflow.Context, input *translate.ListTerminologiesInput) (*translate.ListTerminologiesOutput, error)
	ListTerminologiesAsync(ctx workflow.Context, input *translate.ListTerminologiesInput) *ListTerminologiesFuture

	ListTextTranslationJobs(ctx workflow.Context, input *translate.ListTextTranslationJobsInput) (*translate.ListTextTranslationJobsOutput, error)
	ListTextTranslationJobsAsync(ctx workflow.Context, input *translate.ListTextTranslationJobsInput) *ListTextTranslationJobsFuture

	StartTextTranslationJob(ctx workflow.Context, input *translate.StartTextTranslationJobInput) (*translate.StartTextTranslationJobOutput, error)
	StartTextTranslationJobAsync(ctx workflow.Context, input *translate.StartTextTranslationJobInput) *StartTextTranslationJobFuture

	StopTextTranslationJob(ctx workflow.Context, input *translate.StopTextTranslationJobInput) (*translate.StopTextTranslationJobOutput, error)
	StopTextTranslationJobAsync(ctx workflow.Context, input *translate.StopTextTranslationJobInput) *StopTextTranslationJobFuture

	Text(ctx workflow.Context, input *translate.TextInput) (*translate.TextOutput, error)
	TextAsync(ctx workflow.Context, input *translate.TextInput) *TextFuture

	UpdateParallelData(ctx workflow.Context, input *translate.UpdateParallelDataInput) (*translate.UpdateParallelDataOutput, error)
	UpdateParallelDataAsync(ctx workflow.Context, input *translate.UpdateParallelDataInput) *UpdateParallelDataFuture
}

func NewClient

func NewClient() Client

type CreateParallelDataFuture

type CreateParallelDataFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateParallelDataFuture) Get

type DeleteParallelDataFuture

type DeleteParallelDataFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteParallelDataFuture) Get

type DeleteTerminologyFuture

type DeleteTerminologyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteTerminologyFuture) Get

type DescribeTextTranslationJobFuture

type DescribeTextTranslationJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeTextTranslationJobFuture) Get

type GetParallelDataFuture

type GetParallelDataFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetParallelDataFuture) Get

type GetTerminologyFuture

type GetTerminologyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetTerminologyFuture) Get

type ImportTerminologyFuture

type ImportTerminologyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ImportTerminologyFuture) Get

type ListParallelDataFuture

type ListParallelDataFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListParallelDataFuture) Get

type ListTerminologiesFuture

type ListTerminologiesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTerminologiesFuture) Get

type ListTextTranslationJobsFuture

type ListTextTranslationJobsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTextTranslationJobsFuture) Get

type StartTextTranslationJobFuture

type StartTextTranslationJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartTextTranslationJobFuture) Get

type StopTextTranslationJobFuture

type StopTextTranslationJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StopTextTranslationJobFuture) Get

type TextFuture

type TextFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TextFuture) Get

type UpdateParallelDataFuture

type UpdateParallelDataFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateParallelDataFuture) Get

Jump to

Keyboard shortcuts

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