ProjectsLocationsInstances
class ProjectsLocationsInstances extends Resource (View source)
The "instances" collection of methods.
Typical usage is:
$lookerService = new Google\Service\Looker(...);
$instances = $lookerService->projects_locations_instances;
Methods
Export instance. (instances.export)
Gets details of a single 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)
Import instance. (instances.import)
Lists Instances in a given project and location.
Restart instance. (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 Instance in a given project and location. (instances.create)
Operation
delete(string $name, array $optParams = [])
Delete instance. (instances.delete)
Operation
export(string $name, ExportInstanceRequest $postBody, array $optParams = [])
Export instance. (instances.export)
Instance
get(string $name, array $optParams = [])
Gets details of a single 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)
Operation
import(string $name, ImportInstanceRequest $postBody, array $optParams = [])
Import instance. (instances.import)
ListInstancesResponse
listProjectsLocationsInstances(string $parent, array $optParams = [])
Lists Instances in a given project and location.
(instances.listProjectsLocationsInstances)
Operation
patch(string $name, Instance $postBody, array $optParams = [])
Update Instance. (instances.patch)
Operation
restart(string $name, RestartInstanceRequest $postBody, array $optParams = [])
Restart instance. (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)