Generated from protobuf messagegoogle.cloud.memcache.v1.CreateInstanceRequest
Namespace
Google \ Cloud \ Memcache \ V1
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}wherelocation_idrefers 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.
Required. The resource name of the instance location using the form:projects/{project_id}/locations/{location_id}wherelocation_idrefers 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}wherelocation_idrefers 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.
Required. The resource name of the instance location using the form:projects/{project_id}/locations/{location_id}wherelocation_idrefers to a GCP region
Please seeCloudMemcacheClient::locationName()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,["# Memorystore for Memcached V1 Client - Class CreateInstanceRequest (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-memcache/latest/V1.CreateInstanceRequest)\n- [2.0.3](/php/docs/reference/cloud-memcache/2.0.3/V1.CreateInstanceRequest)\n- [1.3.5](/php/docs/reference/cloud-memcache/1.3.5/V1.CreateInstanceRequest)\n- [1.2.2](/php/docs/reference/cloud-memcache/1.2.2/V1.CreateInstanceRequest)\n- [1.1.1](/php/docs/reference/cloud-memcache/1.1.1/V1.CreateInstanceRequest)\n- [1.0.5](/php/docs/reference/cloud-memcache/1.0.5/V1.CreateInstanceRequest) \nReference documentation and code samples for the Memorystore for Memcached V1 Client class CreateInstanceRequest.\n\nRequest for [CreateInstance](/php/docs/reference/cloud-memcache/latest/V1.Client.CloudMemcacheClient#_Google_Cloud_Memcache_V1_Client_CloudMemcacheClient__createInstance__).\n\nGenerated from protobuf message `google.cloud.memcache.v1.CreateInstanceRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Memcache \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The resource name of the instance location using the form:\n`projects/{project_id}/locations/{location_id}`\nwhere `location_id` refers to a GCP region\n\n### setParent\n\nRequired. The resource name of the instance location using the form:\n`projects/{project_id}/locations/{location_id}`\nwhere `location_id` refers to a GCP region\n\n### getInstanceId\n\nRequired. The logical name of the Memcached instance in the user\nproject with the following restrictions:\n\n- Must contain only lowercase letters, numbers, and hyphens.\n\n- Must start with a letter.\n\n- Must be between 1-40 characters.\n- Must end with a number or a letter.\n- Must be unique within the user project / location. If any of the above are not met, the API raises an invalid argument error.\n\n### setInstanceId\n\nRequired. The logical name of the Memcached instance in the user\nproject with the following restrictions:\n\n- Must contain only lowercase letters, numbers, and hyphens.\n\n- Must start with a letter.\n\n- Must be between 1-40 characters.\n- Must end with a number or a letter.\n- Must be unique within the user project / location. If any of the above are not met, the API raises an invalid argument error.\n\n### getInstance\n\nRequired. A Memcached Instance\n\n### hasInstance\n\n### clearInstance\n\n### setInstance\n\nRequired. A Memcached Instance\n\n### static::build"]]