Interface AllowedDomainsSettingsOrBuilder (0.1.0)

public interface AllowedDomainsSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDomains(int index)

public abstract String getDomains(int index)

List of trusted domains.

repeated string domains = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The domains at the given index.

getDomainsBytes(int index)

public abstract ByteString getDomainsBytes(int index)

List of trusted domains.

repeated string domains = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the domains at the given index.

getDomainsCount()

public abstract int getDomainsCount()

List of trusted domains.

repeated string domains = 2;

Returns
Type Description
int

The count of domains.

getDomainsList()

public abstract List<String> getDomainsList()

List of trusted domains.

repeated string domains = 2;

Returns
Type Description
List<String>

A list containing the domains.

getEnable()

public abstract boolean getEnable()

Configuration for customers to opt in for the feature.

optional bool enable = 1;

Returns
Type Description
boolean

The enable.

hasEnable()

public abstract boolean hasEnable()

Configuration for customers to opt in for the feature.

optional bool enable = 1;

Returns
Type Description
boolean

Whether the enable field is set.