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(string $parent, GoogleCloudApigeeV1Datastore $postBody, array $optParams = [])

Create a Datastore for an org (datastores.create)

delete(string $name, array $optParams = [])

Delete a Datastore from an org. (datastores.delete)

get(string $name, array $optParams = [])

Get a Datastore (datastores.get)

listOrganizationsAnalyticsDatastores(string $parent, array $optParams = [])

List Datastores (datastores.listOrganizationsAnalyticsDatastores)

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)

update(string $name, GoogleCloudApigeeV1Datastore $postBody, array $optParams = [])

Update a Datastore (datastores.update)

Details

GoogleCloudApigeeV1Datastore create(string $parent, GoogleCloudApigeeV1Datastore $postBody, array $optParams = [])

Create a Datastore for an org (datastores.create)

Parameters

string $parent

Required. The parent organization name. Must be of the form organizations/{org}.

GoogleCloudApigeeV1Datastore $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1Datastore

Exceptions

Exception

GoogleProtobufEmpty delete(string $name, array $optParams = [])

Delete a Datastore from an org. (datastores.delete)

Parameters

string $name

Required. Resource name of the Datastore to be deleted. Must be of the form organizations/{org}/analytics/datastores/{datastoreId}

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception

GoogleCloudApigeeV1Datastore get(string $name, array $optParams = [])

Get a Datastore (datastores.get)

Parameters

string $name

Required. Resource name of the Datastore to be get. Must be of the form organizations/{org}/analytics/datastores/{datastoreId}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1Datastore

Exceptions

Exception

GoogleCloudApigeeV1ListDatastoresResponse listOrganizationsAnalyticsDatastores(string $parent, array $optParams = [])

List Datastores (datastores.listOrganizationsAnalyticsDatastores)

Parameters

string $parent

Required. The parent organization name. Must be of the form organizations/{org}.

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListDatastoresResponse

Exceptions

Exception

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)

Parameters

string $parent

Required. The parent organization name Must be of the form organizations/{org}

GoogleCloudApigeeV1Datastore $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1TestDatastoreResponse

Exceptions

Exception

GoogleCloudApigeeV1Datastore update(string $name, GoogleCloudApigeeV1Datastore $postBody, array $optParams = [])

Update a Datastore (datastores.update)

Parameters

string $name

Required. The resource name of datastore to be updated. Must be of the form organizations/{org}/analytics/datastores/{datastoreId}

GoogleCloudApigeeV1Datastore $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1Datastore

Exceptions

Exception