Interface AndroidKeyRestrictionsOrBuilder (0.39.0)

public interface AndroidKeyRestrictionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.api.apikeys.v2.AndroidApplicationOrBuilder>