public interface UserDomainTargetingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExcludedUserDomains(int index)
public abstract String getExcludedUserDomains(int index)
Optional. A list of user domains that should be excluded.
repeated string excluded_user_domains = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The excludedUserDomains at the given index. |
getExcludedUserDomainsBytes(int index)
public abstract ByteString getExcludedUserDomainsBytes(int index)
Optional. A list of user domains that should be excluded.
repeated string excluded_user_domains = 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 excludedUserDomains at the given index. |
getExcludedUserDomainsCount()
public abstract int getExcludedUserDomainsCount()
Optional. A list of user domains that should be excluded.
repeated string excluded_user_domains = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of excludedUserDomains. |
getExcludedUserDomainsList()
public abstract List<String> getExcludedUserDomainsList()
Optional. A list of user domains that should be excluded.
repeated string excluded_user_domains = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the excludedUserDomains. |
getTargetedUserDomains(int index)
public abstract String getTargetedUserDomains(int index)
Optional. A list of user domains that should be targeted/included.
repeated string targeted_user_domains = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The targetedUserDomains at the given index. |
getTargetedUserDomainsBytes(int index)
public abstract ByteString getTargetedUserDomainsBytes(int index)
Optional. A list of user domains that should be targeted/included.
repeated string targeted_user_domains = 1 [(.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 targetedUserDomains at the given index. |
getTargetedUserDomainsCount()
public abstract int getTargetedUserDomainsCount()
Optional. A list of user domains that should be targeted/included.
repeated string targeted_user_domains = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of targetedUserDomains. |
getTargetedUserDomainsList()
public abstract List<String> getTargetedUserDomainsList()
Optional. A list of user domains that should be targeted/included.
repeated string targeted_user_domains = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the targetedUserDomains. |