Class: Google::Cloud::SecurityCenter::V1::BatchCreateResourceValueConfigsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb

Overview

Request message to create multiple resource value configs

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns 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.



150
151
152
153
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 150

class BatchCreateResourceValueConfigsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#requests::Array<::Google::Cloud::SecurityCenter::V1::CreateResourceValueConfigRequest>

Returns Required. The resource value configs to be created.

Returns:



150
151
152
153
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 150

class BatchCreateResourceValueConfigsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end