public static final class Settings.DetectorGroupSettings extends GeneratedMessageV3 implements Settings.DetectorGroupSettingsOrBuilder
The DetectorGroupSettings define the configuration for a detector group.
Protobuf type
google.cloud.securitycenter.settings.v1beta1.Settings.DetectorGroupSettings
Static Fields
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Settings.DetectorGroupSettings getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Settings.DetectorGroupSettings.Builder newBuilder()
Returns
newBuilder(Settings.DetectorGroupSettings prototype)
public static Settings.DetectorGroupSettings.Builder newBuilder(Settings.DetectorGroupSettings prototype)
Parameter
Returns
public static Settings.DetectorGroupSettings parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Settings.DetectorGroupSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Settings.DetectorGroupSettings parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Settings.DetectorGroupSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Settings.DetectorGroupSettings parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Settings.DetectorGroupSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Settings.DetectorGroupSettings parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Settings.DetectorGroupSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Settings.DetectorGroupSettings parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Settings.DetectorGroupSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Settings.DetectorGroupSettings parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Settings.DetectorGroupSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Settings.DetectorGroupSettings> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Settings.DetectorGroupSettings getDefaultInstanceForType()
Returns
getParserForType()
public Parser<Settings.DetectorGroupSettings> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getState()
public ComponentEnablementState getState()
The state determines if the group is enabled or not.
.google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 1;
Returns
getStateValue()
public int getStateValue()
The state determines if the group is enabled or not.
.google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 1;
Returns
Type | Description |
int | The enum numeric value on the wire for state.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Settings.DetectorGroupSettings.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Settings.DetectorGroupSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Settings.DetectorGroupSettings.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions