public static final class SecurityCenterService.ModuleSettings extends GeneratedMessageV3 implements SecurityCenterService.ModuleSettingsOrBuilder
The settings for individual modules.
Protobuf type
google.cloud.securitycentermanagement.v1.SecurityCenterService.ModuleSettings
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
EFFECTIVE_ENABLEMENT_STATE_FIELD_NUMBER
public static final int EFFECTIVE_ENABLEMENT_STATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
INTENDED_ENABLEMENT_STATE_FIELD_NUMBER
public static final int INTENDED_ENABLEMENT_STATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SecurityCenterService.ModuleSettings getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SecurityCenterService.ModuleSettings.Builder newBuilder()
newBuilder(SecurityCenterService.ModuleSettings prototype)
public static SecurityCenterService.ModuleSettings.Builder newBuilder(SecurityCenterService.ModuleSettings prototype)
public static SecurityCenterService.ModuleSettings parseDelimitedFrom(InputStream input)
public static SecurityCenterService.ModuleSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SecurityCenterService.ModuleSettings parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SecurityCenterService.ModuleSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SecurityCenterService.ModuleSettings parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SecurityCenterService.ModuleSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SecurityCenterService.ModuleSettings parseFrom(CodedInputStream input)
public static SecurityCenterService.ModuleSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SecurityCenterService.ModuleSettings parseFrom(InputStream input)
public static SecurityCenterService.ModuleSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SecurityCenterService.ModuleSettings parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SecurityCenterService.ModuleSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SecurityCenterService.ModuleSettings> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public SecurityCenterService.ModuleSettings getDefaultInstanceForType()
getEffectiveEnablementState()
public SecurityCenterService.EnablementState getEffectiveEnablementState()
Output only. The effective enablement state for the module at its level
of the resource hierarchy. If the intended state is set to INHERITED, the
effective state will be inherited from the enablement state of an
ancestor. This state may
differ from the intended enablement state due to billing eligibility or
onboarding status.
.google.cloud.securitycentermanagement.v1.SecurityCenterService.EnablementState effective_enablement_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEffectiveEnablementStateValue()
public int getEffectiveEnablementStateValue()
Output only. The effective enablement state for the module at its level
of the resource hierarchy. If the intended state is set to INHERITED, the
effective state will be inherited from the enablement state of an
ancestor. This state may
differ from the intended enablement state due to billing eligibility or
onboarding status.
.google.cloud.securitycentermanagement.v1.SecurityCenterService.EnablementState effective_enablement_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for effectiveEnablementState.
|
getIntendedEnablementState()
public SecurityCenterService.EnablementState getIntendedEnablementState()
Optional. The intended state of enablement for the module at its level of
the resource hierarchy.
.google.cloud.securitycentermanagement.v1.SecurityCenterService.EnablementState intended_enablement_state = 1 [(.google.api.field_behavior) = OPTIONAL];
getIntendedEnablementStateValue()
public int getIntendedEnablementStateValue()
Optional. The intended state of enablement for the module at its level of
the resource hierarchy.
.google.cloud.securitycentermanagement.v1.SecurityCenterService.EnablementState intended_enablement_state = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for intendedEnablementState.
|
getParserForType()
public Parser<SecurityCenterService.ModuleSettings> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SecurityCenterService.ModuleSettings.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SecurityCenterService.ModuleSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SecurityCenterService.ModuleSettings.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides