Const GeneratedReadonlymethods: {Readonly GeneratedcreateSample: {Create a sample.
from rpc audiotool.sample.v1.SampleService.CreateSample
Readonly GenerateddeleteSample: {Deletes a sample.
A sample can be deleted if it is not used by a project (document-service) and if the user has the correct permissions.
from rpc audiotool.sample.v1.SampleService.DeleteSample
Readonly GeneratedgetSample: {Gets a sample.
from rpc audiotool.sample.v1.SampleService.GetSample
Readonly Generatedlisten: {Listen for samples.
This is a server streaming RPC. The client sends a request and gets a stream of responses. This can be used when a sample is created and announced as being uploaded in a collaborative session, the other clients can listen for the sample and start processing it as soon as it is ready.
The server will have a history which lasts for a certain time frame and size and sends out historical events to the client. This makes it easy to retrieve non-racy events.
from rpc audiotool.sample.v1.SampleService.Listen
Readonly GeneratedlistSamples: {Lists the samples.
from rpc audiotool.sample.v1.SampleService.ListSamples
Readonly GeneratedupdateSample: {Updates a sample.
from rpc audiotool.sample.v1.SampleService.UpdateSample
Readonly GenerateduploadSampleFinished: {UploadSampleFinished is called from the client when the upload of a sample is finished so the server can start processing the Data. An URL for the upload will be returned by CreateSample.
from rpc audiotool.sample.v1.SampleService.UploadSampleFinished
ReadonlytypeName: "audiotool.sample.v1.SampleService"
The samples service definition.
from service audiotool.sample.v1.SampleService