Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::ReleaseConfig::ScheduledReleaseRecord.
A record of an attempt to create a compilation result for this release config.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#compilation_result
def compilation_result() -> ::String
Returns
-
(::String) — The name of the created compilation result, if one was successfully
created. Must be in the format
projects/*/locations/*/repositories/*/compilationResults/*
.
#compilation_result=
def compilation_result=(value) -> ::String
Parameter
-
value (::String) — The name of the created compilation result, if one was successfully
created. Must be in the format
projects/*/locations/*/repositories/*/compilationResults/*
.
Returns
-
(::String) — The name of the created compilation result, if one was successfully
created. Must be in the format
projects/*/locations/*/repositories/*/compilationResults/*
.
#error_status
def error_status() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
#error_status=
def error_status=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
Returns
- (::Google::Rpc::Status) — The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
#release_time
def release_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The timestamp of this release attempt.
#release_time=
def release_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The timestamp of this release attempt.
Returns
- (::Google::Protobuf::Timestamp) — The timestamp of this release attempt.