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 \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
Required. The commit author's name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEmailAddress
Required. The commit author's email address.
Returns | |
---|---|
Type | Description |
string |
setEmailAddress
Required. The commit author's email address.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |