Class Metadata (0.6.0)

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

Carries information about the pipeline execution that is returned in the long running operation's metadata field.

Attributes

NameDescription
pipeline google.cloud.lifesciences_v2beta.types.Pipeline
The pipeline this operation represents.
labels Mapping[str, str]
The user-defined labels associated with this operation.
events Sequence[google.cloud.lifesciences_v2beta.types.Event]
The list of events that have happened so far during the execution of this operation.
create_time google.protobuf.timestamp_pb2.Timestamp
The time at which the operation was created by the API.
start_time google.protobuf.timestamp_pb2.Timestamp
The first time at which resources were allocated to execute the pipeline.
end_time google.protobuf.timestamp_pb2.Timestamp
The time at which execution was completed and resources were cleaned up.
pub_sub_topic str
The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.

Inheritance

builtins.object > proto.message.Message > Metadata

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.