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 Lien
IOException
public 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.IOException
public CloudResourceManager.Liens.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The name/identifier of the Lien.IOException
public CloudResourceManager.Liens.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
Copyright © 2011–2024 Google. All rights reserved.