Generated from protobuf messagegoogle.cloud.tpu.v2.DeleteQueuedResourceRequest
Namespace
Google \ Cloud \ Tpu \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name.
↳ request_id
string
Optional. Idempotent request UUID.
↳ force
bool
Optional. If set to true, all running nodes belonging to this queued resource will be deleted first and then the queued resource will be deleted. Otherwise (i.e. force=false), the queued resource will only be deleted if its nodes have already been deleted or the queued resource is in the ACCEPTED, FAILED, or SUSPENDED state.
getName
Required. The resource name.
Returns
Type
Description
string
setName
Required. The resource name.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getRequestId
Optional. Idempotent request UUID.
Returns
Type
Description
string
setRequestId
Optional. Idempotent request UUID.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getForce
Optional. If set to true, all running nodes belonging to this queued
resource will be deleted first and then the queued resource will be
deleted. Otherwise (i.e. force=false), the queued resource will only be
deleted if its nodes have already been deleted or the queued resource is in
the ACCEPTED, FAILED, or SUSPENDED state.
Returns
Type
Description
bool
setForce
Optional. If set to true, all running nodes belonging to this queued
resource will be deleted first and then the queued resource will be
deleted. Otherwise (i.e. force=false), the queued resource will only be
deleted if its nodes have already been deleted or the queued resource is in
the ACCEPTED, FAILED, or SUSPENDED state.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
static::build
Parameter
Name
Description
name
string
Required. The resource name. Please seeTpuClient::queuedResourceName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Tpu V2 Client - Class DeleteQueuedResourceRequest (2.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.2 (latest)](/php/docs/reference/cloud-tpu/latest/V2.DeleteQueuedResourceRequest)\n- [2.1.1](/php/docs/reference/cloud-tpu/2.1.1/V2.DeleteQueuedResourceRequest)\n- [2.0.0](/php/docs/reference/cloud-tpu/2.0.0/V2.DeleteQueuedResourceRequest)\n- [1.4.7](/php/docs/reference/cloud-tpu/1.4.7/V2.DeleteQueuedResourceRequest)\n- [1.3.2](/php/docs/reference/cloud-tpu/1.3.2/V2.DeleteQueuedResourceRequest)\n- [1.2.0](/php/docs/reference/cloud-tpu/1.2.0/V2.DeleteQueuedResourceRequest)\n- [1.1.1](/php/docs/reference/cloud-tpu/1.1.1/V2.DeleteQueuedResourceRequest)\n- [1.0.5](/php/docs/reference/cloud-tpu/1.0.5/V2.DeleteQueuedResourceRequest) \nReference documentation and code samples for the Google Cloud Tpu V2 Client class DeleteQueuedResourceRequest.\n\nRequest for\n[DeleteQueuedResource](/php/docs/reference/cloud-tpu/latest/V2.Client.TpuClient#_Google_Cloud_Tpu_V2_Client_TpuClient__deleteQueuedResource__).\n\nGenerated from protobuf message `google.cloud.tpu.v2.DeleteQueuedResourceRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Tpu \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The resource name.\n\n### setName\n\nRequired. The resource name.\n\n### getRequestId\n\nOptional. Idempotent request UUID.\n\n### setRequestId\n\nOptional. Idempotent request UUID.\n\n### getForce\n\nOptional. If set to true, all running nodes belonging to this queued\nresource will be deleted first and then the queued resource will be\ndeleted. Otherwise (i.e. force=false), the queued resource will only be\ndeleted if its nodes have already been deleted or the queued resource is in\nthe ACCEPTED, FAILED, or SUSPENDED state.\n\n### setForce\n\nOptional. If set to true, all running nodes belonging to this queued\nresource will be deleted first and then the queued resource will be\ndeleted. Otherwise (i.e. force=false), the queued resource will only be\ndeleted if its nodes have already been deleted or the queued resource is in\nthe ACCEPTED, FAILED, or SUSPENDED state.\n\n### static::build"]]