Class ScheduledReleaseRecord (0.8.0)

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

Name Description
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.
release_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp of this release attempt.