Interface Policy.ComplianceStandardOrBuilder (0.8.0)

public static interface Policy.ComplianceStandardOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getControl()

public abstract String getControl()

Optional. Control mapping provided by user for this Policy. e.g.: 1.5.

string control = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The control.

getControlBytes()

public abstract ByteString getControlBytes()

Optional. Control mapping provided by user for this Policy. e.g.: 1.5.

string control = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for control.

getStandard()

public abstract String getStandard()

Optional. The compliance standard that the Policy maps to, e.g.: CIS-2.0.

string standard = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The standard.

getStandardBytes()

public abstract ByteString getStandardBytes()

Optional. The compliance standard that the Policy maps to, e.g.: CIS-2.0.

string standard = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for standard.