class OrganizationsDatacollectors extends Resource (View source)

The "datacollectors" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $datacollectors = $apigeeService->organizations_datacollectors;

Methods

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

Creates a new data collector. (datacollectors.create)

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

Deletes a data collector. (datacollectors.delete)

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

Gets a data collector. (datacollectors.get)

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

Lists all data collectors. (datacollectors.listOrganizationsDatacollectors)

patch(string $name, GoogleCloudApigeeV1DataCollector $postBody, array $optParams = [])

Updates a data collector. (datacollectors.patch)

Details

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

Creates a new data collector. (datacollectors.create)

Parameters

string $parent

Required. Name of the organization in which to create the data collector in the following format: organizations/{org}.

GoogleCloudApigeeV1DataCollector $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1DataCollector

Exceptions

Exception

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

Deletes a data collector. (datacollectors.delete)

Parameters

string $name

Required. Name of the data collector in the following format: organizations/{org}/datacollectors/{data_collector_id}.

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception

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

Gets a data collector. (datacollectors.get)

Parameters

string $name

Required. Name of the data collector in the following format: organizations/{org}/datacollectors/{data_collector_id}.

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1DataCollector

Exceptions

Exception

GoogleCloudApigeeV1ListDataCollectorsResponse listOrganizationsDatacollectors(string $parent, array $optParams = [])

Lists all data collectors. (datacollectors.listOrganizationsDatacollectors)

Parameters

string $parent

Required. Name of the organization for which to list data collectors in the following format: organizations/{org}.

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1ListDataCollectorsResponse

Exceptions

Exception

GoogleCloudApigeeV1DataCollector patch(string $name, GoogleCloudApigeeV1DataCollector $postBody, array $optParams = [])

Updates a data collector. (datacollectors.patch)

Parameters

string $name

Required. Name of the data collector in the following format: organizations/{org}/datacollectors/{data_collector_id}.

GoogleCloudApigeeV1DataCollector $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1DataCollector

Exceptions

Exception