Interface SecurityHealthAnalyticsModuleOrBuilder (0.10.0)

public interface SecurityHealthAnalyticsModuleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModuleEnablementState()

public abstract EnablementState getModuleEnablementState()

The state of enablement for the module at its level of the resource hierarchy.

.google.cloud.securityposture.v1.EnablementState module_enablement_state = 2;

Returns
Type Description
EnablementState

The moduleEnablementState.

getModuleEnablementStateValue()

public abstract int getModuleEnablementStateValue()

The state of enablement for the module at its level of the resource hierarchy.

.google.cloud.securityposture.v1.EnablementState module_enablement_state = 2;

Returns
Type Description
int

The enum numeric value on the wire for moduleEnablementState.

getModuleName()

public abstract String getModuleName()

Required. The name of the module eg: BIGQUERY_TABLE_CMEK_DISABLED.

string module_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The moduleName.

getModuleNameBytes()

public abstract ByteString getModuleNameBytes()

Required. The name of the module eg: BIGQUERY_TABLE_CMEK_DISABLED.

string module_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for moduleName.