Interface WorkloadConfigOrBuilder (2.44.0)

public interface WorkloadConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the auditMode field is set.