Class: Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesResponse

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

Overview

CommitRepositoryChanges response message.

Instance Attribute Summary collapse

Instance Attribute Details

#commit_sha::String

Returns The commit SHA of the current commit.

Returns:

  • (::String)

    The commit SHA of the current commit.



346
347
348
349
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 346

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