Liens
class Liens extends Resource (View source)
The "liens" collection of methods.
Typical usage is:
$cloudresourcemanagerService = new Google\Service\CloudResourceManager(...);
$liens = $cloudresourcemanagerService->liens;
Methods
Delete a Lien by name
. Callers of this method will require permission on
the parent
resource. For example, a Lien with a parent
of projects/1234
requires permission resourcemanager.projects.updateLiens
. (liens.delete)
Retrieve a Lien by name
. Callers of this method will require permission on
the parent
resource. For example, a Lien with a parent
of projects/1234
requires permission resourcemanager.projects.get
(liens.get)
List all Liens applied to the parent
resource. Callers of this method will
require permission on the parent
resource. For example, a Lien with a
parent
of projects/1234
requires permission
resourcemanager.projects.get
. (liens.listLiens)
Details
Lien
create(Lien $postBody, array $optParams = [])
Create a Lien which applies to the resource denoted by the parent
field.
Callers of this method will require permission on the parent
resource. For
example, applying to projects/1234
requires permission
resourcemanager.projects.updateLiens
. NOTE: Some resources may limit the
number of Liens which may be applied. (liens.create)
CloudresourcemanagerEmpty
delete(string $name, array $optParams = [])
Delete a Lien by name
. Callers of this method will require permission on
the parent
resource. For example, a Lien with a parent
of projects/1234
requires permission resourcemanager.projects.updateLiens
. (liens.delete)
Lien
get(string $name, array $optParams = [])
Retrieve a Lien by name
. Callers of this method will require permission on
the parent
resource. For example, a Lien with a parent
of projects/1234
requires permission resourcemanager.projects.get
(liens.get)
ListLiensResponse
listLiens(array $optParams = [])
List all Liens applied to the parent
resource. Callers of this method will
require permission on the parent
resource. For example, a Lien with a
parent
of projects/1234
requires permission
resourcemanager.projects.get
. (liens.listLiens)