public interface CommitAuthorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEmailAddress()
public abstract String getEmailAddress()Required. The commit author's email address.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The emailAddress. |
getEmailAddressBytes()
public abstract ByteString getEmailAddressBytes()Required. The commit author's email address.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for emailAddress. |
getName()
public abstract String getName()Required. The commit author's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The commit author's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |