Rapid Migration Assessment v1 API - Class Annotation (1.2.0)

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

Reference documentation and code samples for the Rapid Migration Assessment v1 API class Annotation.

Message describing an Annotation

Inheritance

object > Annotation

Namespace

Google.Cloud.RapidMigrationAssessment.V1

Assembly

Google.Cloud.RapidMigrationAssessment.V1.dll

Constructors

Annotation()

public Annotation()

Annotation(Annotation)

public Annotation(Annotation other)
Parameter
Name Description
other Annotation

Properties

AnnotationName

public AnnotationName AnnotationName { get; set; }

AnnotationName-typed view over the Name resource name property.

Property Value
Type Description
AnnotationName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Create time stamp.

Property Value
Type Description
Timestamp

Labels

public MapField<string, string> Labels { get; }

Labels as key value pairs.

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

name of resource.

Property Value
Type Description
string

Type

public Annotation.Types.Type Type { get; set; }

Type of an annotation.

Property Value
Type Description
AnnotationTypesType

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Update time stamp.

Property Value
Type Description
Timestamp