Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::Deployment::Rest::ServiceStub.
REST service stub for the Deployment service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_framework_deployment
def create_framework_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_framework_deployment REST call
- request_pb (::Google::Cloud::CloudSecurityCompliance::V1::CreateFrameworkDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_framework_deployment
def delete_framework_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_framework_deployment REST call
- request_pb (::Google::Cloud::CloudSecurityCompliance::V1::DeleteFrameworkDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_cloud_control_deployment
def get_cloud_control_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CloudSecurityCompliance::V1::CloudControlDeployment
Baseline implementation for the get_cloud_control_deployment REST call
- request_pb (::Google::Cloud::CloudSecurityCompliance::V1::GetCloudControlDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::CloudSecurityCompliance::V1::CloudControlDeployment)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CloudSecurityCompliance::V1::CloudControlDeployment) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_framework_deployment
def get_framework_deployment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment
Baseline implementation for the get_framework_deployment REST call
- request_pb (::Google::Cloud::CloudSecurityCompliance::V1::GetFrameworkDeploymentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CloudSecurityCompliance::V1::FrameworkDeployment) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_cloud_control_deployments
def list_cloud_control_deployments(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CloudSecurityCompliance::V1::ListCloudControlDeploymentsResponse
Baseline implementation for the list_cloud_control_deployments REST call
- request_pb (::Google::Cloud::CloudSecurityCompliance::V1::ListCloudControlDeploymentsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::CloudSecurityCompliance::V1::ListCloudControlDeploymentsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CloudSecurityCompliance::V1::ListCloudControlDeploymentsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_framework_deployments
def list_framework_deployments(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::CloudSecurityCompliance::V1::ListFrameworkDeploymentsResponse
Baseline implementation for the list_framework_deployments REST call
- request_pb (::Google::Cloud::CloudSecurityCompliance::V1::ListFrameworkDeploymentsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::CloudSecurityCompliance::V1::ListFrameworkDeploymentsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::CloudSecurityCompliance::V1::ListFrameworkDeploymentsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> Logger
The logger used for request/response debug logging.
- (Logger)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)