Send feedback
Class WorkloadPolicyConfig (2.67.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class WorkloadPolicyConfig extends GeneratedMessageV3 implements WorkloadPolicyConfigOrBuilder
WorkloadPolicyConfig is the configuration related to GCW workload policy
Protobuf type google.container.v1beta1.WorkloadPolicyConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.emptyList(java.lang.Class)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ALLOW_NET_ADMIN_FIELD_NUMBER
public static final int ALLOW_NET_ADMIN_FIELD_NUMBER
Field Value
Type
Description
int
AUTOPILOT_COMPATIBILITY_AUDITING_ENABLED_FIELD_NUMBER
public static final int AUTOPILOT_COMPATIBILITY_AUDITING_ENABLED_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static WorkloadPolicyConfig getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static WorkloadPolicyConfig . Builder newBuilder ()
newBuilder(WorkloadPolicyConfig prototype)
public static WorkloadPolicyConfig . Builder newBuilder ( WorkloadPolicyConfig prototype )
public static WorkloadPolicyConfig parseDelimitedFrom ( InputStream input )
public static WorkloadPolicyConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static WorkloadPolicyConfig parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WorkloadPolicyConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static WorkloadPolicyConfig parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WorkloadPolicyConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static WorkloadPolicyConfig parseFrom ( CodedInputStream input )
public static WorkloadPolicyConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static WorkloadPolicyConfig parseFrom ( InputStream input )
public static WorkloadPolicyConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static WorkloadPolicyConfig parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WorkloadPolicyConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAllowNetAdmin()
public boolean getAllowNetAdmin ()
If true, workloads can use NET_ADMIN capability.
optional bool allow_net_admin = 1;
Returns
Type
Description
boolean
The allowNetAdmin.
getAutopilotCompatibilityAuditingEnabled()
public boolean getAutopilotCompatibilityAuditingEnabled ()
If true, enables the GCW Auditor that audits workloads on
standard clusters.
optional bool autopilot_compatibility_auditing_enabled = 2;
Returns
Type
Description
boolean
The autopilotCompatibilityAuditingEnabled.
getDefaultInstanceForType()
public WorkloadPolicyConfig getDefaultInstanceForType ()
getParserForType()
public Parser getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasAllowNetAdmin()
public boolean hasAllowNetAdmin ()
If true, workloads can use NET_ADMIN capability.
optional bool allow_net_admin = 1;
Returns
Type
Description
boolean
Whether the allowNetAdmin field is set.
hasAutopilotCompatibilityAuditingEnabled()
public boolean hasAutopilotCompatibilityAuditingEnabled ()
If true, enables the GCW Auditor that audits workloads on
standard clusters.
optional bool autopilot_compatibility_auditing_enabled = 2;
Returns
Type
Description
boolean
Whether the autopilotCompatibilityAuditingEnabled field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public WorkloadPolicyConfig . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WorkloadPolicyConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public WorkloadPolicyConfig . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[]]