Class UpdateInstanceRequest (2.9.0)

UpdateInstanceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for UpdateInstance.

Attributes

NameDescription
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_v1.types.Instance
Required. Update description. Only fields specified in update_mask are updated.

Inheritance

builtins.object > proto.message.Message > UpdateInstanceRequest