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
-
(::String) — The name of the created compilation result, if one was successfully
created. Must be in the format
projects/*/locations/*/repositories/*/compilationResults/*
.Note: The following fields are mutually exclusive:
compilation_result
,error_status
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#compilation_result=
def compilation_result=(value) -> ::String
-
value (::String) — The name of the created compilation result, if one was successfully
created. Must be in the format
projects/*/locations/*/repositories/*/compilationResults/*
.Note: The following fields are mutually exclusive:
compilation_result
,error_status
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The name of the created compilation result, if one was successfully
created. Must be in the format
projects/*/locations/*/repositories/*/compilationResults/*
.Note: The following fields are mutually exclusive:
compilation_result
,error_status
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#error_status
def error_status() -> ::Google::Rpc::Status
-
(::Google::Rpc::Status) — The error status encountered upon this attempt to create the
compilation result, if the attempt was unsuccessful.
Note: The following fields are mutually exclusive:
error_status
,compilation_result
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#error_status=
def error_status=(value) -> ::Google::Rpc::Status
-
value (::Google::Rpc::Status) — The error status encountered upon this attempt to create the
compilation result, if the attempt was unsuccessful.
Note: The following fields are mutually exclusive:
error_status
,compilation_result
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Rpc::Status) — The error status encountered upon this attempt to create the
compilation result, if the attempt was unsuccessful.
Note: The following fields are mutually exclusive:
error_status
,compilation_result
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#release_time
def release_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — The timestamp of this release attempt.
#release_time=
def release_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — The timestamp of this release attempt.
- (::Google::Protobuf::Timestamp) — The timestamp of this release attempt.