Class TypeProvidersResource
The "typeProviders" collection of methods.
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class TypeProvidersResource
Constructors
TypeProvidersResource(IClientService)
Constructs a new resource.
Declaration
public TypeProvidersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string)
Deletes a type provider.
Declaration
public virtual TypeProvidersResource.DeleteRequest Delete(string project, string typeProvider)
Parameters
Type | Name | Description |
---|---|---|
string | project | The project ID for this request. |
string | typeProvider | The name of the type provider for this request. |
Returns
Type | Description |
---|---|
TypeProvidersResource.DeleteRequest |
Get(string, string)
Gets information about a specific type provider.
Declaration
public virtual TypeProvidersResource.GetRequest Get(string project, string typeProvider)
Parameters
Type | Name | Description |
---|---|---|
string | project | The project ID for this request. |
string | typeProvider | The name of the type provider for this request. |
Returns
Type | Description |
---|---|
TypeProvidersResource.GetRequest |
GetType(string, string, string)
Gets a type info for a type provided by a TypeProvider.
Declaration
public virtual TypeProvidersResource.GetTypeRequest GetType(string project, string typeProvider, string type)
Parameters
Type | Name | Description |
---|---|---|
string | project | The project ID for this request. |
string | typeProvider | The name of the type provider for this request. |
string | type | The name of the type provider type for this request. |
Returns
Type | Description |
---|---|
TypeProvidersResource.GetTypeRequest |
Insert(TypeProvider, string)
Creates a type provider.
Declaration
public virtual TypeProvidersResource.InsertRequest Insert(TypeProvider body, string project)
Parameters
Type | Name | Description |
---|---|---|
TypeProvider | body | The body of the request. |
string | project | The project ID for this request. |
Returns
Type | Description |
---|---|
TypeProvidersResource.InsertRequest |
List(string)
Lists all resource type providers for Deployment Manager.
Declaration
public virtual TypeProvidersResource.ListRequest List(string project)
Parameters
Type | Name | Description |
---|---|---|
string | project | The project ID for this request. |
Returns
Type | Description |
---|---|
TypeProvidersResource.ListRequest |
ListTypes(string, string)
Lists all the type info for a TypeProvider.
Declaration
public virtual TypeProvidersResource.ListTypesRequest ListTypes(string project, string typeProvider)
Parameters
Type | Name | Description |
---|---|---|
string | project | The project ID for this request. |
string | typeProvider | The name of the type provider for this request. |
Returns
Type | Description |
---|---|
TypeProvidersResource.ListTypesRequest |
Patch(TypeProvider, string, string)
Patches a type provider.
Declaration
public virtual TypeProvidersResource.PatchRequest Patch(TypeProvider body, string project, string typeProvider)
Parameters
Type | Name | Description |
---|---|---|
TypeProvider | body | The body of the request. |
string | project | The project ID for this request. |
string | typeProvider | The name of the type provider for this request. |
Returns
Type | Description |
---|---|
TypeProvidersResource.PatchRequest |
Update(TypeProvider, string, string)
Updates a type provider.
Declaration
public virtual TypeProvidersResource.UpdateRequest Update(TypeProvider body, string project, string typeProvider)
Parameters
Type | Name | Description |
---|---|---|
TypeProvider | body | The body of the request. |
string | project | The project ID for this request. |
string | typeProvider | The name of the type provider for this request. |
Returns
Type | Description |
---|---|
TypeProvidersResource.UpdateRequest |