Google Cloud Translation v3 API - Class UpdateGlossaryMetadata (3.8.0)

public sealed class UpdateGlossaryMetadata : IMessage<UpdateGlossaryMetadata>, IEquatable<UpdateGlossaryMetadata>, IDeepCloneable<UpdateGlossaryMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Translation v3 API class UpdateGlossaryMetadata.

Stored in the [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata] field returned by UpdateGlossary.

Inheritance

object > UpdateGlossaryMetadata

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

UpdateGlossaryMetadata()

public UpdateGlossaryMetadata()

UpdateGlossaryMetadata(UpdateGlossaryMetadata)

public UpdateGlossaryMetadata(UpdateGlossaryMetadata other)
Parameter
Name Description
other UpdateGlossaryMetadata

Properties

Glossary

public Glossary Glossary { get; set; }

The updated glossary object.

Property Value
Type Description
Glossary

State

public UpdateGlossaryMetadata.Types.State State { get; set; }

The current state of the glossary update operation. If the glossary input file was not updated this will be completed immediately

Property Value
Type Description
UpdateGlossaryMetadataTypesState

SubmitTime

public Timestamp SubmitTime { get; set; }

The time when the operation was submitted to the server.

Property Value
Type Description
Timestamp