public class AdMob.Accounts.Apps extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdMob.Accounts.Apps.Get |
class |
AdMob.Accounts.Apps.List |
| Constructor and Description |
|---|
Apps() |
| Modifier and Type | Method and Description |
|---|---|
AdMob.Accounts.Apps.Get |
get(String name)
Retrieves the specified app.
|
AdMob.Accounts.Apps.List |
list(String parent)
List the apps under the specified AdMob account.
|
public AdMob.Accounts.Apps.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the app to retrieve. Example:
accounts/pub-9876543210987654/apps/0123456789IOExceptionpublic AdMob.Accounts.Apps.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Resource name of the account to list apps for. Example: accounts/pub-9876543210987654IOExceptionCopyright © 2011–2020 Google. All rights reserved.