Google Cloud Dataform V1beta1 Client - Class CommitAuthor (0.2.3)

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

Represents the author of a Git commit.

Generated from protobuf message google.cloud.dataform.v1beta1.CommitAuthor

Namespace

Google \ Cloud \ Dataform \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The commit author's name.

↳ email_address string

Required. The commit author's email address.

getName

Required. The commit author's name.

Returns
TypeDescription
string

setName

Required. The commit author's name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEmailAddress

Required. The commit author's email address.

Returns
TypeDescription
string

setEmailAddress

Required. The commit author's email address.

Parameter
NameDescription
var string
Returns
TypeDescription
$this