Class ScheduledReleaseRecord (0.5.9)

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

A record of an attempt to create a compilation result for this release config.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
release_time google.protobuf.timestamp_pb2.Timestamp
The timestamp of this release attempt.
compilation_result str
The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*. This field is a member of oneof_ result.
error_status google.rpc.status_pb2.Status
The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful. This field is a member of oneof_ result.