Interface SecretSyncConfigOrBuilder (2.81.0)

public interface SecretSyncConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

Enable/Disable Secret Sync Config.

optional bool enabled = 1;

Returns
Type Description
boolean

The enabled.

getRotationConfig()

public abstract SecretSyncConfig.SyncRotationConfig getRotationConfig()

Rotation config for secret manager.

optional .google.container.v1beta1.SecretSyncConfig.SyncRotationConfig rotation_config = 2;

Returns
Type Description
SecretSyncConfig.SyncRotationConfig

The rotationConfig.

getRotationConfigOrBuilder()

public abstract SecretSyncConfig.SyncRotationConfigOrBuilder getRotationConfigOrBuilder()

Rotation config for secret manager.

optional .google.container.v1beta1.SecretSyncConfig.SyncRotationConfig rotation_config = 2;

Returns
Type Description
SecretSyncConfig.SyncRotationConfigOrBuilder

hasEnabled()

public abstract boolean hasEnabled()

Enable/Disable Secret Sync 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.SecretSyncConfig.SyncRotationConfig rotation_config = 2;

Returns
Type Description
boolean

Whether the rotationConfig field is set.