public class CloudResourceManager.Liens
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
CloudResourceManager.Liens.Create |
class |
CloudResourceManager.Liens.Delete |
class |
CloudResourceManager.Liens.List |
Constructor and Description |
---|
CloudResourceManager.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(java.lang.String name)
Delete a Lien by `name`.
|
CloudResourceManager.Liens.List |
list()
List all Liens applied to the `parent` resource.
|
public CloudResourceManager.Liens.Create create(Lien content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Lien
java.io.IOException
public CloudResourceManager.Liens.Delete delete(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name/identifier of the Lien to delete.java.io.IOException
public CloudResourceManager.Liens.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.java.io.IOException