public interface WorkloadConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuditMode()
public abstract WorkloadConfig.Mode getAuditMode()Sets which mode of auditing should be used for the cluster's workloads.
optional .google.container.v1beta1.WorkloadConfig.Mode audit_mode = 1;
| Returns | |
|---|---|
| Type | Description |
WorkloadConfig.Mode |
The auditMode. |
getAuditModeValue()
public abstract int getAuditModeValue()Sets which mode of auditing should be used for the cluster's workloads.
optional .google.container.v1beta1.WorkloadConfig.Mode audit_mode = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for auditMode. |
hasAuditMode()
public abstract boolean hasAuditMode()Sets which mode of auditing should be used for the cluster's workloads.
optional .google.container.v1beta1.WorkloadConfig.Mode audit_mode = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the auditMode field is set. |