Interface DataProduct.AccessApprovalConfigOrBuilder (1.91.0)

public static interface DataProduct.AccessApprovalConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApproverEmails(int index)

public abstract String getApproverEmails(int index)

Optional. Specifies the email addresses of users who are potential approvers and are notified when an access request is made for the data product. The maximum number of emails allowed is 10.

repeated string approver_emails = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The approverEmails at the given index.

getApproverEmailsBytes(int index)

public abstract ByteString getApproverEmailsBytes(int index)

Optional. Specifies the email addresses of users who are potential approvers and are notified when an access request is made for the data product. The maximum number of emails allowed is 10.

repeated string approver_emails = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the approverEmails at the given index.

getApproverEmailsCount()

public abstract int getApproverEmailsCount()

Optional. Specifies the email addresses of users who are potential approvers and are notified when an access request is made for the data product. The maximum number of emails allowed is 10.

repeated string approver_emails = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of approverEmails.

getApproverEmailsList()

public abstract List<String> getApproverEmailsList()

Optional. Specifies the email addresses of users who are potential approvers and are notified when an access request is made for the data product. The maximum number of emails allowed is 10.

repeated string approver_emails = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the approverEmails.