ProjectsLocationsInstances
class ProjectsLocationsInstances extends Resource (View source)
The "instances" collection of methods.
Typical usage is:
$datafusionService = new Google\Service\DataFusion(...);
$instances = $datafusionService->projects_locations_instances;
Methods
Deletes a single Date Fusion instance. (instances.delete)
Gets details of a single Data Fusion instance. (instances.get)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (instances.getIamPolicy)
Lists Data Fusion instances in the specified project and location.
Restart a single Data Fusion instance. At the end of an operation instance is fully restarted. (instances.restart)
Sets the access control policy on the specified resource. Replaces any
existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and
PERMISSION_DENIED
errors. (instances.setIamPolicy)
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.
Details
Operation
create(string $parent, Instance $postBody, array $optParams = [])
Creates a new Data Fusion instance in the specified project and location.
(instances.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single Date Fusion instance. (instances.delete)
Instance
get(string $name, array $optParams = [])
Gets details of a single Data Fusion instance. (instances.get)
Policy
getIamPolicy(string $resource, array $optParams = [])
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (instances.getIamPolicy)
ListInstancesResponse
listProjectsLocationsInstances(string $parent, array $optParams = [])
Lists Data Fusion instances in the specified project and location.
(instances.listProjectsLocationsInstances)
Operation
patch(string $name, Instance $postBody, array $optParams = [])
Updates a single Data Fusion instance. (instances.patch)
Operation
restart(string $name, RestartInstanceRequest $postBody, array $optParams = [])
Restart a single Data Fusion instance. At the end of an operation instance is fully restarted. (instances.restart)
Policy
setIamPolicy(string $resource, SetIamPolicyRequest $postBody, array $optParams = [])
Sets the access control policy on the specified resource. Replaces any
existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and
PERMISSION_DENIED
errors. (instances.setIamPolicy)
TestIamPermissionsResponse
testIamPermissions(string $resource, TestIamPermissionsRequest $postBody, array $optParams = [])
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. (instances.testIamPermissions)