Class FindingsRefinementDeployment (0.33.0)

public final class FindingsRefinementDeployment extends GeneratedMessage implements FindingsRefinementDeploymentOrBuilder

The FindingsRefinementDeployment resource represents the deployment state of a findings refinement.

Protobuf type google.cloud.chronicle.v1.FindingsRefinementDeployment

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > FindingsRefinementDeployment

Static Fields

ARCHIVED_FIELD_NUMBER

public static final int ARCHIVED_FIELD_NUMBER
Field Value
Type Description
int

DETECTION_EXCLUSION_APPLICATION_FIELD_NUMBER

public static final int DETECTION_EXCLUSION_APPLICATION_FIELD_NUMBER
Field Value
Type Description
int

ENABLED_FIELD_NUMBER

public static final int ENABLED_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_TIME_FIELD_NUMBER

public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FindingsRefinementDeployment getDefaultInstance()
Returns
Type Description
FindingsRefinementDeployment

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static FindingsRefinementDeployment.Builder newBuilder()
Returns
Type Description
FindingsRefinementDeployment.Builder

newBuilder(FindingsRefinementDeployment prototype)

public static FindingsRefinementDeployment.Builder newBuilder(FindingsRefinementDeployment prototype)
Parameter
Name Description
prototype FindingsRefinementDeployment
Returns
Type Description
FindingsRefinementDeployment.Builder

parseDelimitedFrom(InputStream input)

public static FindingsRefinementDeployment parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FindingsRefinementDeployment
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FindingsRefinementDeployment parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindingsRefinementDeployment
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FindingsRefinementDeployment parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FindingsRefinementDeployment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FindingsRefinementDeployment parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindingsRefinementDeployment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FindingsRefinementDeployment parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FindingsRefinementDeployment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FindingsRefinementDeployment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindingsRefinementDeployment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FindingsRefinementDeployment parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FindingsRefinementDeployment
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FindingsRefinementDeployment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindingsRefinementDeployment
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FindingsRefinementDeployment parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FindingsRefinementDeployment
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FindingsRefinementDeployment parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindingsRefinementDeployment
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FindingsRefinementDeployment parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FindingsRefinementDeployment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FindingsRefinementDeployment parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindingsRefinementDeployment
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FindingsRefinementDeployment> parser()
Returns
Type Description
Parser<FindingsRefinementDeployment>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getArchived()

public boolean getArchived()

The archive state of the findings refinement deployment. Cannot be set to true unless enabled is set to false. If currently set to true, enabled cannot be updated to true.

bool archived = 3;

Returns
Type Description
boolean

The archived.

getDefaultInstanceForType()

public FindingsRefinementDeployment getDefaultInstanceForType()
Returns
Type Description
FindingsRefinementDeployment

getDetectionExclusionApplication()

public DetectionExclusionApplication getDetectionExclusionApplication()

The resources which the detection exclusion is applied to.

.google.cloud.chronicle.v1.DetectionExclusionApplication detection_exclusion_application = 5;

Returns
Type Description
DetectionExclusionApplication

The detectionExclusionApplication.

getDetectionExclusionApplicationOrBuilder()

public DetectionExclusionApplicationOrBuilder getDetectionExclusionApplicationOrBuilder()

The resources which the detection exclusion is applied to.

.google.cloud.chronicle.v1.DetectionExclusionApplication detection_exclusion_application = 5;

Returns
Type Description
DetectionExclusionApplicationOrBuilder

getEnabled()

public boolean getEnabled()

Whether the findings refinement is currently deployed continuously against incoming findings.

bool enabled = 2;

Returns
Type Description
boolean

The enabled.

getFindingsRefinementApplicationCase()

public FindingsRefinementDeployment.FindingsRefinementApplicationCase getFindingsRefinementApplicationCase()
Returns
Type Description
FindingsRefinementDeployment.FindingsRefinementApplicationCase

getName()

public String getName()

Required. The resource name of the findings refinement deployment. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the findings refinement deployment. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment

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

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<FindingsRefinementDeployment> getParserForType()
Returns
Type Description
Parser<FindingsRefinementDeployment>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The timestamp when the findings refinement deployment was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The timestamp when the findings refinement deployment was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasDetectionExclusionApplication()

public boolean hasDetectionExclusionApplication()

The resources which the detection exclusion is applied to.

.google.cloud.chronicle.v1.DetectionExclusionApplication detection_exclusion_application = 5;

Returns
Type Description
boolean

Whether the detectionExclusionApplication field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The timestamp when the findings refinement deployment was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FindingsRefinementDeployment.Builder newBuilderForType()
Returns
Type Description
FindingsRefinementDeployment.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected FindingsRefinementDeployment.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FindingsRefinementDeployment.Builder
Overrides

toBuilder()

public FindingsRefinementDeployment.Builder toBuilder()
Returns
Type Description
FindingsRefinementDeployment.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException