public class DeploymentManager.CompositeTypes extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentManager.CompositeTypes.Delete |
class |
DeploymentManager.CompositeTypes.Get |
class |
DeploymentManager.CompositeTypes.Insert |
class |
DeploymentManager.CompositeTypes.List |
class |
DeploymentManager.CompositeTypes.Patch |
class |
DeploymentManager.CompositeTypes.Update |
| Constructor and Description |
|---|
CompositeTypes() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentManager.CompositeTypes.Delete |
delete(String project,
String compositeType)
Deletes a composite type.
|
DeploymentManager.CompositeTypes.Get |
get(String project,
String compositeType)
Gets information about a specific composite type.
|
DeploymentManager.CompositeTypes.Insert |
insert(String project,
CompositeType content)
Creates a composite type.
|
DeploymentManager.CompositeTypes.List |
list(String project)
Lists all composite types for Deployment Manager.
|
DeploymentManager.CompositeTypes.Patch |
patch(String project,
String compositeType,
CompositeType content)
Patches a composite type.
|
DeploymentManager.CompositeTypes.Update |
update(String project,
String compositeType,
CompositeType content)
Updates a composite type.
|
public DeploymentManager.CompositeTypes.Delete delete(String project, String compositeType) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - The project ID for this request.compositeType - The name of the type for this request.IOExceptionpublic DeploymentManager.CompositeTypes.Get get(String project, String compositeType) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - The project ID for this request.compositeType - The name of the composite type for this request.IOExceptionpublic DeploymentManager.CompositeTypes.Insert insert(String project, CompositeType content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - The project ID for this request.content - the CompositeTypeIOExceptionpublic DeploymentManager.CompositeTypes.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - The project ID for this request.IOExceptionpublic DeploymentManager.CompositeTypes.Patch patch(String project, String compositeType, CompositeType content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - The project ID for this request.compositeType - The name of the composite type for this request.content - the CompositeTypeIOExceptionpublic DeploymentManager.CompositeTypes.Update update(String project, String compositeType, CompositeType content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - The project ID for this request.compositeType - The name of the composite type for this request.content - the CompositeTypeIOExceptionCopyright © 2011–2020 Google. All rights reserved.