Class Annotation (0.1.6)

Annotation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing an Annotation

Attributes

NameDescription
name str
name of resource.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Create time stamp.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Update time stamp.
labels MutableMapping[str, str]
Labels as key value pairs.
type_ google.cloud.rapidmigrationassessment_v1.types.Annotation.Type
Type of an annotation.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

Type

Type(value)

Types for project level setting.

Values: TYPE_UNSPECIFIED (0): Unknown type TYPE_LEGACY_EXPORT_CONSENT (1): Indicates that this project has opted into StratoZone export. TYPE_QWIKLAB (2): Indicates that this project is created by Qwiklab.