| Package | Description |
|---|---|
| com.google.api.services.cloudresourcemanager.v3 | |
| com.google.api.services.cloudresourcemanager.v3.model |
| Modifier and Type | Method and Description |
|---|---|
CloudResourceManager.Liens.Create |
CloudResourceManager.Liens.create(Lien content)
Create a Lien which applies to the resource denoted by the `parent` field.
|
| Constructor and Description |
|---|
Create(Lien content)
Create a Lien which applies to the resource denoted by the `parent` field.
|
| Modifier and Type | Method and Description |
|---|---|
Lien |
Lien.clone() |
Lien |
Lien.set(String fieldName,
Object value) |
Lien |
Lien.setCreateTime(String createTime)
The creation time of this Lien.
|
Lien |
Lien.setName(String name)
A system-generated unique identifier for this Lien.
|
Lien |
Lien.setOrigin(String origin)
A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be
inspected programmatically.
|
Lien |
Lien.setParent(String parent)
A reference to the resource this Lien is attached to.
|
Lien |
Lien.setReason(String reason)
Concise user-visible strings indicating why an action cannot be performed on a resource.
|
Lien |
Lien.setRestrictions(List<String> restrictions)
The types of operations which should be blocked as a result of this Lien.
|
| Modifier and Type | Method and Description |
|---|---|
List<Lien> |
ListLiensResponse.getLiens()
A list of Liens.
|
| Modifier and Type | Method and Description |
|---|---|
ListLiensResponse |
ListLiensResponse.setLiens(List<Lien> liens)
A list of Liens.
|
Copyright © 2011–2025 Google. All rights reserved.