Constructor
new RDBConfig(propertiesopt)
Constructs a new RDBConfig.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
properties |
google.cloud.redis.cluster.v1.ClusterPersistenceConfig.IRDBConfig |
<optional> |
Properties to set |
- Implements:
-
- IRDBConfig
Members
rdbSnapshotPeriod
RDBConfig rdbSnapshotPeriod.
rdbSnapshotStartTime
RDBConfig rdbSnapshotStartTime.
SnapshotPeriod
SnapshotPeriod enum.
Properties:
| Name | Type | Description |
|---|---|---|
SNAPSHOT_PERIOD_UNSPECIFIED |
number |
SNAPSHOT_PERIOD_UNSPECIFIED value |
ONE_HOUR |
number |
ONE_HOUR value |
SIX_HOURS |
number |
SIX_HOURS value |
TWELVE_HOURS |
number |
TWELVE_HOURS value |
TWENTY_FOUR_HOURS |
number |
TWENTY_FOUR_HOURS value |
Methods
toJSON() → {Object.<string, *>}
Converts this RDBConfig to JSON.
Returns:
| Type | Description |
|---|---|
| Object.<string, *> |
JSON object |
(static) create(propertiesopt) → {google.cloud.redis.cluster.v1.ClusterPersistenceConfig.RDBConfig}
Creates a new RDBConfig instance using the specified properties.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
properties |
google.cloud.redis.cluster.v1.ClusterPersistenceConfig.IRDBConfig |
<optional> |
Properties to set |
Returns:
| Type | Description |
|---|---|
| google.cloud.redis.cluster.v1.ClusterPersistenceConfig.RDBConfig |
RDBConfig instance |
(static) decode(reader, lengthopt) → {google.cloud.redis.cluster.v1.ClusterPersistenceConfig.RDBConfig}
Decodes a RDBConfig message from the specified reader or buffer.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
reader |
$protobuf.Reader | Uint8Array |
Reader or buffer to decode from |
|
length |
number |
<optional> |
Message length if known beforehand |
Returns:
| Type | Description |
|---|---|
| google.cloud.redis.cluster.v1.ClusterPersistenceConfig.RDBConfig |
RDBConfig |
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
(static) decodeDelimited(reader) → {google.cloud.redis.cluster.v1.ClusterPersistenceConfig.RDBConfig}
Decodes a RDBConfig message from the specified reader or buffer, length delimited.
Parameters:
| Name | Type | Description |
|---|---|---|
reader |
$protobuf.Reader | Uint8Array |
Reader or buffer to decode from |
Returns:
| Type | Description |
|---|---|
| google.cloud.redis.cluster.v1.ClusterPersistenceConfig.RDBConfig |
RDBConfig |
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
(static) encode(message, writeropt) → {$protobuf.Writer}
Encodes the specified RDBConfig message. Does not implicitly verify messages.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.cloud.redis.cluster.v1.ClusterPersistenceConfig.IRDBConfig |
RDBConfig message or plain object to encode |
|
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
Returns:
| Type | Description |
|---|---|
| $protobuf.Writer |
Writer |
(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}
Encodes the specified RDBConfig message, length delimited. Does not implicitly verify messages.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.cloud.redis.cluster.v1.ClusterPersistenceConfig.IRDBConfig |
RDBConfig message or plain object to encode |
|
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
Returns:
| Type | Description |
|---|---|
| $protobuf.Writer |
Writer |
(static) fromObject(object) → {google.cloud.redis.cluster.v1.ClusterPersistenceConfig.RDBConfig}
Creates a RDBConfig message from a plain object. Also converts values to their respective internal types.
Parameters:
| Name | Type | Description |
|---|---|---|
object |
Object.<string, *> |
Plain object |
Returns:
| Type | Description |
|---|---|
| google.cloud.redis.cluster.v1.ClusterPersistenceConfig.RDBConfig |
RDBConfig |
(static) getTypeUrl(typeUrlPrefixopt) → {string}
Gets the default type url for RDBConfig
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
typeUrlPrefix |
string |
<optional> |
your custom typeUrlPrefix(default "type.googleapis.com") |
Returns:
| Type | Description |
|---|---|
| string |
The default type url |
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a RDBConfig message. Also converts values to other types if specified.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.cloud.redis.cluster.v1.ClusterPersistenceConfig.RDBConfig |
RDBConfig |
|
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
Returns:
| Type | Description |
|---|---|
| Object.<string, *> |
Plain object |
(static) verify(message) → {string|null}
Verifies a RDBConfig message.
Parameters:
| Name | Type | Description |
|---|---|---|
message |
Object.<string, *> |
Plain object to verify |
Returns:
| Type | Description |
|---|---|
| string | null |
|