public class CloudResourceManager.Liens extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudResourceManager.Liens.Create |
class |
CloudResourceManager.Liens.Delete |
class |
CloudResourceManager.Liens.Get |
class |
CloudResourceManager.Liens.List |
| Constructor and Description |
|---|
Liens() |
| Modifier and Type | Method and Description |
|---|---|
CloudResourceManager.Liens.Create |
create(Lien content)
Create a Lien which applies to the resource denoted by the `parent` field.
|
CloudResourceManager.Liens.Delete |
delete(String name)
Delete a Lien by `name`.
|
CloudResourceManager.Liens.Get |
get(String name)
Retrieve a Lien by `name`.
|
CloudResourceManager.Liens.List |
list()
List all Liens applied to the `parent` resource.
|
public CloudResourceManager.Liens.Create create(Lien content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the LienIOExceptionpublic CloudResourceManager.Liens.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name/identifier of the Lien to delete.IOExceptionpublic CloudResourceManager.Liens.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name/identifier of the Lien.IOExceptionpublic CloudResourceManager.Liens.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionCopyright © 2011–2025 Google. All rights reserved.