Interface CompliancePostureConfig.ComplianceStandardOrBuilder (2.48.0)

public static interface CompliancePostureConfig.ComplianceStandardOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStandard()

public abstract String getStandard()

Name of the compliance standard.

optional string standard = 1;

Returns
Type Description
String

The standard.

getStandardBytes()

public abstract ByteString getStandardBytes()

Name of the compliance standard.

optional string standard = 1;

Returns
Type Description
ByteString

The bytes for standard.

hasStandard()

public abstract boolean hasStandard()

Name of the compliance standard.

optional string standard = 1;

Returns
Type Description
boolean

Whether the standard field is set.