public interface AndroidKeyRestrictionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowedApplications(int index)
public abstract AndroidApplication getAllowedApplications(int index)A list of Android applications that are allowed to make API calls with this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AndroidApplication |
|
getAllowedApplicationsCount()
public abstract int getAllowedApplicationsCount()A list of Android applications that are allowed to make API calls with this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAllowedApplicationsList()
public abstract List<AndroidApplication> getAllowedApplicationsList()A list of Android applications that are allowed to make API calls with this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
| Returns | |
|---|---|
| Type | Description |
List<AndroidApplication> |
|
getAllowedApplicationsOrBuilder(int index)
public abstract AndroidApplicationOrBuilder getAllowedApplicationsOrBuilder(int index)A list of Android applications that are allowed to make API calls with this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AndroidApplicationOrBuilder |
|
getAllowedApplicationsOrBuilderList()
public abstract List<? extends AndroidApplicationOrBuilder> getAllowedApplicationsOrBuilderList()A list of Android applications that are allowed to make API calls with this key.
repeated .google.api.apikeys.v2.AndroidApplication allowed_applications = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.api.apikeys.v2.AndroidApplicationOrBuilder> |
|