package cloud_redis
- Alphabetic
- Public
- Protected
Type Members
- trait CloudRedis[F[_]] extends AnyRef
Configures and manages Cloud Memorystore for Redis instances
Configures and manages Cloud Memorystore for Redis instances
Google Cloud Memorystore for Redis v1
The
redis.googleapis.comservice implements the Google Cloud Memorystore for Redis API and defines the following resource model for managing Redis instances: * The service works with a collection of cloud projects, named:/projects/** Each project has a collection of available locations, named:/locations/** Each location has a collection of Redis instances, named:/instances/** As such, Redis instances are resources of the form:/projects/{project_id}/locations/{location_id}/instances/{instance_id}Note that location_id must be referring to a GCP
region; for example: *projects/redpepper-1290/locations/us-central1/instances/my-redis - final case class CreateInstanceRequest(parent: String = "", instanceId: String = "", instance: Option[Instance] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[CreateInstanceRequest] with Product with Serializable
Request for [CreateInstance][google.cloud.redis.v1.CloudRedis.CreateInstance].
Request for [CreateInstance][google.cloud.redis.v1.CloudRedis.CreateInstance].
- parent
Required. The resource name of the instance location using the form:
projects/{project_id}/locations/{location_id}wherelocation_idrefers to a GCP region.- instanceId
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
- instance
Required. A Redis [Instance] resource
- Annotations
- @SerialVersionUID()
- final case class DeleteInstanceRequest(name: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[DeleteInstanceRequest] with Product with Serializable
Request for [DeleteInstance][google.cloud.redis.v1.CloudRedis.DeleteInstance].
Request for [DeleteInstance][google.cloud.redis.v1.CloudRedis.DeleteInstance].
- name
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region.
- Annotations
- @SerialVersionUID()
- final case class ExportInstanceRequest(name: String = "", outputConfig: Option[OutputConfig] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ExportInstanceRequest] with Product with Serializable
Request for [Export][google.cloud.redis.v1.CloudRedis.ExportInstance].
Request for [Export][google.cloud.redis.v1.CloudRedis.ExportInstance].
- name
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region.- outputConfig
Required. Specify data to be exported.
- Annotations
- @SerialVersionUID()
- final case class FailoverInstanceRequest(name: String = "", dataProtectionMode: DataProtectionMode = com.google.cloud.redis.v1.cloud_redis.FailoverInstanceRequest.DataProtectionMode.DATA_PROTECTION_MODE_UNSPECIFIED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[FailoverInstanceRequest] with Product with Serializable
Request for [Failover][google.cloud.redis.v1.CloudRedis.FailoverInstance].
Request for [Failover][google.cloud.redis.v1.CloudRedis.FailoverInstance].
- name
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region.- dataProtectionMode
Optional. Available data protection modes that the user can choose. If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.
- Annotations
- @SerialVersionUID()
- final case class GcsDestination(uri: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GcsDestination] with Product with Serializable
The Cloud Storage location for the output content
The Cloud Storage location for the output content
- uri
Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten.
- Annotations
- @SerialVersionUID()
- final case class GcsSource(uri: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GcsSource] with Product with Serializable
The Cloud Storage location for the input content
The Cloud Storage location for the input content
- uri
Required. Source data URI. (e.g. 'gs://my_bucket/my_object').
- Annotations
- @SerialVersionUID()
- final case class GetInstanceAuthStringRequest(name: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GetInstanceAuthStringRequest] with Product with Serializable
Request for [GetInstanceAuthString][google.cloud.redis.v1.CloudRedis.GetInstanceAuthString].
Request for [GetInstanceAuthString][google.cloud.redis.v1.CloudRedis.GetInstanceAuthString].
- name
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region.
- Annotations
- @SerialVersionUID()
- final case class GetInstanceRequest(name: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GetInstanceRequest] with Product with Serializable
Request for [GetInstance][google.cloud.redis.v1.CloudRedis.GetInstance].
Request for [GetInstance][google.cloud.redis.v1.CloudRedis.GetInstance].
- name
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region.
- Annotations
- @SerialVersionUID()
- final case class ImportInstanceRequest(name: String = "", inputConfig: Option[InputConfig] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ImportInstanceRequest] with Product with Serializable
Request for [Import][google.cloud.redis.v1.CloudRedis.ImportInstance].
Request for [Import][google.cloud.redis.v1.CloudRedis.ImportInstance].
- name
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region.- inputConfig
Required. Specify data to be imported.
- Annotations
- @SerialVersionUID()
- final case class InputConfig(source: Source = com.google.cloud.redis.v1.cloud_redis.InputConfig.Source.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[InputConfig] with Product with Serializable
The input content
The input content
- Annotations
- @SerialVersionUID()
- final case class Instance(name: String = "", displayName: String = "", labels: Map[String, String] = _root_.scala.collection.immutable.Map.empty, locationId: String = "", alternativeLocationId: String = "", redisVersion: String = "", reservedIpRange: String = "", secondaryIpRange: String = "", host: String = "", port: Int = 0, currentLocationId: String = "", createTime: Option[Timestamp] = _root_.scala.None, state: State = com.google.cloud.redis.v1.cloud_redis.Instance.State.STATE_UNSPECIFIED, statusMessage: String = "", redisConfigs: Map[String, String] = _root_.scala.collection.immutable.Map.empty, tier: Tier = com.google.cloud.redis.v1.cloud_redis.Instance.Tier.TIER_UNSPECIFIED, memorySizeGb: Int = 0, authorizedNetwork: String = "", persistenceIamIdentity: String = "", connectMode: ConnectMode = com.google.cloud.redis.v1.cloud_redis.Instance.ConnectMode.CONNECT_MODE_UNSPECIFIED, authEnabled: Boolean = false, serverCaCerts: Seq[TlsCertificate] = _root_.scala.Seq.empty, transitEncryptionMode: TransitEncryptionMode = com.google.cloud.redis.v1.cloud_redis.Instance.TransitEncryptionMode.TRANSIT_ENCRYPTION_MODE_UNSPECIFIED, maintenancePolicy: Option[MaintenancePolicy] = _root_.scala.None, maintenanceSchedule: Option[MaintenanceSchedule] = _root_.scala.None, replicaCount: Int = 0, nodes: Seq[NodeInfo] = _root_.scala.Seq.empty, readEndpoint: String = "", readEndpointPort: Int = 0, readReplicasMode: ReadReplicasMode = com.google.cloud.redis.v1.cloud_redis.Instance.ReadReplicasMode.READ_REPLICAS_MODE_UNSPECIFIED, customerManagedKey: String = "", persistenceConfig: Option[PersistenceConfig] = _root_.scala.None, suspensionReasons: Seq[SuspensionReason] = _root_.scala.Seq.empty, maintenanceVersion: String = "", availableMaintenanceVersions: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Instance] with Product with Serializable
A Memorystore for Redis instance.
A Memorystore for Redis instance.
- name
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: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to [location_id][google.cloud.redis.v1.Instance.location_id] and [alternative_location_id][google.cloud.redis.v1.Instance.alternative_location_id] fields for more details.- displayName
An arbitrary and optional user-provided name for the instance.
- labels
Resource labels to represent user provided metadata
- locationId
Optional. The zone where the instance will be provisioned. If not provided, the service will choose a zone from the specified region for the instance. For standard tier, additional nodes will be added across multiple zones for protection against zonal failures. If specified, at least one node will be provisioned in this zone.
- alternativeLocationId
Optional. If specified, at least one node will be provisioned in this zone in addition to the zone specified in location_id. Only applicable to standard tier. If provided, it must be a different zone from the one provided in [location_id]. Additional nodes beyond the first 2 will be placed in zones selected by the service.
- redisVersion
Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are: *
REDIS_3_2for Redis 3.2 compatibility *REDIS_4_0for Redis 4.0 compatibility (default) *REDIS_5_0for Redis 5.0 compatibility *REDIS_6_Xfor Redis 6.x compatibility- reservedIpRange
Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.
- secondaryIpRange
Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be the name of an allocated address range associated with the private service access connection, or "auto".
- host
Output only. Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
- port
Output only. The port number of the exposed Redis endpoint.
- currentLocationId
Output only. The current zone where the Redis primary node is located. In basic tier, this will always be the same as [location_id]. In standard tier, this can be the zone of any node in the instance.
- createTime
Output only. The time the instance was created.
- state
Output only. The current state of this instance.
- statusMessage
Output only. Additional information about the current status of this instance, if available.
- redisConfigs
Optional. Redis configuration parameters, according to http://redis.io/topics/config. Currently, the only supported parameters are: Redis version 3.2 and newer: * maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: * activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.0 and newer: * stream-node-max-bytes * stream-node-max-entries
- tier
Required. The service tier of the instance.
- memorySizeGb
Required. Redis memory size in GiB.
- authorizedNetwork
Optional. 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
defaultnetwork will be used.- persistenceIamIdentity
Output only. Cloud IAM identity used by import / export operations to transfer data to/from Cloud Storage. Format is "serviceAccount:<service_account_email>". The value may change over time for a given instance so should be checked before each import/export operation.
- connectMode
Optional. The network connect mode of the Redis instance. If not provided, the connect mode defaults to DIRECT_PEERING.
- authEnabled
Optional. Indicates whether OSS Redis AUTH is enabled for the instance. If set to "true" AUTH is enabled on the instance. Default value is "false" meaning AUTH is disabled.
- serverCaCerts
Output only. List of server CA certificates for the instance.
- transitEncryptionMode
Optional. The TLS mode of the Redis instance. If not provided, TLS is disabled for the instance.
- maintenancePolicy
Optional. The maintenance policy for the instance. If not provided, maintenance events can be performed at any time.
- maintenanceSchedule
Output only. Date and time of upcoming maintenance events which have been scheduled.
- replicaCount
Optional. The number of replica nodes. The valid range for the Standard Tier with read replicas enabled is [1-5] and defaults to 2. If read replicas are not enabled for a Standard Tier instance, the only valid value is 1 and the default is 1. The valid value for basic tier is 0 and the default is also 0.
- nodes
Output only. Info per node.
- readEndpoint
Output only. Hostname or IP address of the exposed readonly Redis endpoint. Standard tier only. Targets all healthy replica nodes in instance. Replication is asynchronous and replica nodes will exhibit some lag behind the primary. Write requests must target 'host'.
- readEndpointPort
Output only. The port number of the exposed readonly redis endpoint. Standard tier only. Write requests should target 'port'.
- readReplicasMode
Optional. Read replicas mode for the instance. Defaults to READ_REPLICAS_DISABLED.
- customerManagedKey
Optional. The KMS key reference that the customer provides when trying to create the instance.
- persistenceConfig
Optional. Persistence configuration parameters
- suspensionReasons
Optional. reasons that causes instance in "SUSPENDED" state.
- maintenanceVersion
Optional. The self service update maintenance version. The version is date based such as "20210712_00_00".
- availableMaintenanceVersions
Optional. The available maintenance versions that an instance could update to.
- Annotations
- @SerialVersionUID()
- final case class InstanceAuthString(authString: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[InstanceAuthString] with Product with Serializable
Instance AUTH string details.
Instance AUTH string details.
- authString
AUTH string set on the instance.
- Annotations
- @SerialVersionUID()
- final case class ListInstancesRequest(parent: String = "", pageSize: Int = 0, pageToken: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ListInstancesRequest] with Product with Serializable
Request for [ListInstances][google.cloud.redis.v1.CloudRedis.ListInstances].
Request for [ListInstances][google.cloud.redis.v1.CloudRedis.ListInstances].
- parent
Required. The resource name of the instance location using the form:
projects/{project_id}/locations/{location_id}wherelocation_idrefers to a GCP region.- pageSize
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][google.cloud.redis.v1.ListInstancesResponse.next_page_token] to determine if there are more instances left to be queried.- pageToken
The
next_page_tokenvalue returned from a previous [ListInstances][google.cloud.redis.v1.CloudRedis.ListInstances] request, if any.
- Annotations
- @SerialVersionUID()
- final case class ListInstancesResponse(instances: Seq[Instance] = _root_.scala.Seq.empty, nextPageToken: String = "", unreachable: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ListInstancesResponse] with Product with Serializable
Response for [ListInstances][google.cloud.redis.v1.CloudRedis.ListInstances].
Response for [ListInstances][google.cloud.redis.v1.CloudRedis.ListInstances].
- instances
A list of Redis instances in the project in the specified location, or across all locations. If the
location_idin the parent field of the request is "-", all regions available to the project are queried, and the results aggregated. If in such an aggregated query a location is unavailable, a placeholder Redis entry is included in the response with thenamefield set to a value of the formprojects/{project_id}/locations/{location_id}/instances/- and thestatusfield set to ERROR andstatus_messagefield set to "location not available for ListInstances".- nextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
- unreachable
Locations that could not be reached.
- Annotations
- @SerialVersionUID()
- final case class LocationMetadata(availableZones: Map[String, ZoneMetadata] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[LocationMetadata] with Product with Serializable
This location metadata represents additional configuration options for a given location where a Redis instance may be created.
This location metadata represents additional configuration options for a given location where a Redis instance may be created. All fields are output only. It is returned as content of the
google.cloud.location.Location.metadatafield.- availableZones
Output only. The set of available zones in the location. The map is keyed by the lowercase ID of each zone, as defined by GCE. These keys can be specified in
location_idoralternative_location_idfields when creating a Redis instance.
- Annotations
- @SerialVersionUID()
- final case class MaintenancePolicy(createTime: Option[Timestamp] = _root_.scala.None, updateTime: Option[Timestamp] = _root_.scala.None, description: String = "", weeklyMaintenanceWindow: Seq[WeeklyMaintenanceWindow] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[MaintenancePolicy] with Product with Serializable
Maintenance policy for an instance.
Maintenance policy for an instance.
- createTime
Output only. The time when the policy was created.
- updateTime
Output only. The time when the policy was last updated.
- description
Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
- weeklyMaintenanceWindow
Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.
- Annotations
- @SerialVersionUID()
- final case class MaintenanceSchedule(startTime: Option[Timestamp] = _root_.scala.None, endTime: Option[Timestamp] = _root_.scala.None, canReschedule: Boolean = false, scheduleDeadlineTime: Option[Timestamp] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[MaintenanceSchedule] with Product with Serializable
Upcoming maintenance schedule.
Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.
- startTime
Output only. The start time of any upcoming scheduled maintenance for this instance.
- endTime
Output only. The end time of any upcoming scheduled maintenance for this instance.
- canReschedule
If the scheduled maintenance can be rescheduled, default is true.
- scheduleDeadlineTime
Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.
- Annotations
- @SerialVersionUID()
- final case class NodeInfo(id: String = "", zone: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[NodeInfo] with Product with Serializable
Node specific properties.
Node specific properties.
- id
Output only. Node identifying string. e.g. 'node-0', 'node-1'
- zone
Output only. Location of the node.
- Annotations
- @SerialVersionUID()
- final case class OperationMetadata(createTime: Option[Timestamp] = _root_.scala.None, endTime: Option[Timestamp] = _root_.scala.None, target: String = "", verb: String = "", statusDetail: String = "", cancelRequested: Boolean = false, apiVersion: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[OperationMetadata] with Product with Serializable
Represents the v1 metadata of the long-running operation.
Represents the v1 metadata of the long-running operation.
- createTime
Creation timestamp.
- endTime
End timestamp.
- target
Operation target.
- verb
Operation verb.
- statusDetail
Operation status details.
- cancelRequested
Specifies if cancellation was requested for the operation.
- apiVersion
API version.
- Annotations
- @SerialVersionUID()
- final case class OutputConfig(destination: Destination = com.google.cloud.redis.v1.cloud_redis.OutputConfig.Destination.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[OutputConfig] with Product with Serializable
The output content
The output content
- Annotations
- @SerialVersionUID()
- final case class PersistenceConfig(persistenceMode: PersistenceMode = com.google.cloud.redis.v1.cloud_redis.PersistenceConfig.PersistenceMode.PERSISTENCE_MODE_UNSPECIFIED, rdbSnapshotPeriod: SnapshotPeriod = com.google.cloud.redis.v1.cloud_redis.PersistenceConfig.SnapshotPeriod.SNAPSHOT_PERIOD_UNSPECIFIED, rdbNextSnapshotTime: Option[Timestamp] = _root_.scala.None, rdbSnapshotStartTime: Option[Timestamp] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[PersistenceConfig] with Product with Serializable
Configuration of the persistence functionality.
Configuration of the persistence functionality.
- persistenceMode
Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.
- rdbSnapshotPeriod
Optional. Period between RDB snapshots. Snapshots will be attempted every period starting from the provided snapshot start time. For example, a start time of 01/01/2033 06:45 and SIX_HOURS snapshot period will do nothing until 01/01/2033, and then trigger snapshots every day at 06:45, 12:45, 18:45, and 00:45 the next day, and so on. If not provided, TWENTY_FOUR_HOURS will be used as default.
- rdbNextSnapshotTime
Output only. The next time that a snapshot attempt is scheduled to occur.
- rdbSnapshotStartTime
Optional. Date and time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.
- Annotations
- @SerialVersionUID()
- final case class RescheduleMaintenanceRequest(name: String = "", rescheduleType: RescheduleType = com.google.cloud.redis.v1.cloud_redis.RescheduleMaintenanceRequest.RescheduleType.RESCHEDULE_TYPE_UNSPECIFIED, scheduleTime: Option[Timestamp] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RescheduleMaintenanceRequest] with Product with Serializable
Request for [RescheduleMaintenance][google.cloud.redis.v1.CloudRedis.RescheduleMaintenance].
Request for [RescheduleMaintenance][google.cloud.redis.v1.CloudRedis.RescheduleMaintenance].
- name
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region.- rescheduleType
Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.
- scheduleTime
Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example
2012-11-15T16:19:00.094Z.
- Annotations
- @SerialVersionUID()
- final case class TlsCertificate(serialNumber: String = "", cert: String = "", createTime: Option[Timestamp] = _root_.scala.None, expireTime: Option[Timestamp] = _root_.scala.None, sha1Fingerprint: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[TlsCertificate] with Product with Serializable
TlsCertificate Resource
TlsCertificate Resource
- serialNumber
Serial number, as extracted from the certificate.
- cert
PEM representation.
- createTime
Output only. The time when the certificate was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example
2020-05-18T00:00:00.094Z.- expireTime
Output only. The time when the certificate expires in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example
2020-05-18T00:00:00.094Z.- sha1Fingerprint
Sha1 Fingerprint of the certificate.
- Annotations
- @SerialVersionUID()
- final case class UpdateInstanceRequest(updateMask: Option[FieldMask] = _root_.scala.None, instance: Option[Instance] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[UpdateInstanceRequest] with Product with Serializable
Request for [UpdateInstance][google.cloud.redis.v1.CloudRedis.UpdateInstance].
Request for [UpdateInstance][google.cloud.redis.v1.CloudRedis.UpdateInstance].
- updateMask
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][google.cloud.redis.v1.Instance]: *
displayName*labels*memorySizeGb*redisConfig*replica_count- instance
Required. Update description. Only fields specified in update_mask are updated.
- Annotations
- @SerialVersionUID()
- final case class UpgradeInstanceRequest(name: String = "", redisVersion: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[UpgradeInstanceRequest] with Product with Serializable
Request for [UpgradeInstance][google.cloud.redis.v1.CloudRedis.UpgradeInstance].
Request for [UpgradeInstance][google.cloud.redis.v1.CloudRedis.UpgradeInstance].
- name
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region.- redisVersion
Required. Specifies the target version of Redis software to upgrade to.
- Annotations
- @SerialVersionUID()
- final case class WeeklyMaintenanceWindow(day: DayOfWeek = com.google.`type`.dayofweek.DayOfWeek.DAY_OF_WEEK_UNSPECIFIED, startTime: Option[TimeOfDay] = _root_.scala.None, duration: Option[Duration] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[WeeklyMaintenanceWindow] with Product with Serializable
Time window in which disruptive maintenance updates occur.
Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.
- day
Required. The day of week that maintenance updates occur.
- startTime
Required. Start time of the window in UTC time.
- duration
Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
- Annotations
- @SerialVersionUID()
- final case class ZoneMetadata(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ZoneMetadata] with Product with Serializable
Defines specific information for a particular zone.
Defines specific information for a particular zone. Currently empty and reserved for future use only.
- Annotations
- @SerialVersionUID()
Value Members
- object CloudRedis
- object CloudRedisProto extends GeneratedFileObject
- object CreateInstanceRequest extends GeneratedMessageCompanion[CreateInstanceRequest]
- object DeleteInstanceRequest extends GeneratedMessageCompanion[DeleteInstanceRequest]
- object ExportInstanceRequest extends GeneratedMessageCompanion[ExportInstanceRequest]
- object FailoverInstanceRequest extends GeneratedMessageCompanion[FailoverInstanceRequest]
- object GcsDestination extends GeneratedMessageCompanion[GcsDestination]
- object GcsSource extends GeneratedMessageCompanion[GcsSource]
- object GetInstanceAuthStringRequest extends GeneratedMessageCompanion[GetInstanceAuthStringRequest]
- object GetInstanceRequest extends GeneratedMessageCompanion[GetInstanceRequest]
- object ImportInstanceRequest extends GeneratedMessageCompanion[ImportInstanceRequest]
- object InputConfig extends GeneratedMessageCompanion[InputConfig]
- object Instance extends GeneratedMessageCompanion[Instance]
- object InstanceAuthString extends GeneratedMessageCompanion[InstanceAuthString]
- object ListInstancesRequest extends GeneratedMessageCompanion[ListInstancesRequest]
- object ListInstancesResponse extends GeneratedMessageCompanion[ListInstancesResponse]
- object LocationMetadata extends GeneratedMessageCompanion[LocationMetadata]
- object MaintenancePolicy extends GeneratedMessageCompanion[MaintenancePolicy]
- object MaintenanceSchedule extends GeneratedMessageCompanion[MaintenanceSchedule]
- object NodeInfo extends GeneratedMessageCompanion[NodeInfo]
- object OperationMetadata extends GeneratedMessageCompanion[OperationMetadata]
- object OutputConfig extends GeneratedMessageCompanion[OutputConfig]
- object PersistenceConfig extends GeneratedMessageCompanion[PersistenceConfig]
- object RescheduleMaintenanceRequest extends GeneratedMessageCompanion[RescheduleMaintenanceRequest]
- object TlsCertificate extends GeneratedMessageCompanion[TlsCertificate]
- object UpdateInstanceRequest extends GeneratedMessageCompanion[UpdateInstanceRequest]
- object UpgradeInstanceRequest extends GeneratedMessageCompanion[UpgradeInstanceRequest]
- object WeeklyMaintenanceWindow extends GeneratedMessageCompanion[WeeklyMaintenanceWindow]
- object ZoneMetadata extends GeneratedMessageCompanion[ZoneMetadata]