Generated from protobuf messagegoogle.cloud.redis.v1.CreateInstanceRequest
Namespace
Google \ Cloud \ Redis \ 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 Redis instance in the customer 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 customer project / location
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 Redis instance in the customer 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 customer project / location
Returns
Type
Description
string
setInstanceId
Required. The logical name of the Redis instance in the customer 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 customer project / location
Required. The resource name of the instance location using the form:projects/{project_id}/locations/{location_id}wherelocation_idrefers to a GCP region. Please seeCloudRedisClient::locationName()for help formatting this field.
instanceId
string
Required. The logical name of the Redis instance in the customer 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 customer project / location
[[["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-09 UTC."],[],[],null,["# Google Cloud Redis V1 Client - Class CreateInstanceRequest (2.1.6)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.6 (latest)](/php/docs/reference/cloud-redis/latest/V1.CreateInstanceRequest)\n- [2.1.5](/php/docs/reference/cloud-redis/2.1.5/V1.CreateInstanceRequest)\n- [2.0.0](/php/docs/reference/cloud-redis/2.0.0/V1.CreateInstanceRequest)\n- [1.9.5](/php/docs/reference/cloud-redis/1.9.5/V1.CreateInstanceRequest)\n- [1.8.4](/php/docs/reference/cloud-redis/1.8.4/V1.CreateInstanceRequest)\n- [1.7.0](/php/docs/reference/cloud-redis/1.7.0/V1.CreateInstanceRequest)\n- [1.6.12](/php/docs/reference/cloud-redis/1.6.12/V1.CreateInstanceRequest) \nReference documentation and code samples for the Google Cloud Redis V1 Client class CreateInstanceRequest.\n\nRequest for\n[CreateInstance](/php/docs/reference/cloud-redis/latest/V1.Client.CloudRedisClient#_Google_Cloud_Redis_V1_Client_CloudRedisClient__createInstance__).\n\nGenerated from protobuf message `google.cloud.redis.v1.CreateInstanceRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Redis \\\\ 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 Redis instance in the customer project\nwith 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 customer project / location\n\n### setInstanceId\n\nRequired. The logical name of the Redis instance in the customer project\nwith 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 customer project / location\n\n### getInstance\n\nRequired. A Redis \\[Instance\\] resource\n\n### hasInstance\n\n### clearInstance\n\n### setInstance\n\nRequired. A Redis \\[Instance\\] resource\n\n### static::build"]]