Class: Google::Cloud::MigrationCenter::V1::BatchDeleteAssetsRequest

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

Overview

A request to delete a list of asset.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns Optional. When this value is set to true the request is a no-op for non-existing assets. See https://google.aip.dev/135#delete-if-existing for additional details. Default value is false.

Returns:



608
609
610
611
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 608

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

#names::Array<::String>

Returns Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. Format: projects/{project}/locations/{location}/assets/{name}.

Returns:

  • (::Array<::String>)

    Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. Format: projects/{project}/locations/{location}/assets/{name}.



608
609
610
611
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 608

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

#parent::String

Returns Required. Parent value for batch asset delete.

Returns:

  • (::String)

    Required. Parent value for batch asset delete.



608
609
610
611
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 608

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