public interface IosKeyRestrictionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowedBundleIds(int index)
public abstract String getAllowedBundleIds(int index)A list of bundle IDs that are allowed when making API calls with this key.
repeated string allowed_bundle_ids = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The allowedBundleIds at the given index. |
getAllowedBundleIdsBytes(int index)
public abstract ByteString getAllowedBundleIdsBytes(int index)A list of bundle IDs that are allowed when making API calls with this key.
repeated string allowed_bundle_ids = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the allowedBundleIds at the given index. |
getAllowedBundleIdsCount()
public abstract int getAllowedBundleIdsCount()A list of bundle IDs that are allowed when making API calls with this key.
repeated string allowed_bundle_ids = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of allowedBundleIds. |
getAllowedBundleIdsList()
public abstract List<String> getAllowedBundleIdsList()A list of bundle IDs that are allowed when making API calls with this key.
repeated string allowed_bundle_ids = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the allowedBundleIds. |