Cloud Security Compliance V1 API - Class Google::Cloud::CloudSecurityCompliance::V1::CreateCloudControlRequest (v0.1.0)

Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::CreateCloudControlRequest.

Request message for creating a CloudControl

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cloud_control

def cloud_control() -> ::Google::Cloud::CloudSecurityCompliance::V1::CloudControl
Returns

#cloud_control=

def cloud_control=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::CloudControl
Parameter
Returns

#cloud_control_id

def cloud_control_id() -> ::String
Returns
  • (::String) — Required. ID of the CloudControl. This is the last segment of the CloudControl resource name. Format: ^[a-zA-Z][a-zA-Z0-9-]{0,61}[a-zA-Z0-9]$.

#cloud_control_id=

def cloud_control_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the CloudControl. This is the last segment of the CloudControl resource name. Format: ^[a-zA-Z][a-zA-Z0-9-]{0,61}[a-zA-Z0-9]$.
Returns
  • (::String) — Required. ID of the CloudControl. This is the last segment of the CloudControl resource name. Format: ^[a-zA-Z][a-zA-Z0-9-]{0,61}[a-zA-Z0-9]$.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource name, in the format organizations/{organization}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource name, in the format organizations/{organization}/locations/{location}.
Returns
  • (::String) — Required. The parent resource name, in the format organizations/{organization}/locations/{location}.