Package com.google.container.v1beta1
Interface WorkloadConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkloadConfig
,WorkloadConfig.Builder
public interface WorkloadConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadConfig.Mode
getAuditMode()
Sets which mode of auditing should be used for the cluster's workloads.int
getAuditModeValue()
Sets which mode of auditing should be used for the cluster's workloads.boolean
hasAuditMode()
Sets which mode of auditing should be used for the cluster's workloads.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAuditMode
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:
- Whether the auditMode field is set.
-
getAuditModeValue
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:
- The enum numeric value on the wire for auditMode.
-
getAuditMode
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:
- The auditMode.
-
-