public interface CustomTargetingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCustomTargetingClauses(int index)
public abstract CustomTargetingClause getCustomTargetingClauses(int index)
Optional. These clauses are all ORed together.
repeated .google.ads.admanager.v1.CustomTargetingClause custom_targeting_clauses = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CustomTargetingClause |
getCustomTargetingClausesCount()
public abstract int getCustomTargetingClausesCount()
Optional. These clauses are all ORed together.
repeated .google.ads.admanager.v1.CustomTargetingClause custom_targeting_clauses = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getCustomTargetingClausesList()
public abstract List<CustomTargetingClause> getCustomTargetingClausesList()
Optional. These clauses are all ORed together.
repeated .google.ads.admanager.v1.CustomTargetingClause custom_targeting_clauses = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<CustomTargetingClause> |
getCustomTargetingClausesOrBuilder(int index)
public abstract CustomTargetingClauseOrBuilder getCustomTargetingClausesOrBuilder(int index)
Optional. These clauses are all ORed together.
repeated .google.ads.admanager.v1.CustomTargetingClause custom_targeting_clauses = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CustomTargetingClauseOrBuilder |
getCustomTargetingClausesOrBuilderList()
public abstract List<? extends CustomTargetingClauseOrBuilder> getCustomTargetingClausesOrBuilderList()
Optional. These clauses are all ORed together.
repeated .google.ads.admanager.v1.CustomTargetingClause custom_targeting_clauses = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.ads.admanager.v1.CustomTargetingClauseOrBuilder> |