Google Cloud Dataplex V1 Client - Class DataplexServiceClient (0.4.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DataplexServiceClient.

Service Description: Dataplex service provides data lakes as a service. The primary resources offered by this service are Lakes, Zones and Assets which collectively allow a data administrator to organize, manage, secure and catalog data across their organization located across cloud projects in a variety of storage systems including Cloud Storage and BigQuery.

This class is currently experimental and may be subject to changes.

Methods

getOperationsClient

Return an OperationsClient object with the same endpoint as $this.

Returns
TypeDescription
Google\ApiCore\LongRunning\OperationsClient

resumeOperation

Resume an existing long running operation that was previously started by a long running API method. If $methodName is not provided, or does not match a long running API method, then the operation can still be resumed, but the OperationResponse object will not deserialize the final response.

Parameters
NameDescription
operationName string

The name of the long running operation

methodName string

The name of the method used to start the operation

Returns
TypeDescription
Google\ApiCore\OperationResponse

assetName

Formats a string containing the fully-qualified path to represent a asset resource.

Parameters
NameDescription
project string
location string
lake string
zone string
asset string
Returns
TypeDescription
stringThe formatted asset resource.

environmentName

Formats a string containing the fully-qualified path to represent a environment resource.

Parameters
NameDescription
project string
location string
lake string
environment string
Returns
TypeDescription
stringThe formatted environment resource.

jobName

Formats a string containing the fully-qualified path to represent a job resource.

Parameters
NameDescription
project string
location string
lake string
task string
job string
Returns
TypeDescription
stringThe formatted job resource.

lakeName

Formats a string containing the fully-qualified path to represent a lake resource.

Parameters
NameDescription
project string
location string
lake string
Returns
TypeDescription
stringThe formatted lake resource.

locationName

Formats a string containing the fully-qualified path to represent a location resource.

Parameters
NameDescription
project string
location string
Returns
TypeDescription
stringThe formatted location resource.

taskName

Formats a string containing the fully-qualified path to represent a task resource.

Parameters
NameDescription
project string
location string
lake string
task string
Returns
TypeDescription
stringThe formatted task resource.

zoneName

Formats a string containing the fully-qualified path to represent a zone resource.

Parameters
NameDescription
project string
location string
lake string
zone string
Returns
TypeDescription
stringThe formatted zone resource.

parseName

Parses a formatted name string and returns an associative array of the components in the name.

The following name formats are supported: Template: Pattern

  • asset: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/assets/{asset}
  • environment: projects/{project}/locations/{location}/lakes/{lake}/environments/{environment}
  • job: projects/{project}/locations/{location}/lakes/{lake}/tasks/{task}/jobs/{job}
  • lake: projects/{project}/locations/{location}/lakes/{lake}
  • location: projects/{project}/locations/{location}
  • task: projects/{project}/locations/{location}/lakes/{lake}/tasks/{task}
  • zone: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}

The optional $template argument can be supplied to specify a particular pattern, and must match one of the templates listed above. If no $template argument is provided, or if the $template argument does not match one of the templates listed, then parseName will check each of the supported templates, and return the first match.

Parameters
NameDescription
formattedName string

The formatted name string

template string

Optional name of template to match

Returns
TypeDescription
arrayAn associative array from name component IDs to component values.

__construct

Constructor.

Parameters
NameDescription
options array

Optional. Options for configuring the service API wrapper.

↳ apiEndpoint string

The address of the API remote host. May optionally include the port, formatted as "

↳ credentials string|array|FetchAuthTokenInterface|CredentialsWrapper

The credentials to be used by the client to authorize API calls. This option accepts either a path to a credentials file, or a decoded credentials file as a PHP array. Advanced usage: In addition, this option can also accept a pre-constructed Google\Auth\FetchAuthTokenInterface object or Google\ApiCore\CredentialsWrapper object. Note that when one of these objects are provided, any settings in $credentialsConfig will be ignored.

↳ credentialsConfig array

Options used to configure credentials, including auth token caching, for the client. For a full list of supporting configuration options, see Google\ApiCore\CredentialsWrapper::build() .

↳ disableRetries bool

Determines whether or not retries defined by the client configuration should be disabled. Defaults to false.

↳ clientConfig string|array

Client method configuration, including retry settings. This option can be either a path to a JSON file, or a PHP array containing the decoded JSON data. By default this settings points to the default client config file, which is provided in the resources folder.

↳ transport string|TransportInterface

The transport used for executing network requests. May be either the string rest or grpc. Defaults to grpc if gRPC support is detected on the system. Advanced usage: Additionally, it is possible to pass in an already instantiated Google\ApiCore\Transport\TransportInterface object. Note that when this object is provided, any settings in $transportConfig, and any $apiEndpoint setting, will be ignored.

↳ transportConfig array

Configuration options that will be used to construct the transport. Options for each supported transport type should be passed in a key for that transport. For example: $transportConfig = [ 'grpc' => [...], 'rest' => [...], ]; See the Google\ApiCore\Transport\GrpcTransport::build() and Google\ApiCore\Transport\RestTransport::build() methods for the supported options.

↳ clientCertSource callable

A callable which returns the client cert as a string. This can be used to provide a certificate and private key to the transport layer for mTLS.

__call

Handles execution of the async variants for each documented method.

Parameters
NameDescription
method mixed
args mixed

cancelJob

Cancel jobs running for the task resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::cancelJobAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\CancelJobRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

createAsset

Creates an asset resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::createAssetAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\CreateAssetRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

createEnvironment

Create an environment resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::createEnvironmentAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\CreateEnvironmentRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

createLake

Creates a lake resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::createLakeAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\CreateLakeRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

createTask

Creates a task resource within a lake.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::createTaskAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\CreateTaskRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

createZone

Creates a zone resource within a lake.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::createZoneAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\CreateZoneRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

deleteAsset

Deletes an asset resource. The referenced storage resource is detached (default) or deleted based on the associated Lifecycle policy.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::deleteAssetAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\DeleteAssetRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

deleteEnvironment

Delete the environment resource. All the child resources must have been deleted before environment deletion can be initiated.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::deleteEnvironmentAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\DeleteEnvironmentRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

deleteLake

Deletes a lake resource. All zones within the lake must be deleted before the lake can be deleted.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::deleteLakeAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\DeleteLakeRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

deleteTask

Delete the task resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::deleteTaskAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\DeleteTaskRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

deleteZone

Deletes a zone resource. All assets within a zone must be deleted before the zone can be deleted.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::deleteZoneAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\DeleteZoneRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

getAsset

Retrieves an asset resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::getAssetAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\GetAssetRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\Asset

getEnvironment

Get environment resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::getEnvironmentAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\GetEnvironmentRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\Environment

getJob

Get job resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::getJobAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\GetJobRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\Job

getLake

Retrieves a lake resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::getLakeAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\GetLakeRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\Lake

getTask

Get task resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::getTaskAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\GetTaskRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\Task

getZone

Retrieves a zone resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::getZoneAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\GetZoneRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\Zone

listAssetActions

Lists action resources in an asset.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::listAssetActionsAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\ListAssetActionsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listAssets

Lists asset resources in a zone.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::listAssetsAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\ListAssetsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listEnvironments

Lists environments under the given lake.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::listEnvironmentsAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\ListEnvironmentsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listJobs

Lists Jobs under the given task.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::listJobsAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\ListJobsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listLakeActions

Lists action resources in a lake.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::listLakeActionsAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\ListLakeActionsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listLakes

Lists lake resources in a project and location.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::listLakesAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\ListLakesRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listSessions

Lists session resources in an environment.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::listSessionsAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\ListSessionsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listTasks

Lists tasks under the given lake.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::listTasksAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\ListTasksRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listZoneActions

Lists action resources in a zone.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::listZoneActionsAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\ListZoneActionsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listZones

Lists zone resources in a lake.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::listZonesAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\ListZonesRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

runTask

Run an on demand execution of a Task.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::runTaskAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\RunTaskRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\RunTaskResponse

updateAsset

Updates an asset resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::updateAssetAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\UpdateAssetRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

updateEnvironment

Update the environment resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::updateEnvironmentAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\UpdateEnvironmentRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

updateLake

Updates a lake resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::updateLakeAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\UpdateLakeRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

updateTask

Update the task resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::updateTaskAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\UpdateTaskRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

updateZone

Updates a zone resource.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::updateZoneAsync() .

Parameters
NameDescription
request Google\Cloud\Dataplex\V1\UpdateZoneRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\OperationResponse

getIamPolicy

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::getIamPolicyAsync() .

Parameters
NameDescription
request Google\Cloud\Iam\V1\GetIamPolicyRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Iam\V1\Policy

setIamPolicy

Sets the access control policy on the specified resource. Replaces any existing policy.

Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::setIamPolicyAsync() .

Parameters
NameDescription
request Google\Cloud\Iam\V1\SetIamPolicyRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Iam\V1\Policy

testIamPermissions

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.

Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::testIamPermissionsAsync() .

Parameters
NameDescription
request Google\Cloud\Iam\V1\TestIamPermissionsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Iam\V1\TestIamPermissionsResponse

getLocation

Gets information about a location.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::getLocationAsync() .

Parameters
NameDescription
request Google\Cloud\Location\GetLocationRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Location\Location

listLocations

Lists information about the supported locations for this service.

The async variant is Google\Cloud\Dataplex\V1\Client\BaseClient\self::listLocationsAsync() .

Parameters
NameDescription
request Google\Cloud\Location\ListLocationsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse