GeneratedOptional GeneratedcreateThe time the operation was created.
from field: google.protobuf.Timestamp create_time = 7;
GenerateddoneIf the value is false, it means the operation is still in progress.
If true, the operation is completed, and either error or response is
available.
from field: bool done = 3;
Optional GeneratedmetadataService-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
from field: google.protobuf.Any metadata = 2;
GeneratednameThe server-assigned name, which is only unique within the same service that
originally returns it. If you use the default HTTP mapping, the
name should be a resource name ending with operations/{unique_id}.
from field: string name = 1;
GeneratedownersList of owners for this Operation
from field: repeated string owners = 6;
GeneratedresultThe operation result, which can be either an error or a valid response.
If done == false, neither error nor response is set.
If done == true, exactly one of error or response is set.
from oneof audiotool.longrunning.v1.Operation.result
Generatedvalue: StatusThe error result of the operation in case of failure or cancellation.
from field: audiotool.longrunning.v1.Status error = 4;
Generatedvalue: AnyThe normal response of the operation in case of success. If the original
method returns no data on success, such as Delete, the response is
google.protobuf.Empty. If the original method is standard
Get/Create/Update, the response should be the resource. For other
methods, the response should have the type XxxResponse, where Xxx
is the original method name. For example, if the original method name
is TakeSnapshot(), the inferred response type is
TakeSnapshotResponse.
from field: google.protobuf.Any response = 5;
Static ReadonlyfieldsStatic ReadonlyruntimeStatic ReadonlytypeCreate a deep copy.
Parse from binary data, merging fields.
Repeated fields are appended. Map entries are added, overwriting existing keys.
If a message field is already present, it will be merged with the new data.
Optionaloptions: Partial<BinaryReadOptions>Parse a message from a JSON value.
Optionaloptions: Partial<JsonReadOptions>Parse a message from a JSON string.
Optionaloptions: Partial<JsonReadOptions>Retrieve the MessageType of this message - a singleton that represents the protobuf message declaration and provides metadata for reflection- based operations.
Serialize the message to binary data.
Optionaloptions: Partial<BinaryWriteOptions>Serialize the message to a JSON value, a JavaScript value that can be passed to JSON.stringify().
Optionaloptions: Partial<JsonWriteOptions>ProtectedtoOverride for serialization behavior. This will be invoked when calling JSON.stringify on this message (i.e. JSON.stringify(msg)).
Note that this will not serialize google.protobuf.Any with a packed message because the protobuf JSON format specifies that it needs to be unpacked, and this is only possible with a type registry to look up the message type. As a result, attempting to serialize a message with this type will throw an Error.
This method is protected because you should not need to invoke it directly -- instead use JSON.stringify or toJsonString for stringified JSON. Alternatively, if actual JSON is desired, you should use toJson.
Serialize the message to a JSON string.
Optionaloptions: Partial<JsonWriteStringOptions>StaticequalsStaticfromOptionaloptions: Partial<BinaryReadOptions>StaticfromStaticfrom
This resource represents a long-running operation that is the result of a network API call.
from message audiotool.longrunning.v1.Operation