| Package | Description |
|---|---|
| com.google.api.services.cloudresourcemanager | |
| com.google.api.services.cloudresourcemanager.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 |
|---|
CloudResourceManager.Liens.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(java.lang.String fieldName,
java.lang.Object value) |
Lien |
Lien.setCreateTime(java.lang.String createTime)
The creation time of this Lien.
|
Lien |
Lien.setName(java.lang.String name)
A system-generated unique identifier for this Lien.
|
Lien |
Lien.setOrigin(java.lang.String origin)
A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be
inspected programmatically.
|
Lien |
Lien.setParent(java.lang.String parent)
A reference to the resource this Lien is attached to.
|
Lien |
Lien.setReason(java.lang.String reason)
Concise user-visible strings indicating why an action cannot be performed on a resource.
|
Lien |
Lien.setRestrictions(java.util.List<java.lang.String> restrictions)
The types of operations which should be blocked as a result of this Lien.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Lien> |
ListLiensResponse.getLiens()
A list of Liens.
|
| Modifier and Type | Method and Description |
|---|---|
ListLiensResponse |
ListLiensResponse.setLiens(java.util.List<Lien> liens)
A list of Liens.
|