Class ProjectsResource.LocationsResource.TrustConfigsResource
The "trustConfigs" collection of methods.
Inherited Members
Namespace: Google.Apis.CertificateManager.v1
Assembly: Google.Apis.CertificateManager.v1.dll
Syntax
public class ProjectsResource.LocationsResource.TrustConfigsResource
Constructors
TrustConfigsResource(IClientService)
Constructs a new resource.
Declaration
public TrustConfigsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(TrustConfig, string)
Creates a new TrustConfig in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.TrustConfigsResource.CreateRequest Create(TrustConfig body, string parent)
Parameters
Type | Name | Description |
---|---|---|
TrustConfig | body | The body of the request. |
string | parent | Required. The parent resource of the TrustConfig. Must be in the format |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TrustConfigsResource.CreateRequest |
Delete(string)
Deletes a single TrustConfig.
Declaration
public virtual ProjectsResource.LocationsResource.TrustConfigsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. A name of the TrustConfig to delete. Must be in the format
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TrustConfigsResource.DeleteRequest |
Get(string)
Gets details of a single TrustConfig.
Declaration
public virtual ProjectsResource.LocationsResource.TrustConfigsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. A name of the TrustConfig to describe. Must be in the format
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TrustConfigsResource.GetRequest |
List(string)
Lists TrustConfigs in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.TrustConfigsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The project and location from which the TrustConfigs should be listed, specified in the
format |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TrustConfigsResource.ListRequest |
Patch(TrustConfig, string)
Updates a TrustConfig.
Declaration
public virtual ProjectsResource.LocationsResource.TrustConfigsResource.PatchRequest Patch(TrustConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
TrustConfig | body | The body of the request. |
string | name | Identifier. A user-defined name of the trust config. TrustConfig names must be unique globally and
match pattern |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TrustConfigsResource.PatchRequest |