public sealed class DeploymentClientImpl : DeploymentClientReference documentation and code samples for the Cloud Security Compliance v1 API class DeploymentClientImpl.
Deployment client wrapper implementation, for convenient use.
Namespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Remarks
Deployment service allows users to manage deployments of Frameworks and Cloud Controls on a target resource.
Constructors
DeploymentClientImpl(DeploymentClient, DeploymentSettings, ILogger)
public DeploymentClientImpl(Deployment.DeploymentClient grpcClient, DeploymentSettings settings, ILogger logger)Constructs a client wrapper for the Deployment service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
DeploymentDeploymentClientThe underlying gRPC client. |
settings |
DeploymentSettingsThe base DeploymentSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
CreateFrameworkDeploymentOperationsClient
public override OperationsClient CreateFrameworkDeploymentOperationsClient { get; }The long-running operations client for CreateFrameworkDeployment.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteFrameworkDeploymentOperationsClient
public override OperationsClient DeleteFrameworkDeploymentOperationsClient { get; }The long-running operations client for DeleteFrameworkDeployment.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
GrpcClient
public override Deployment.DeploymentClient GrpcClient { get; }The underlying gRPC Deployment client
| Property Value | |
|---|---|
| Type | Description |
DeploymentDeploymentClient |
|
LocationsClient
public override LocationsClient LocationsClient { get; }The LocationsClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
LocationsClient |
|
Methods
CreateFrameworkDeployment(CreateFrameworkDeploymentRequest, CallSettings)
public override Operation<FrameworkDeployment, OperationMetadata> CreateFrameworkDeployment(CreateFrameworkDeploymentRequest request, CallSettings callSettings = null)Creates a framework deployment in a given parent resource. A framework deployment lets you assign a particular framework version to an organization, folder, or project so that you can control and monitor those resources using the framework's cloud controls.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFrameworkDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationFrameworkDeploymentOperationMetadata |
The RPC response. |
CreateFrameworkDeploymentAsync(CreateFrameworkDeploymentRequest, CallSettings)
public override Task<Operation<FrameworkDeployment, OperationMetadata>> CreateFrameworkDeploymentAsync(CreateFrameworkDeploymentRequest request, CallSettings callSettings = null)Creates a framework deployment in a given parent resource. A framework deployment lets you assign a particular framework version to an organization, folder, or project so that you can control and monitor those resources using the framework's cloud controls.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFrameworkDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationFrameworkDeploymentOperationMetadata |
A Task containing the RPC response. |
DeleteFrameworkDeployment(DeleteFrameworkDeploymentRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteFrameworkDeployment(DeleteFrameworkDeploymentRequest request, CallSettings callSettings = null)Deletes a framework deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFrameworkDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteFrameworkDeploymentAsync(DeleteFrameworkDeploymentRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteFrameworkDeploymentAsync(DeleteFrameworkDeploymentRequest request, CallSettings callSettings = null)Deletes a framework deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteFrameworkDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
GetCloudControlDeployment(GetCloudControlDeploymentRequest, CallSettings)
public override CloudControlDeployment GetCloudControlDeployment(GetCloudControlDeploymentRequest request, CallSettings callSettings = null)Gets details about a cloud control deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetCloudControlDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
CloudControlDeployment |
The RPC response. |
GetCloudControlDeploymentAsync(GetCloudControlDeploymentRequest, CallSettings)
public override Task<CloudControlDeployment> GetCloudControlDeploymentAsync(GetCloudControlDeploymentRequest request, CallSettings callSettings = null)Gets details about a cloud control deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetCloudControlDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskCloudControlDeployment |
A Task containing the RPC response. |
GetFrameworkDeployment(GetFrameworkDeploymentRequest, CallSettings)
public override FrameworkDeployment GetFrameworkDeployment(GetFrameworkDeploymentRequest request, CallSettings callSettings = null)Gets details about a framework deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFrameworkDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
FrameworkDeployment |
The RPC response. |
GetFrameworkDeploymentAsync(GetFrameworkDeploymentRequest, CallSettings)
public override Task<FrameworkDeployment> GetFrameworkDeploymentAsync(GetFrameworkDeploymentRequest request, CallSettings callSettings = null)Gets details about a framework deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFrameworkDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskFrameworkDeployment |
A Task containing the RPC response. |
ListCloudControlDeployments(ListCloudControlDeploymentsRequest, CallSettings)
public override PagedEnumerable<ListCloudControlDeploymentsResponse, CloudControlDeployment> ListCloudControlDeployments(ListCloudControlDeploymentsRequest request, CallSettings callSettings = null)Lists the cloud conrol deployments in a given parent resource.
| Parameters | |
|---|---|
| Name | Description |
request |
ListCloudControlDeploymentsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListCloudControlDeploymentsResponseCloudControlDeployment |
A pageable sequence of CloudControlDeployment resources. |
ListCloudControlDeploymentsAsync(ListCloudControlDeploymentsRequest, CallSettings)
public override PagedAsyncEnumerable<ListCloudControlDeploymentsResponse, CloudControlDeployment> ListCloudControlDeploymentsAsync(ListCloudControlDeploymentsRequest request, CallSettings callSettings = null)Lists the cloud conrol deployments in a given parent resource.
| Parameters | |
|---|---|
| Name | Description |
request |
ListCloudControlDeploymentsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListCloudControlDeploymentsResponseCloudControlDeployment |
A pageable asynchronous sequence of CloudControlDeployment resources. |
ListFrameworkDeployments(ListFrameworkDeploymentsRequest, CallSettings)
public override PagedEnumerable<ListFrameworkDeploymentsResponse, FrameworkDeployment> ListFrameworkDeployments(ListFrameworkDeploymentsRequest request, CallSettings callSettings = null)Lists the framework deployments in a given parent resource.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFrameworkDeploymentsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListFrameworkDeploymentsResponseFrameworkDeployment |
A pageable sequence of FrameworkDeployment resources. |
ListFrameworkDeploymentsAsync(ListFrameworkDeploymentsRequest, CallSettings)
public override PagedAsyncEnumerable<ListFrameworkDeploymentsResponse, FrameworkDeployment> ListFrameworkDeploymentsAsync(ListFrameworkDeploymentsRequest request, CallSettings callSettings = null)Lists the framework deployments in a given parent resource.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFrameworkDeploymentsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListFrameworkDeploymentsResponseFrameworkDeployment |
A pageable asynchronous sequence of FrameworkDeployment resources. |