public class DeploymentManager.TypeProviders extends Object
Modifier and Type | Class and Description |
---|---|
class |
DeploymentManager.TypeProviders.Delete |
class |
DeploymentManager.TypeProviders.Get |
class |
DeploymentManager.TypeProviders.GetType |
class |
DeploymentManager.TypeProviders.Insert |
class |
DeploymentManager.TypeProviders.List |
class |
DeploymentManager.TypeProviders.ListTypes |
class |
DeploymentManager.TypeProviders.Patch |
class |
DeploymentManager.TypeProviders.Update |
Constructor and Description |
---|
TypeProviders() |
Modifier and Type | Method and Description |
---|---|
DeploymentManager.TypeProviders.Delete |
delete(String project,
String typeProvider)
Deletes a type provider.
|
DeploymentManager.TypeProviders.Get |
get(String project,
String typeProvider)
Gets information about a specific type provider.
|
DeploymentManager.TypeProviders.GetType |
getType(String project,
String typeProvider,
String type)
Gets a type info for a type provided by a TypeProvider.
|
DeploymentManager.TypeProviders.Insert |
insert(String project,
TypeProvider content)
Creates a type provider.
|
DeploymentManager.TypeProviders.List |
list(String project)
Lists all resource type providers for Deployment Manager.
|
DeploymentManager.TypeProviders.ListTypes |
listTypes(String project,
String typeProvider)
Lists all the type info for a TypeProvider.
|
DeploymentManager.TypeProviders.Patch |
patch(String project,
String typeProvider,
TypeProvider content)
Patches a type provider.
|
DeploymentManager.TypeProviders.Update |
update(String project,
String typeProvider,
TypeProvider content)
Updates a type provider.
|
public DeploymentManager.TypeProviders.Delete delete(String project, String typeProvider) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- The project ID for this request.typeProvider
- The name of the type provider for this request.IOException
public DeploymentManager.TypeProviders.Get get(String project, String typeProvider) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- The project ID for this request.typeProvider
- The name of the type provider for this request.IOException
public DeploymentManager.TypeProviders.GetType getType(String project, String typeProvider, String type) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- The project ID for this request.typeProvider
- The name of the type provider for this request.type
- The name of the type provider type for this request.IOException
public DeploymentManager.TypeProviders.Insert insert(String project, TypeProvider content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- The project ID for this request.content
- the TypeProvider
IOException
public DeploymentManager.TypeProviders.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- The project ID for this request.IOException
public DeploymentManager.TypeProviders.ListTypes listTypes(String project, String typeProvider) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- The project ID for this request.typeProvider
- The name of the type provider for this request.IOException
public DeploymentManager.TypeProviders.Patch patch(String project, String typeProvider, TypeProvider content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- The project ID for this request.typeProvider
- The name of the type provider for this request.content
- the TypeProvider
IOException
public DeploymentManager.TypeProviders.Update update(String project, String typeProvider, TypeProvider content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- The project ID for this request.typeProvider
- The name of the type provider for this request.content
- the TypeProvider
IOException
Copyright © 2011–2023 Google. All rights reserved.