public class Apigee.Organizations.Analytics extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Analytics.Datastores
The "datastores" collection of methods.
|
| Constructor and Description |
|---|
Analytics() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Analytics.Datastores |
datastores()
An accessor for creating requests from the Datastores collection.
|
public Apigee.Organizations.Analytics.Datastores datastores()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Datastores.List request = apigee.datastores().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.