public interface BrowserLanguageTargetingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExcludedBrowserLanguages(int index)
public abstract String getExcludedBrowserLanguages(int index)Optional. A list of browser language resource names that should be excluded.
repeated string excluded_browser_languages = 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 excludedBrowserLanguages at the given index. |
getExcludedBrowserLanguagesBytes(int index)
public abstract ByteString getExcludedBrowserLanguagesBytes(int index)Optional. A list of browser language resource names that should be excluded.
repeated string excluded_browser_languages = 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 excludedBrowserLanguages at the given index. |
getExcludedBrowserLanguagesCount()
public abstract int getExcludedBrowserLanguagesCount()Optional. A list of browser language resource names that should be excluded.
repeated string excluded_browser_languages = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of excludedBrowserLanguages. |
getExcludedBrowserLanguagesList()
public abstract List<String> getExcludedBrowserLanguagesList()Optional. A list of browser language resource names that should be excluded.
repeated string excluded_browser_languages = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the excludedBrowserLanguages. |
getTargetedBrowserLanguages(int index)
public abstract String getTargetedBrowserLanguages(int index)Optional. A list of browser language resource names that should be targeted/included.
repeated string targeted_browser_languages = 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 targetedBrowserLanguages at the given index. |
getTargetedBrowserLanguagesBytes(int index)
public abstract ByteString getTargetedBrowserLanguagesBytes(int index)Optional. A list of browser language resource names that should be targeted/included.
repeated string targeted_browser_languages = 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 targetedBrowserLanguages at the given index. |
getTargetedBrowserLanguagesCount()
public abstract int getTargetedBrowserLanguagesCount()Optional. A list of browser language resource names that should be targeted/included.
repeated string targeted_browser_languages = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of targetedBrowserLanguages. |
getTargetedBrowserLanguagesList()
public abstract List<String> getTargetedBrowserLanguagesList()Optional. A list of browser language resource names that should be targeted/included.
repeated string targeted_browser_languages = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the targetedBrowserLanguages. |