Class: Google::Cloud::Dataform::V1beta1::ReleaseConfig::ScheduledReleaseRecord

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_result::String

Returns 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/*.



1014
1015
1016
1017
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1014

class ScheduledReleaseRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#error_status::Google::Rpc::Status

Returns 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.



1014
1015
1016
1017
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1014

class ScheduledReleaseRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#release_time::Google::Protobuf::Timestamp

Returns The timestamp of this release attempt.

Returns:



1014
1015
1016
1017
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1014

class ScheduledReleaseRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end