Interface SecretManagerConfigOrBuilder (2.67.0)

public interface SecretManagerConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

Enable/Disable Secret Manager Config.

optional bool enabled = 1;

Returns
Type Description
boolean

The enabled.

getRotationConfig()

public abstract SecretManagerConfig.RotationConfig getRotationConfig()

Rotation config for secret manager.

optional .google.container.v1beta1.SecretManagerConfig.RotationConfig rotation_config = 2;

Returns
Type Description
SecretManagerConfig.RotationConfig

The rotationConfig.

getRotationConfigOrBuilder()

public abstract SecretManagerConfig.RotationConfigOrBuilder getRotationConfigOrBuilder()

Rotation config for secret manager.

optional .google.container.v1beta1.SecretManagerConfig.RotationConfig rotation_config = 2;

Returns
Type Description
SecretManagerConfig.RotationConfigOrBuilder

hasEnabled()

public abstract boolean hasEnabled()

Enable/Disable Secret Manager Config.

optional bool enabled = 1;

Returns
Type Description
boolean

Whether the enabled field is set.

hasRotationConfig()

public abstract boolean hasRotationConfig()

Rotation config for secret manager.

optional .google.container.v1beta1.SecretManagerConfig.RotationConfig rotation_config = 2;

Returns
Type Description
boolean

Whether the rotationConfig field is set.