UpdateInstanceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request for UpdateInstance.
Attributes |
|
|---|---|
| Name | Description |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Instance: - displayName
- labels
- memorySizeGb
- redisConfig
- replica_count
|
instance |
google.cloud.redis_v1beta1.types.Instance
Required. Update description. Only fields specified in update_mask are updated. |