public interface GeoTargetingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExcludedGeos(int index)
public abstract String getExcludedGeos(int index)
Optional. A list of geo resource names that should be excluded.
repeated string excluded_geos = 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 excludedGeos at the given index. |
getExcludedGeosBytes(int index)
public abstract ByteString getExcludedGeosBytes(int index)
Optional. A list of geo resource names that should be excluded.
repeated string excluded_geos = 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 excludedGeos at the given index. |
getExcludedGeosCount()
public abstract int getExcludedGeosCount()
Optional. A list of geo resource names that should be excluded.
repeated string excluded_geos = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
int |
The count of excludedGeos. |
getExcludedGeosList()
public abstract List<String> getExcludedGeosList()
Optional. A list of geo resource names that should be excluded.
repeated string excluded_geos = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the excludedGeos. |
getTargetedGeos(int index)
public abstract String getTargetedGeos(int index)
Optional. A list of geo resource names that should be targeted/included.
repeated string targeted_geos = 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 targetedGeos at the given index. |
getTargetedGeosBytes(int index)
public abstract ByteString getTargetedGeosBytes(int index)
Optional. A list of geo resource names that should be targeted/included.
repeated string targeted_geos = 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 targetedGeos at the given index. |
getTargetedGeosCount()
public abstract int getTargetedGeosCount()
Optional. A list of geo resource names that should be targeted/included.
repeated string targeted_geos = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
int |
The count of targetedGeos. |
getTargetedGeosList()
public abstract List<String> getTargetedGeosList()
Optional. A list of geo resource names that should be targeted/included.
repeated string targeted_geos = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the targetedGeos. |