Compute V1 Client - Class PatchRegionUrlMapRequest (1.6.1)

Reference documentation and code samples for the Compute V1 Client class PatchRegionUrlMapRequest.

A request message for RegionUrlMaps.Patch. See the method description for details.

Generated from protobuf message google.cloud.compute.v1.PatchRegionUrlMapRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project string

Project ID for this request.

↳ region string

Name of the region scoping this request.

↳ request_id string

begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.

↳ url_map string

Name of the UrlMap resource to patch.

↳ url_map_resource Google\Cloud\Compute\V1\UrlMap

The body resource for this request

getProject

Project ID for this request.

Returns
TypeDescription
string

setProject

Project ID for this request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRegion

Name of the region scoping this request.

Returns
TypeDescription
string

setRegion

Name of the region scoping this request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRequestId

begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.

Returns
TypeDescription
string

hasRequestId

clearRequestId

setRequestId

begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUrlMap

Name of the UrlMap resource to patch.

Returns
TypeDescription
string

setUrlMap

Name of the UrlMap resource to patch.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUrlMapResource

The body resource for this request

Returns
TypeDescription
Google\Cloud\Compute\V1\UrlMap|null

hasUrlMapResource

clearUrlMapResource

setUrlMapResource

The body resource for this request

Parameter
NameDescription
var Google\Cloud\Compute\V1\UrlMap
Returns
TypeDescription
$this