Memorystore for Memcached V1beta2 Client - Class CreateInstanceRequest (1.3.4)

Reference documentation and code samples for the Memorystore for Memcached V1beta2 Client class CreateInstanceRequest.

Request for CreateInstance.

Generated from protobuf message google.cloud.memcache.v1beta2.CreateInstanceRequest

Namespace

Google \ Cloud \ Memcache \ V1beta2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the instance location using the form: projects/{project_id}/locations/{location_id} where location_id refers to a GCP region

↳ instance_id string

Required. The logical name of the Memcached instance in the user project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the user project / location. If any of the above are not met, the API raises an invalid argument error.

↳ resource Google\Cloud\Memcache\V1beta2\Instance

Required. A Memcached [Instance] resource

getParent

Required. The resource name of the instance location using the form: projects/{project_id}/locations/{location_id} where location_id refers to a GCP region

Returns
Type Description
string

setParent

Required. The resource name of the instance location using the form: projects/{project_id}/locations/{location_id} where location_id refers to a GCP region

Parameter
Name Description
var string
Returns
Type Description
$this

getInstanceId

Required. The logical name of the Memcached instance in the user project with the following restrictions:

  • Must contain only lowercase letters, numbers, and hyphens.

  • Must start with a letter.

  • Must be between 1-40 characters.
  • Must end with a number or a letter.
  • Must be unique within the user project / location. If any of the above are not met, the API raises an invalid argument error.
Returns
Type Description
string

setInstanceId

Required. The logical name of the Memcached instance in the user project with the following restrictions:

  • Must contain only lowercase letters, numbers, and hyphens.

  • Must start with a letter.

  • Must be between 1-40 characters.
  • Must end with a number or a letter.
  • Must be unique within the user project / location. If any of the above are not met, the API raises an invalid argument error.
Parameter
Name Description
var string
Returns
Type Description
$this

getResource

Required. A Memcached [Instance] resource

Returns
Type Description
Google\Cloud\Memcache\V1beta2\Instance|null

hasResource

clearResource

setResource

Required. A Memcached [Instance] resource

Parameter
Name Description
var Google\Cloud\Memcache\V1beta2\Instance
Returns
Type Description
$this