Class: Google::Cloud::AssuredWorkloads::V1beta1::DeleteWorkloadRequest

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

Overview

Request for deleting a Workload.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns Optional. The etag of the workload. If this is provided, it must match the server's etag.

Returns:

  • (::String)

    Optional. The etag of the workload. If this is provided, it must match the server's etag.



106
107
108
109
# File 'proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb', line 106

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

#name::String

Returns Required. The name field is used to identify the workload. Format: organizations/{org_id}/locations/{location_id}/workloads/{workload_id}.

Returns:

  • (::String)

    Required. The name field is used to identify the workload. Format: organizations/{org_id}/locations/{location_id}/workloads/{workload_id}



106
107
108
109
# File 'proto_docs/google/cloud/assuredworkloads/v1beta1/assuredworkloads.rb', line 106

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