public interface BrowserTargetingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExcludedBrowsers(int index)
public abstract String getExcludedBrowsers(int index)Optional. A list of browser resource names that should be excluded.
repeated string excluded_browsers = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The excludedBrowsers at the given index. |
getExcludedBrowsersBytes(int index)
public abstract ByteString getExcludedBrowsersBytes(int index)Optional. A list of browser resource names that should be excluded.
repeated string excluded_browsers = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the excludedBrowsers at the given index. |
getExcludedBrowsersCount()
public abstract int getExcludedBrowsersCount()Optional. A list of browser resource names that should be excluded.
repeated string excluded_browsers = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of excludedBrowsers. |
getExcludedBrowsersList()
public abstract List<String> getExcludedBrowsersList()Optional. A list of browser resource names that should be excluded.
repeated string excluded_browsers = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the excludedBrowsers. |
getTargetedBrowsers(int index)
public abstract String getTargetedBrowsers(int index)Optional. A list of browser resource names that should be targeted/included.
repeated string targeted_browsers = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The targetedBrowsers at the given index. |
getTargetedBrowsersBytes(int index)
public abstract ByteString getTargetedBrowsersBytes(int index)Optional. A list of browser resource names that should be targeted/included.
repeated string targeted_browsers = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the targetedBrowsers at the given index. |
getTargetedBrowsersCount()
public abstract int getTargetedBrowsersCount()Optional. A list of browser resource names that should be targeted/included.
repeated string targeted_browsers = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of targetedBrowsers. |
getTargetedBrowsersList()
public abstract List<String> getTargetedBrowsersList()Optional. A list of browser resource names that should be targeted/included.
repeated string targeted_browsers = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the targetedBrowsers. |