Class: Google::Cloud::Run::V2::DeleteWorkerPoolRequest

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

Overview

Request message to delete a WorkerPool by its full name.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.

Returns:

  • (::String)

    A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.



142
143
144
145
# File 'proto_docs/google/cloud/run/v2/worker_pool.rb', line 142

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

#name::String

Returns Required. The full name of the WorkerPool. Format: projects/{project}/locations/{location}/workerPools/{worker_pool}, where {project} can be project id or number.

Returns:

  • (::String)

    Required. The full name of the WorkerPool. Format: projects/{project}/locations/{location}/workerPools/{worker_pool}, where {project} can be project id or number.



142
143
144
145
# File 'proto_docs/google/cloud/run/v2/worker_pool.rb', line 142

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

#validate_only::Boolean

Returns Optional. Indicates that the request should be validated without actually deleting any resources.

Returns:

  • (::Boolean)

    Optional. Indicates that the request should be validated without actually deleting any resources.



142
143
144
145
# File 'proto_docs/google/cloud/run/v2/worker_pool.rb', line 142

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