Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::BatchCreateResourceValueConfigsRequest.
Request message to create multiple resource value configs
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
- (::String) — Required. Resource name of the new ResourceValueConfig's parent. The parent field in the CreateResourceValueConfigRequest messages must either be empty or match this field.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Resource name of the new ResourceValueConfig's parent. The parent field in the CreateResourceValueConfigRequest messages must either be empty or match this field.
Returns
- (::String) — Required. Resource name of the new ResourceValueConfig's parent. The parent field in the CreateResourceValueConfigRequest messages must either be empty or match this field.
#requests
def requests() -> ::Array<::Google::Cloud::SecurityCenter::V2::CreateResourceValueConfigRequest>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V2::CreateResourceValueConfigRequest>) — Required. The resource value configs to be created.
#requests=
def requests=(value) -> ::Array<::Google::Cloud::SecurityCenter::V2::CreateResourceValueConfigRequest>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V2::CreateResourceValueConfigRequest>) — Required. The resource value configs to be created.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V2::CreateResourceValueConfigRequest>) — Required. The resource value configs to be created.