OrganizationsAnalyticsDatastores
class OrganizationsAnalyticsDatastores extends Resource (View source)
The "datastores" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$datastores = $apigeeService->organizations_analytics_datastores;
Methods
Create a Datastore for an org (datastores.create)
Delete a Datastore from an org. (datastores.delete)
Get a Datastore (datastores.get)
List Datastores (datastores.listOrganizationsAnalyticsDatastores)
Test if Datastore configuration is correct. This includes checking if credentials provided by customer have required permissions in target destination storage (datastores.test)
Update a Datastore (datastores.update)
Details
GoogleCloudApigeeV1Datastore
create(string $parent, GoogleCloudApigeeV1Datastore $postBody, array $optParams = [])
Create a Datastore for an org (datastores.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Delete a Datastore from an org. (datastores.delete)
GoogleCloudApigeeV1Datastore
get(string $name, array $optParams = [])
Get a Datastore (datastores.get)
GoogleCloudApigeeV1ListDatastoresResponse
listOrganizationsAnalyticsDatastores(string $parent, array $optParams = [])
List Datastores (datastores.listOrganizationsAnalyticsDatastores)
GoogleCloudApigeeV1TestDatastoreResponse
test(string $parent, GoogleCloudApigeeV1Datastore $postBody, array $optParams = [])
Test if Datastore configuration is correct. This includes checking if credentials provided by customer have required permissions in target destination storage (datastores.test)
GoogleCloudApigeeV1Datastore
update(string $name, GoogleCloudApigeeV1Datastore $postBody, array $optParams = [])
Update a Datastore (datastores.update)