Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::CommitAuthor (v0.5.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CommitAuthor.

Represents the author of a Git commit.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#email_address

def email_address() -> ::String
Returns
  • (::String) — Required. The commit author's email address.

#email_address=

def email_address=(value) -> ::String
Parameter
  • value (::String) — Required. The commit author's email address.
Returns
  • (::String) — Required. The commit author's email address.

#name

def name() -> ::String
Returns
  • (::String) — Required. The commit author's name.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The commit author's name.
Returns
  • (::String) — Required. The commit author's name.