Dataform V1 API - Class Google::Cloud::Dataform::V1::CommitAuthor (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::CommitAuthor.
Represents the author of a Git commit.
Extended By
-
Google::Protobuf::MessageExts::ClassMethods
Includes
-
Google::Protobuf::MessageExts
Methods
def email_address() -> ::String
Returns
-
(::String) — Required. The commit author's 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.
Returns
-
(::String) — Required. The commit author's name.
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The commit author's name.
Returns
-
(::String) — Required. The commit author's name.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[],[],null,["# Dataform V1 API - Class Google::Cloud::Dataform::V1::CommitAuthor (v0.1.0)\n\nReference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::CommitAuthor.\n\nRepresents the author of a Git commit. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #email_address\n\n def email_address() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The commit author's email address.\n\n### #email_address=\n\n def email_address=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The commit author's email address. \n**Returns**\n\n- (::String) --- Required. The commit author's email address.\n\n### #name\n\n def name() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The commit author's name.\n\n### #name=\n\n def name=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The commit author's name. \n**Returns**\n\n- (::String) --- Required. The commit author's name."]]