public interface CommitAuthorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Required.
|
com.google.protobuf.ByteString |
getEmailAddressBytes()
Required.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The commit author's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. The commit author's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED];String getEmailAddress()
Required. The commit author's email address.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getEmailAddressBytes()
Required. The commit author's email address.
string email_address = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.