public interface DeviceCapabilityTargetingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExcludedCapabilities(int index)
public abstract String getExcludedCapabilities(int index)Optional. A list of device capability resource names that should be excluded.
repeated string excluded_capabilities = 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 excludedCapabilities at the given index. |
getExcludedCapabilitiesBytes(int index)
public abstract ByteString getExcludedCapabilitiesBytes(int index)Optional. A list of device capability resource names that should be excluded.
repeated string excluded_capabilities = 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 excludedCapabilities at the given index. |
getExcludedCapabilitiesCount()
public abstract int getExcludedCapabilitiesCount()Optional. A list of device capability resource names that should be excluded.
repeated string excluded_capabilities = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of excludedCapabilities. |
getExcludedCapabilitiesList()
public abstract List<String> getExcludedCapabilitiesList()Optional. A list of device capability resource names that should be excluded.
repeated string excluded_capabilities = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the excludedCapabilities. |
getTargetedCapabilities(int index)
public abstract String getTargetedCapabilities(int index)Optional. A list of device capability resource names that should be targeted/included.
repeated string targeted_capabilities = 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 targetedCapabilities at the given index. |
getTargetedCapabilitiesBytes(int index)
public abstract ByteString getTargetedCapabilitiesBytes(int index)Optional. A list of device capability resource names that should be targeted/included.
repeated string targeted_capabilities = 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 targetedCapabilities at the given index. |
getTargetedCapabilitiesCount()
public abstract int getTargetedCapabilitiesCount()Optional. A list of device capability resource names that should be targeted/included.
repeated string targeted_capabilities = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of targetedCapabilities. |
getTargetedCapabilitiesList()
public abstract List<String> getTargetedCapabilitiesList()Optional. A list of device capability resource names that should be targeted/included.
repeated string targeted_capabilities = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the targetedCapabilities. |