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