public interface ContentTargetingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExcludedContent(int index)
public abstract String getExcludedContent(int index)Optional. The resource names of the Content that should be excluded.
repeated string excluded_content = 6 [(.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 excludedContent at the given index. |
getExcludedContentBundles(int index)
public abstract String getExcludedContentBundles(int index)Optional. The resource names of the ContentBundles that should be excluded.
repeated string excluded_content_bundles = 8 [(.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 excludedContentBundles at the given index. |
getExcludedContentBundlesBytes(int index)
public abstract ByteString getExcludedContentBundlesBytes(int index)Optional. The resource names of the ContentBundles that should be excluded.
repeated string excluded_content_bundles = 8 [(.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 excludedContentBundles at the given index. |
getExcludedContentBundlesCount()
public abstract int getExcludedContentBundlesCount()Optional. The resource names of the ContentBundles that should be excluded.
repeated string excluded_content_bundles = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of excludedContentBundles. |
getExcludedContentBundlesList()
public abstract List<String> getExcludedContentBundlesList()Optional. The resource names of the ContentBundles that should be excluded.
repeated string excluded_content_bundles = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the excludedContentBundles. |
getExcludedContentBytes(int index)
public abstract ByteString getExcludedContentBytes(int index)Optional. The resource names of the Content that should be excluded.
repeated string excluded_content = 6 [(.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 excludedContent at the given index. |
getExcludedContentCount()
public abstract int getExcludedContentCount()Optional. The resource names of the Content that should be excluded.
repeated string excluded_content = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of excludedContent. |
getExcludedContentList()
public abstract List<String> getExcludedContentList()Optional. The resource names of the Content that should be excluded.
repeated string excluded_content = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the excludedContent. |
getTargetedContent(int index)
public abstract String getTargetedContent(int index)Optional. The resource names of the Content that should be targeted/included.
repeated string targeted_content = 5 [(.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 targetedContent at the given index. |
getTargetedContentBundles(int index)
public abstract String getTargetedContentBundles(int index)Optional. The resource names of the ContentBundles that should be targeted/included.
repeated string targeted_content_bundles = 7 [(.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 targetedContentBundles at the given index. |
getTargetedContentBundlesBytes(int index)
public abstract ByteString getTargetedContentBundlesBytes(int index)Optional. The resource names of the ContentBundles that should be targeted/included.
repeated string targeted_content_bundles = 7 [(.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 targetedContentBundles at the given index. |
getTargetedContentBundlesCount()
public abstract int getTargetedContentBundlesCount()Optional. The resource names of the ContentBundles that should be targeted/included.
repeated string targeted_content_bundles = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of targetedContentBundles. |
getTargetedContentBundlesList()
public abstract List<String> getTargetedContentBundlesList()Optional. The resource names of the ContentBundles that should be targeted/included.
repeated string targeted_content_bundles = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the targetedContentBundles. |
getTargetedContentBytes(int index)
public abstract ByteString getTargetedContentBytes(int index)Optional. The resource names of the Content that should be targeted/included.
repeated string targeted_content = 5 [(.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 targetedContent at the given index. |
getTargetedContentCount()
public abstract int getTargetedContentCount()Optional. The resource names of the Content that should be targeted/included.
repeated string targeted_content = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of targetedContent. |
getTargetedContentList()
public abstract List<String> getTargetedContentList()Optional. The resource names of the Content that should be targeted/included.
repeated string targeted_content = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the targetedContent. |