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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| Type | Description |
| List<? extends com.google.api.apikeys.v2.AndroidApplicationOrBuilder> |