public static interface PrivateAuctionDeal.BuyerDataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBuyerEmails(int index)
public abstract String getBuyerEmails(int index) Optional. The email contacts of the buyer of the PrivateAuctionDeal.
 repeated string buyer_emails = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The buyerEmails at the given index. | 
getBuyerEmailsBytes(int index)
public abstract ByteString getBuyerEmailsBytes(int index) Optional. The email contacts of the buyer of the PrivateAuctionDeal.
 repeated string buyer_emails = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the buyerEmails at the given index. | 
getBuyerEmailsCount()
public abstract int getBuyerEmailsCount() Optional. The email contacts of the buyer of the PrivateAuctionDeal.
 repeated string buyer_emails = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The count of buyerEmails. | 
getBuyerEmailsList()
public abstract List<String> getBuyerEmailsList() Optional. The email contacts of the buyer of the PrivateAuctionDeal.
 repeated string buyer_emails = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the buyerEmails. |