Interface MobileCarrierTargetingOrBuilder (0.39.0)

public interface MobileCarrierTargetingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExcludedMobileCarriers(int index)

public abstract String getExcludedMobileCarriers(int index)

Optional. A list of mobile carrier resource names that should be excluded.

repeated string excluded_mobile_carriers = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The excludedMobileCarriers at the given index.

getExcludedMobileCarriersBytes(int index)

public abstract ByteString getExcludedMobileCarriersBytes(int index)

Optional. A list of mobile carrier resource names that should be excluded.

repeated string excluded_mobile_carriers = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the excludedMobileCarriers at the given index.

getExcludedMobileCarriersCount()

public abstract int getExcludedMobileCarriersCount()

Optional. A list of mobile carrier resource names that should be excluded.

repeated string excluded_mobile_carriers = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of excludedMobileCarriers.

getExcludedMobileCarriersList()

public abstract List<String> getExcludedMobileCarriersList()

Optional. A list of mobile carrier resource names that should be excluded.

repeated string excluded_mobile_carriers = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the excludedMobileCarriers.

getTargetedMobileCarriers(int index)

public abstract String getTargetedMobileCarriers(int index)

Optional. A list of mobile carrier resource names that should be targeted/included.

repeated string targeted_mobile_carriers = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The targetedMobileCarriers at the given index.

getTargetedMobileCarriersBytes(int index)

public abstract ByteString getTargetedMobileCarriersBytes(int index)

Optional. A list of mobile carrier resource names that should be targeted/included.

repeated string targeted_mobile_carriers = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the targetedMobileCarriers at the given index.

getTargetedMobileCarriersCount()

public abstract int getTargetedMobileCarriersCount()

Optional. A list of mobile carrier resource names that should be targeted/included.

repeated string targeted_mobile_carriers = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of targetedMobileCarriers.

getTargetedMobileCarriersList()

public abstract List<String> getTargetedMobileCarriersList()

Optional. A list of mobile carrier resource names that should be targeted/included.

repeated string targeted_mobile_carriers = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the targetedMobileCarriers.