public interface AllowedDomainsSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDomains(int index)
public abstract String getDomains(int index)Optional. List of trusted domains.
repeated string domains = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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)Optional. List of trusted domains.
repeated string domains = 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 domains at the given index. |
getDomainsCount()
public abstract int getDomainsCount()Optional. List of trusted domains.
repeated string domains = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of domains. |
getDomainsList()
public abstract List<String> getDomainsList()Optional. List of trusted domains.
repeated string domains = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the domains. |
getEnable()
public abstract boolean getEnable()Optional. Configuration for customers to opt in for the feature.
optional bool enable = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The enable. |
hasEnable()
public abstract boolean hasEnable()Optional. Configuration for customers to opt in for the feature.
optional bool enable = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the enable field is set. |