public interface RegulatoryStandardOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStandard()
public abstract String getStandard()Name of industry compliance standards, such as such as CIS, PCI, and OWASP.
string standard = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The standard. |
getStandardBytes()
public abstract ByteString getStandardBytes()Name of industry compliance standards, such as such as CIS, PCI, and OWASP.
string standard = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for standard. |
getVersion()
public abstract String getVersion()Version of the standard or benchmark, for example, 1.1.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()Version of the standard or benchmark, for example, 1.1.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |