class OrganizationsEnvironmentsAnalyticsExports extends Resource (View source)

The "exports" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $exports = $apigeeService->organizations_environments_analytics_exports;

Methods

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

Submit a data export job to be processed in the background. If the request is successful, the API returns a 201 status, a URI that can be used to retrieve the status of the export job, and the state value of "enqueued".

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

Gets the details and status of an analytics export job. If the export job is still in progress, its state is set to "running". After the export job has completed successfully, its state is set to "completed". If the export job fails, its state is set to failed. (exports.get)

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

Lists the details and status of all analytics export jobs belonging to the parent organization and environment.

Details

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

Submit a data export job to be processed in the background. If the request is successful, the API returns a 201 status, a URI that can be used to retrieve the status of the export job, and the state value of "enqueued".

(exports.create)

Parameters

string $parent

Required. Names of the parent organization and environment. Must be of the form organizations/{org}/environments/{env}.

GoogleCloudApigeeV1ExportRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1Export

Exceptions

Exception

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

Gets the details and status of an analytics export job. If the export job is still in progress, its state is set to "running". After the export job has completed successfully, its state is set to "completed". If the export job fails, its state is set to failed. (exports.get)

Parameters

string $name

Required. Resource name of the export to get.

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1Export

Exceptions

Exception

GoogleCloudApigeeV1ListExportsResponse listOrganizationsEnvironmentsAnalyticsExports(string $parent, array $optParams = [])

Lists the details and status of all analytics export jobs belonging to the parent organization and environment.

(exports.listOrganizationsEnvironmentsAnalyticsExports)

Parameters

string $parent

Required. Names of the parent organization and environment. Must be of the form organizations/{org}/environments/{env}.

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListExportsResponse

Exceptions

Exception