public interface SecretManagerConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v1.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.v1.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.v1.SecretManagerConfig.RotationConfig rotation_config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rotationConfig field is set. |