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

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.

Returns:

  • (::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.



1202
1203
1204
1205
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1202

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.

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.

Returns:

  • (::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.



1202
1203
1204
1205
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1202

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

#release_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The timestamp of this release attempt.

Returns:



1202
1203
1204
1205
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1202

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