public static interface SecretManagerConfig.RotationConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnabled()
public abstract boolean getEnabled()
Whether the rotation is enabled.
optional bool enabled = 1;
Returns | |
---|---|
Type | Description |
boolean |
The enabled. |
getRotationInterval()
public abstract Duration getRotationInterval()
The interval between two consecutive rotations. Default rotation interval is 2 minutes.
optional .google.protobuf.Duration rotation_interval = 2;
Returns | |
---|---|
Type | Description |
Duration |
The rotationInterval. |
getRotationIntervalOrBuilder()
public abstract DurationOrBuilder getRotationIntervalOrBuilder()
The interval between two consecutive rotations. Default rotation interval is 2 minutes.
optional .google.protobuf.Duration rotation_interval = 2;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
hasEnabled()
public abstract boolean hasEnabled()
Whether the rotation is enabled.
optional bool enabled = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the enabled field is set. |
hasRotationInterval()
public abstract boolean hasRotationInterval()
The interval between two consecutive rotations. Default rotation interval is 2 minutes.
optional .google.protobuf.Duration rotation_interval = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the rotationInterval field is set. |