class ProjectsLocations extends Resource (View source)

The "locations" collection of methods.

Typical usage is:

 $dataplexService = new Google\Service\CloudDataplex(...);
 $locations = $dataplexService->projects_locations;

Methods

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

Gets information about a location. (locations.get)

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

Lists information about the supported locations for this service.

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

Looks up a single Entry by name using the permission on the source system.

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

Searches for Entries matching the given query and scope.

Details

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

Gets information about a location. (locations.get)

Parameters

string $name

Resource name for the location.

array $optParams

Optional parameters.

Return Value

GoogleCloudLocationLocation

Exceptions

Exception

GoogleCloudLocationListLocationsResponse listProjectsLocations(string $name, array $optParams = [])

Lists information about the supported locations for this service.

(locations.listProjectsLocations)

Parameters

string $name

The resource that owns the locations collection, if applicable.

array $optParams

Optional parameters.

Return Value

GoogleCloudLocationListLocationsResponse

Exceptions

Exception

GoogleCloudDataplexV1Entry lookupEntry(string $name, array $optParams = [])

Looks up a single Entry by name using the permission on the source system.

(locations.lookupEntry)

Parameters

string $name

Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.

array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1Entry

Exceptions

Exception

GoogleCloudDataplexV1SearchEntriesResponse searchEntries(string $name, array $optParams = [])

Searches for Entries matching the given query and scope.

(locations.searchEntries)

Parameters

string $name

Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.

array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1SearchEntriesResponse

Exceptions

Exception