chore: Update discovery artifacts (#1269)
* chore(accessapproval): update the api
* chore(accesscontextmanager): update the api
* chore(apigateway): update the api
* chore(area120tables): update the api
* chore(bigquerydatatransfer): update the api
* chore(billingbudgets): update the api
* chore(calendar): update the api
* chore(chat): update the api
* chore(cloudbilling): update the api
* chore(cloudfunctions): update the api
* chore(cloudkms): update the api
* chore(cloudprofiler): update the api
* chore(cloudscheduler): update the api
* chore(cloudshell): update the api
* chore(cloudtasks): update the api
* chore(composer): update the api
* chore(datalabeling): update the api
* chore(datamigration): update the api
* chore(deploymentmanager): update the api
* chore(dlp): update the api
* chore(doubleclickbidmanager): update the api
* chore(drive): update the api
* chore(driveactivity): update the api
* chore(eventarc): update the api
* chore(fcm): update the api
* chore(firebaseml): update the api
* chore(firestore): update the api
* chore(gameservices): update the api
* chore(genomics): update the api
* chore(groupsmigration): update the api
* chore(iam): update the api
* chore(language): update the api
* chore(libraryagent): update the api
* chore(lifesciences): update the api
* chore(logging): update the api
* chore(monitoring): update the api
* chore(policytroubleshooter): update the api
* chore(recommendationengine): update the api
* chore(recommender): update the api
* chore(redis): update the api
* chore(runtimeconfig): update the api
* chore(script): update the api
* chore(serviceconsumermanagement): update the api
* chore(servicedirectory): update the api
* chore(servicenetworking): update the api
* chore(serviceusage): update the api
* chore(sheets): update the api
* chore(texttospeech): update the api
* chore(toolresults): update the api
* chore(transcoder): update the api
* chore(translate): update the api
* chore(vision): update the api
* chore(workflows): update the api
Co-authored-by: Yoshi Automation <yoshi-automation@google.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
diff --git a/docs/dyn/memcache_v1beta2.projects.locations.instances.html b/docs/dyn/memcache_v1beta2.projects.locations.instances.html
index aaebab1..49f0686 100644
--- a/docs/dyn/memcache_v1beta2.projects.locations.instances.html
+++ b/docs/dyn/memcache_v1beta2.projects.locations.instances.html
@@ -76,7 +76,7 @@
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#applyParameters">applyParameters(name, body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">ApplyParameters will restart the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.</p>
+<p class="firstline">`ApplyParameters` restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.</p>
<p class="toc_element">
<code><a href="#applySoftwareUpdate">applySoftwareUpdate(instance, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates software on the selected nodes of the Instance.</p>
@@ -103,11 +103,11 @@
<p class="firstline">Updates an existing Instance in a given project and location.</p>
<p class="toc_element">
<code><a href="#updateParameters">updateParameters(name, body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Updates the defined Memcached Parameters for an existing Instance. This method only stages the parameters, it must be followed by ApplyParameters to apply the parameters to nodes of the Memcached Instance.</p>
+<p class="firstline">Updates the defined Memcached parameters for an existing instance. This method only stages the parameters, it must be followed by `ApplyParameters` to apply the parameters to nodes of the Memcached instance.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="applyParameters">applyParameters(name, body=None, x__xgafv=None)</code>
- <pre>ApplyParameters will restart the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.
+ <pre>`ApplyParameters` restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.
Args:
name: string, Required. Resource name of the Memcached instance for which parameter group updates should be applied. (required)
@@ -115,8 +115,8 @@
The object takes the form of:
{ # Request for ApplyParameters.
- "applyAll": True or False, # Whether to apply instance-level parameter group to all nodes. If set to true, will explicitly restrict users from specifying any nodes, and apply parameter group updates to all nodes within the instance.
- "nodeIds": [ # Nodes to which we should apply the instance-level parameter group.
+ "applyAll": True or False, # Whether to apply instance-level parameter group to all nodes. If set to true, users are restricted from specifying individual nodes, and `ApplyParameters` updates all nodes within the instance.
+ "nodeIds": [ # Nodes to which the instance-level parameter group is applied.
"A String",
],
}
@@ -209,12 +209,12 @@
body: object, The request body.
The object takes the form of:
-{
+{ # A Memorystore for Memcached instance
"authorizedNetwork": "A String", # The full name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected. If left unspecified, the `default` network will be used.
"createTime": "A String", # Output only. The time the instance was created.
- "discoveryEndpoint": "A String", # Output only. Endpoint for Discovery API
- "displayName": "A String", # User provided name for the instance only used for display purposes. Cannot be more than 80 characters.
- "instanceMessages": [ # List of messages that describe current statuses of memcached instance.
+ "discoveryEndpoint": "A String", # Output only. Endpoint for the Discovery API.
+ "displayName": "A String", # User provided name for the instance, which is only used for display purposes. Cannot be more than 80 characters.
+ "instanceMessages": [ # List of messages that describe the current state of the Memcached instance.
{
"code": "A String", # A code that correspond to one type of user-facing message.
"message": "A String", # Message on memcached instance which will be exposed to users.
@@ -224,12 +224,12 @@
"a_key": "A String",
},
"memcacheFullVersion": "A String", # Output only. The full version of memcached server running on this instance. System automatically determines the full memcached version for an instance based on the input MemcacheVersion. The full version format will be "memcached-1.5.16".
- "memcacheNodes": [ # Output only. List of Memcached nodes. Refer to [Node] message for more details.
+ "memcacheNodes": [ # Output only. List of Memcached nodes. Refer to Node message for more details.
{
"host": "A String", # Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
"nodeId": "A String", # Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
- "parameters": { # User defined parameters currently applied to the node.
- "id": "A String", # Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes and any action needs to be taken to apply parameters on nodes.
+ "parameters": { # The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes. # User defined parameters currently applied to the node.
+ "id": "A String", # Output only.
"params": { # User defined set of parameters to use in the memcached process.
"a_key": "A String",
},
@@ -240,15 +240,15 @@
"zone": "A String", # Output only. Location (GCP Zone) for the Memcached node.
},
],
- "memcacheVersion": "A String", # The major version of Memcached software. If not provided, latest supported version will be used. Currently the latest supported major version is MEMCACHE_1_5. The minor version will be automatically determined by our system based on the latest supported minor version.
- "name": "A String", # Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Memcached instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which zones Memcached nodes within an instances should be provisioned in. Refer to [zones] field for more details.
+ "memcacheVersion": "A String", # The major version of Memcached software. If not provided, latest supported version will be used. Currently the latest supported major version is `MEMCACHE_1_5`. The minor version will be automatically determined by our system based on the latest supported minor version.
+ "name": "A String", # Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Memcached instances are managed and addressed at the regional level so `location_id` here refers to a Google Cloud region; however, users may choose which zones Memcached nodes should be provisioned in within an instance. Refer to zones field for more details.
"nodeConfig": { # Configuration for a Memcached Node. # Required. Configuration for Memcached nodes.
"cpuCount": 42, # Required. Number of cpus per Memcached node.
"memorySizeMb": 42, # Required. Memory size in MiB for each Memcached node.
},
"nodeCount": 42, # Required. Number of nodes in the Memcached instance.
- "parameters": { # Optional: User defined parameters to apply to the memcached process on each node.
- "id": "A String", # Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes and any action needs to be taken to apply parameters on nodes.
+ "parameters": { # The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes. # Optional: User defined parameters to apply to the memcached process on each node.
+ "id": "A String", # Output only.
"params": { # User defined set of parameters to use in the memcached process.
"a_key": "A String",
},
@@ -256,12 +256,12 @@
"state": "A String", # Output only. The state of this Memcached instance.
"updateAvailable": True or False, # Output only. Returns true if there is an update waiting to be applied
"updateTime": "A String", # Output only. The time the instance was updated.
- "zones": [ # Zones where Memcached nodes should be provisioned in. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
+ "zones": [ # Zones in which Memcached nodes should be provisioned. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
"A String",
],
}
- instanceId: 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, will raise an invalid argument error.
+ instanceId: 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.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -340,12 +340,12 @@
Returns:
An object of the form:
- {
+ { # A Memorystore for Memcached instance
"authorizedNetwork": "A String", # The full name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected. If left unspecified, the `default` network will be used.
"createTime": "A String", # Output only. The time the instance was created.
- "discoveryEndpoint": "A String", # Output only. Endpoint for Discovery API
- "displayName": "A String", # User provided name for the instance only used for display purposes. Cannot be more than 80 characters.
- "instanceMessages": [ # List of messages that describe current statuses of memcached instance.
+ "discoveryEndpoint": "A String", # Output only. Endpoint for the Discovery API.
+ "displayName": "A String", # User provided name for the instance, which is only used for display purposes. Cannot be more than 80 characters.
+ "instanceMessages": [ # List of messages that describe the current state of the Memcached instance.
{
"code": "A String", # A code that correspond to one type of user-facing message.
"message": "A String", # Message on memcached instance which will be exposed to users.
@@ -355,12 +355,12 @@
"a_key": "A String",
},
"memcacheFullVersion": "A String", # Output only. The full version of memcached server running on this instance. System automatically determines the full memcached version for an instance based on the input MemcacheVersion. The full version format will be "memcached-1.5.16".
- "memcacheNodes": [ # Output only. List of Memcached nodes. Refer to [Node] message for more details.
+ "memcacheNodes": [ # Output only. List of Memcached nodes. Refer to Node message for more details.
{
"host": "A String", # Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
"nodeId": "A String", # Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
- "parameters": { # User defined parameters currently applied to the node.
- "id": "A String", # Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes and any action needs to be taken to apply parameters on nodes.
+ "parameters": { # The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes. # User defined parameters currently applied to the node.
+ "id": "A String", # Output only.
"params": { # User defined set of parameters to use in the memcached process.
"a_key": "A String",
},
@@ -371,15 +371,15 @@
"zone": "A String", # Output only. Location (GCP Zone) for the Memcached node.
},
],
- "memcacheVersion": "A String", # The major version of Memcached software. If not provided, latest supported version will be used. Currently the latest supported major version is MEMCACHE_1_5. The minor version will be automatically determined by our system based on the latest supported minor version.
- "name": "A String", # Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Memcached instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which zones Memcached nodes within an instances should be provisioned in. Refer to [zones] field for more details.
+ "memcacheVersion": "A String", # The major version of Memcached software. If not provided, latest supported version will be used. Currently the latest supported major version is `MEMCACHE_1_5`. The minor version will be automatically determined by our system based on the latest supported minor version.
+ "name": "A String", # Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Memcached instances are managed and addressed at the regional level so `location_id` here refers to a Google Cloud region; however, users may choose which zones Memcached nodes should be provisioned in within an instance. Refer to zones field for more details.
"nodeConfig": { # Configuration for a Memcached Node. # Required. Configuration for Memcached nodes.
"cpuCount": 42, # Required. Number of cpus per Memcached node.
"memorySizeMb": 42, # Required. Memory size in MiB for each Memcached node.
},
"nodeCount": 42, # Required. Number of nodes in the Memcached instance.
- "parameters": { # Optional: User defined parameters to apply to the memcached process on each node.
- "id": "A String", # Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes and any action needs to be taken to apply parameters on nodes.
+ "parameters": { # The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes. # Optional: User defined parameters to apply to the memcached process on each node.
+ "id": "A String", # Output only.
"params": { # User defined set of parameters to use in the memcached process.
"a_key": "A String",
},
@@ -387,7 +387,7 @@
"state": "A String", # Output only. The state of this Memcached instance.
"updateAvailable": True or False, # Output only. Returns true if there is an update waiting to be applied
"updateTime": "A String", # Output only. The time the instance was updated.
- "zones": [ # Zones where Memcached nodes should be provisioned in. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
+ "zones": [ # Zones in which Memcached nodes should be provisioned. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
"A String",
],
}</pre>
@@ -399,10 +399,10 @@
Args:
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 (required)
- filter: string, List filter. For example, exclude all Memcached instances with name as my-instance by specifying "name != my-instance".
+ filter: string, List filter. For example, exclude all Memcached instances with name as my-instance by specifying `"name != my-instance"`.
orderBy: string, Sort results. Supported values are "name", "name desc" or "" (unsorted).
- pageSize: integer, The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
- pageToken: string, The next_page_token value returned from a previous List request, if any.
+ pageSize: integer, The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the `page_size` value, the response may include a partial list and a caller should only rely on response's `next_page_token` to determine if there are more instances left to be queried.
+ pageToken: string, The `next_page_token` value returned from a previous List request, if any.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -414,12 +414,12 @@
{ # Response for ListInstances.
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
"resources": [ # A list of Memcached instances in the project in the specified location, or across all locations. If the `location_id` in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.
- {
+ { # A Memorystore for Memcached instance
"authorizedNetwork": "A String", # The full name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected. If left unspecified, the `default` network will be used.
"createTime": "A String", # Output only. The time the instance was created.
- "discoveryEndpoint": "A String", # Output only. Endpoint for Discovery API
- "displayName": "A String", # User provided name for the instance only used for display purposes. Cannot be more than 80 characters.
- "instanceMessages": [ # List of messages that describe current statuses of memcached instance.
+ "discoveryEndpoint": "A String", # Output only. Endpoint for the Discovery API.
+ "displayName": "A String", # User provided name for the instance, which is only used for display purposes. Cannot be more than 80 characters.
+ "instanceMessages": [ # List of messages that describe the current state of the Memcached instance.
{
"code": "A String", # A code that correspond to one type of user-facing message.
"message": "A String", # Message on memcached instance which will be exposed to users.
@@ -429,12 +429,12 @@
"a_key": "A String",
},
"memcacheFullVersion": "A String", # Output only. The full version of memcached server running on this instance. System automatically determines the full memcached version for an instance based on the input MemcacheVersion. The full version format will be "memcached-1.5.16".
- "memcacheNodes": [ # Output only. List of Memcached nodes. Refer to [Node] message for more details.
+ "memcacheNodes": [ # Output only. List of Memcached nodes. Refer to Node message for more details.
{
"host": "A String", # Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
"nodeId": "A String", # Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
- "parameters": { # User defined parameters currently applied to the node.
- "id": "A String", # Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes and any action needs to be taken to apply parameters on nodes.
+ "parameters": { # The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes. # User defined parameters currently applied to the node.
+ "id": "A String", # Output only.
"params": { # User defined set of parameters to use in the memcached process.
"a_key": "A String",
},
@@ -445,15 +445,15 @@
"zone": "A String", # Output only. Location (GCP Zone) for the Memcached node.
},
],
- "memcacheVersion": "A String", # The major version of Memcached software. If not provided, latest supported version will be used. Currently the latest supported major version is MEMCACHE_1_5. The minor version will be automatically determined by our system based on the latest supported minor version.
- "name": "A String", # Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Memcached instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which zones Memcached nodes within an instances should be provisioned in. Refer to [zones] field for more details.
+ "memcacheVersion": "A String", # The major version of Memcached software. If not provided, latest supported version will be used. Currently the latest supported major version is `MEMCACHE_1_5`. The minor version will be automatically determined by our system based on the latest supported minor version.
+ "name": "A String", # Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Memcached instances are managed and addressed at the regional level so `location_id` here refers to a Google Cloud region; however, users may choose which zones Memcached nodes should be provisioned in within an instance. Refer to zones field for more details.
"nodeConfig": { # Configuration for a Memcached Node. # Required. Configuration for Memcached nodes.
"cpuCount": 42, # Required. Number of cpus per Memcached node.
"memorySizeMb": 42, # Required. Memory size in MiB for each Memcached node.
},
"nodeCount": 42, # Required. Number of nodes in the Memcached instance.
- "parameters": { # Optional: User defined parameters to apply to the memcached process on each node.
- "id": "A String", # Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes and any action needs to be taken to apply parameters on nodes.
+ "parameters": { # The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes. # Optional: User defined parameters to apply to the memcached process on each node.
+ "id": "A String", # Output only.
"params": { # User defined set of parameters to use in the memcached process.
"a_key": "A String",
},
@@ -461,7 +461,7 @@
"state": "A String", # Output only. The state of this Memcached instance.
"updateAvailable": True or False, # Output only. Returns true if there is an update waiting to be applied
"updateTime": "A String", # Output only. The time the instance was updated.
- "zones": [ # Zones where Memcached nodes should be provisioned in. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
+ "zones": [ # Zones in which Memcached nodes should be provisioned. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
"A String",
],
},
@@ -491,16 +491,16 @@
<pre>Updates an existing Instance in a given project and location.
Args:
- name: string, Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Memcached instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which zones Memcached nodes within an instances should be provisioned in. Refer to [zones] field for more details. (required)
+ name: string, Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Memcached instances are managed and addressed at the regional level so `location_id` here refers to a Google Cloud region; however, users may choose which zones Memcached nodes should be provisioned in within an instance. Refer to zones field for more details. (required)
body: object, The request body.
The object takes the form of:
-{
+{ # A Memorystore for Memcached instance
"authorizedNetwork": "A String", # The full name of the Google Compute Engine [network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected. If left unspecified, the `default` network will be used.
"createTime": "A String", # Output only. The time the instance was created.
- "discoveryEndpoint": "A String", # Output only. Endpoint for Discovery API
- "displayName": "A String", # User provided name for the instance only used for display purposes. Cannot be more than 80 characters.
- "instanceMessages": [ # List of messages that describe current statuses of memcached instance.
+ "discoveryEndpoint": "A String", # Output only. Endpoint for the Discovery API.
+ "displayName": "A String", # User provided name for the instance, which is only used for display purposes. Cannot be more than 80 characters.
+ "instanceMessages": [ # List of messages that describe the current state of the Memcached instance.
{
"code": "A String", # A code that correspond to one type of user-facing message.
"message": "A String", # Message on memcached instance which will be exposed to users.
@@ -510,12 +510,12 @@
"a_key": "A String",
},
"memcacheFullVersion": "A String", # Output only. The full version of memcached server running on this instance. System automatically determines the full memcached version for an instance based on the input MemcacheVersion. The full version format will be "memcached-1.5.16".
- "memcacheNodes": [ # Output only. List of Memcached nodes. Refer to [Node] message for more details.
+ "memcacheNodes": [ # Output only. List of Memcached nodes. Refer to Node message for more details.
{
"host": "A String", # Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
"nodeId": "A String", # Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
- "parameters": { # User defined parameters currently applied to the node.
- "id": "A String", # Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes and any action needs to be taken to apply parameters on nodes.
+ "parameters": { # The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes. # User defined parameters currently applied to the node.
+ "id": "A String", # Output only.
"params": { # User defined set of parameters to use in the memcached process.
"a_key": "A String",
},
@@ -526,15 +526,15 @@
"zone": "A String", # Output only. Location (GCP Zone) for the Memcached node.
},
],
- "memcacheVersion": "A String", # The major version of Memcached software. If not provided, latest supported version will be used. Currently the latest supported major version is MEMCACHE_1_5. The minor version will be automatically determined by our system based on the latest supported minor version.
- "name": "A String", # Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Memcached instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which zones Memcached nodes within an instances should be provisioned in. Refer to [zones] field for more details.
+ "memcacheVersion": "A String", # The major version of Memcached software. If not provided, latest supported version will be used. Currently the latest supported major version is `MEMCACHE_1_5`. The minor version will be automatically determined by our system based on the latest supported minor version.
+ "name": "A String", # Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Memcached instances are managed and addressed at the regional level so `location_id` here refers to a Google Cloud region; however, users may choose which zones Memcached nodes should be provisioned in within an instance. Refer to zones field for more details.
"nodeConfig": { # Configuration for a Memcached Node. # Required. Configuration for Memcached nodes.
"cpuCount": 42, # Required. Number of cpus per Memcached node.
"memorySizeMb": 42, # Required. Memory size in MiB for each Memcached node.
},
"nodeCount": 42, # Required. Number of nodes in the Memcached instance.
- "parameters": { # Optional: User defined parameters to apply to the memcached process on each node.
- "id": "A String", # Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes and any action needs to be taken to apply parameters on nodes.
+ "parameters": { # The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes. # Optional: User defined parameters to apply to the memcached process on each node.
+ "id": "A String", # Output only.
"params": { # User defined set of parameters to use in the memcached process.
"a_key": "A String",
},
@@ -542,7 +542,7 @@
"state": "A String", # Output only. The state of this Memcached instance.
"updateAvailable": True or False, # Output only. Returns true if there is an update waiting to be applied
"updateTime": "A String", # Output only. The time the instance was updated.
- "zones": [ # Zones where Memcached nodes should be provisioned in. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
+ "zones": [ # Zones in which Memcached nodes should be provisioned. Memcached nodes will be equally distributed across these zones. If not provided, the service will by default create nodes in all zones in the region for the instance.
"A String",
],
}
@@ -579,7 +579,7 @@
<div class="method">
<code class="details" id="updateParameters">updateParameters(name, body=None, x__xgafv=None)</code>
- <pre>Updates the defined Memcached Parameters for an existing Instance. This method only stages the parameters, it must be followed by ApplyParameters to apply the parameters to nodes of the Memcached Instance.
+ <pre>Updates the defined Memcached parameters for an existing instance. This method only stages the parameters, it must be followed by `ApplyParameters` to apply the parameters to nodes of the Memcached instance.
Args:
name: string, Required. Resource name of the Memcached instance for which the parameters should be updated. (required)
@@ -587,8 +587,8 @@
The object takes the form of:
{ # Request for UpdateParameters.
- "parameters": { # The parameters to apply to the instance.
- "id": "A String", # Output only. The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes and any action needs to be taken to apply parameters on nodes.
+ "parameters": { # The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes. # The parameters to apply to the instance.
+ "id": "A String", # Output only.
"params": { # User defined set of parameters to use in the memcached process.
"a_key": "A String",
},