public interface RequestPlatformTargetingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRequestPlatforms(int index)
public abstract RequestPlatformEnum.RequestPlatform getRequestPlatforms(int index)
Optional. The list of request platforms that should be targeted.
repeated .google.ads.admanager.v1.RequestPlatformEnum.RequestPlatform request_platforms = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
RequestPlatformEnum.RequestPlatform |
The requestPlatforms at the given index. |
getRequestPlatformsCount()
public abstract int getRequestPlatformsCount()
Optional. The list of request platforms that should be targeted.
repeated .google.ads.admanager.v1.RequestPlatformEnum.RequestPlatform request_platforms = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of requestPlatforms. |
getRequestPlatformsList()
public abstract List<RequestPlatformEnum.RequestPlatform> getRequestPlatformsList()
Optional. The list of request platforms that should be targeted.
repeated .google.ads.admanager.v1.RequestPlatformEnum.RequestPlatform request_platforms = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<RequestPlatform> |
A list containing the requestPlatforms. |
getRequestPlatformsValue(int index)
public abstract int getRequestPlatformsValue(int index)
Optional. The list of request platforms that should be targeted.
repeated .google.ads.admanager.v1.RequestPlatformEnum.RequestPlatform request_platforms = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire of requestPlatforms at the given index. |
getRequestPlatformsValueList()
public abstract List<Integer> getRequestPlatformsValueList()
Optional. The list of request platforms that should be targeted.
repeated .google.ads.admanager.v1.RequestPlatformEnum.RequestPlatform request_platforms = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for requestPlatforms. |