public static interface Entitlement.AdditionalNotificationTargetsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdminEmailRecipients(int index)
public abstract String getAdminEmailRecipients(int index)Optional. Additional email addresses to be notified when a principal (requester) is granted access.
 repeated string admin_email_recipients = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The adminEmailRecipients at the given index. | 
getAdminEmailRecipientsBytes(int index)
public abstract ByteString getAdminEmailRecipientsBytes(int index)Optional. Additional email addresses to be notified when a principal (requester) is granted access.
 repeated string admin_email_recipients = 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 adminEmailRecipients at the given index. | 
getAdminEmailRecipientsCount()
public abstract int getAdminEmailRecipientsCount()Optional. Additional email addresses to be notified when a principal (requester) is granted access.
 repeated string admin_email_recipients = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The count of adminEmailRecipients. | 
getAdminEmailRecipientsList()
public abstract List<String> getAdminEmailRecipientsList()Optional. Additional email addresses to be notified when a principal (requester) is granted access.
 repeated string admin_email_recipients = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the adminEmailRecipients. | 
getRequesterEmailRecipients(int index)
public abstract String getRequesterEmailRecipients(int index)Optional. Additional email address to be notified about an eligible entitlement.
 
 repeated string requester_email_recipients = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The requesterEmailRecipients at the given index. | 
getRequesterEmailRecipientsBytes(int index)
public abstract ByteString getRequesterEmailRecipientsBytes(int index)Optional. Additional email address to be notified about an eligible entitlement.
 
 repeated string requester_email_recipients = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the requesterEmailRecipients at the given index. | 
getRequesterEmailRecipientsCount()
public abstract int getRequesterEmailRecipientsCount()Optional. Additional email address to be notified about an eligible entitlement.
 
 repeated string requester_email_recipients = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The count of requesterEmailRecipients. | 
getRequesterEmailRecipientsList()
public abstract List<String> getRequesterEmailRecipientsList()Optional. Additional email address to be notified about an eligible entitlement.
 
 repeated string requester_email_recipients = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the requesterEmailRecipients. |