Interface FirstPartyMobileApplicationTargetingOrBuilder (0.39.0)

public interface FirstPartyMobileApplicationTargetingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExcludedApplications(int index)

public abstract String getExcludedApplications(int index)

Optional. The resource names of the first-party applications that should be excluded.

repeated string excluded_applications = 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 excludedApplications at the given index.

getExcludedApplicationsBytes(int index)

public abstract ByteString getExcludedApplicationsBytes(int index)

Optional. The resource names of the first-party applications that should be excluded.

repeated string excluded_applications = 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 excludedApplications at the given index.

getExcludedApplicationsCount()

public abstract int getExcludedApplicationsCount()

Optional. The resource names of the first-party applications that should be excluded.

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

Returns
Type Description
int

The count of excludedApplications.

getExcludedApplicationsList()

public abstract List<String> getExcludedApplicationsList()

Optional. The resource names of the first-party applications that should be excluded.

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

Returns
Type Description
List<String>

A list containing the excludedApplications.

getTargetedApplications(int index)

public abstract String getTargetedApplications(int index)

Optional. The resource names of the first-party applications that should be targeted.

repeated string targeted_applications = 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 targetedApplications at the given index.

getTargetedApplicationsBytes(int index)

public abstract ByteString getTargetedApplicationsBytes(int index)

Optional. The resource names of the first-party applications that should be targeted.

repeated string targeted_applications = 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 targetedApplications at the given index.

getTargetedApplicationsCount()

public abstract int getTargetedApplicationsCount()

Optional. The resource names of the first-party applications that should be targeted.

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

Returns
Type Description
int

The count of targetedApplications.

getTargetedApplicationsList()

public abstract List<String> getTargetedApplicationsList()

Optional. The resource names of the first-party applications that should be targeted.

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

Returns
Type Description
List<String>

A list containing the targetedApplications.