public final class Detector extends GeneratedMessageV3 implements DetectorOrBuilder
Detector is a set of detectors or scanners act as individual checks done
within a component e.g. bad IP, bad domains, IAM anomaly, cryptomining, open
firewall, etc. Detector is independent of Organization, meaning each detector
must be defined for a given Security Center component under a specified
billing tier. Organizations can configure the list of detectors based on
their subscribed billing tier.
Defines a detector, its billing tier and any applicable labels.
Protobuf type google.cloud.securitycenter.settings.v1beta1.Detector
Static Fields
BILLING_TIER_FIELD_NUMBER
public static final int BILLING_TIER_FIELD_NUMBER
Field Value
COMPONENT_FIELD_NUMBER
public static final int COMPONENT_FIELD_NUMBER
Field Value
DETECTOR_FIELD_NUMBER
public static final int DETECTOR_FIELD_NUMBER
Field Value
DETECTOR_LABELS_FIELD_NUMBER
public static final int DETECTOR_LABELS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Detector getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Detector.Builder newBuilder()
Returns
newBuilder(Detector prototype)
public static Detector.Builder newBuilder(Detector prototype)
Parameter
Returns
public static Detector parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Detector parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Detector parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Detector parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Detector parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Detector parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Detector parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Detector parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Detector parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Detector parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Detector parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Detector parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Detector> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getBillingTier()
public BillingTier getBillingTier()
Output only. The billing tier may be different for a detector of the same name in
another component.
.google.cloud.securitycenter.settings.v1beta1.BillingTier billing_tier = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getBillingTierValue()
public int getBillingTierValue()
Output only. The billing tier may be different for a detector of the same name in
another component.
.google.cloud.securitycenter.settings.v1beta1.BillingTier billing_tier = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
int | The enum numeric value on the wire for billingTier.
|
getComponent()
public String getComponent()
Output only. Component that supports detector type. Multiple components may support the
same detector.
string component = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The component.
|
getComponentBytes()
public ByteString getComponentBytes()
Output only. Component that supports detector type. Multiple components may support the
same detector.
string component = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getDefaultInstanceForType()
public Detector getDefaultInstanceForType()
Returns
getDetector()
public String getDetector()
Output only. Detector Identifier
string detector = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The detector.
|
getDetectorBytes()
public ByteString getDetectorBytes()
Output only. Detector Identifier
string detector = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getDetectorLabels(int index)
public String getDetectorLabels(int index)
Output only. Google curated detector labels. These are alphanumeric tags that are not
necessarily human readable. Labels can be used to group detectors together
in the future. An example might be tagging all detectors \u201cPCI\u201d that help
with PCI compliance.
repeated string detector_labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The detectorLabels at the given index.
|
getDetectorLabelsBytes(int index)
public ByteString getDetectorLabelsBytes(int index)
Output only. Google curated detector labels. These are alphanumeric tags that are not
necessarily human readable. Labels can be used to group detectors together
in the future. An example might be tagging all detectors \u201cPCI\u201d that help
with PCI compliance.
repeated string detector_labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the detectorLabels at the given index.
|
getDetectorLabelsCount()
public int getDetectorLabelsCount()
Output only. Google curated detector labels. These are alphanumeric tags that are not
necessarily human readable. Labels can be used to group detectors together
in the future. An example might be tagging all detectors \u201cPCI\u201d that help
with PCI compliance.
repeated string detector_labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
int | The count of detectorLabels.
|
getDetectorLabelsList()
public ProtocolStringList getDetectorLabelsList()
Output only. Google curated detector labels. These are alphanumeric tags that are not
necessarily human readable. Labels can be used to group detectors together
in the future. An example might be tagging all detectors \u201cPCI\u201d that help
with PCI compliance.
repeated string detector_labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getParserForType()
public Parser<Detector> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
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 Detector.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Detector.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Detector.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions