public final class FindingsRefinementActivity extends GeneratedMessage implements FindingsRefinementActivityOrBuilderThe activity for a specific findings refinement.
Protobuf type google.cloud.chronicle.v1.FindingsRefinementActivity
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > FindingsRefinementActivityImplements
FindingsRefinementActivityOrBuilderStatic Fields
DETECTION_EXCLUSION_ACTIVITY_FIELD_NUMBER
public static final int DETECTION_EXCLUSION_ACTIVITY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
FINDINGS_REFINEMENT_FIELD_NUMBER
public static final int FINDINGS_REFINEMENT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static FindingsRefinementActivity getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static FindingsRefinementActivity.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity.Builder |
|
newBuilder(FindingsRefinementActivity prototype)
public static FindingsRefinementActivity.Builder newBuilder(FindingsRefinementActivity prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
FindingsRefinementActivity |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity.Builder |
|
parseDelimitedFrom(InputStream input)
public static FindingsRefinementActivity parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FindingsRefinementActivity parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static FindingsRefinementActivity parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FindingsRefinementActivity parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static FindingsRefinementActivity parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FindingsRefinementActivity parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static FindingsRefinementActivity parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FindingsRefinementActivity parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static FindingsRefinementActivity parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FindingsRefinementActivity parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static FindingsRefinementActivity parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FindingsRefinementActivity parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<FindingsRefinementActivity> parser()| Returns | |
|---|---|
| Type | Description |
Parser<FindingsRefinementActivity> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getActivityCase()
public FindingsRefinementActivity.ActivityCase getActivityCase()| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity.ActivityCase |
|
getDefaultInstanceForType()
public FindingsRefinementActivity getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
|
getDetectionExclusionActivity()
public DetectionExclusionActivity getDetectionExclusionActivity()The activity for the detection exclusion.
.google.cloud.chronicle.v1.DetectionExclusionActivity detection_exclusion_activity = 2;
| Returns | |
|---|---|
| Type | Description |
DetectionExclusionActivity |
The detectionExclusionActivity. |
getDetectionExclusionActivityOrBuilder()
public DetectionExclusionActivityOrBuilder getDetectionExclusionActivityOrBuilder()The activity for the detection exclusion.
.google.cloud.chronicle.v1.DetectionExclusionActivity detection_exclusion_activity = 2;
| Returns | |
|---|---|
| Type | Description |
DetectionExclusionActivityOrBuilder |
|
getFindingsRefinement()
public String getFindingsRefinement()Required. Full resource name for the findings refinement this activity corresponds to. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findings_refinement}
string findings_refinement = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The findingsRefinement. |
getFindingsRefinementBytes()
public ByteString getFindingsRefinementBytes()Required. Full resource name for the findings refinement this activity corresponds to. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findings_refinement}
string findings_refinement = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for findingsRefinement. |
getParserForType()
public Parser<FindingsRefinementActivity> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<FindingsRefinementActivity> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasDetectionExclusionActivity()
public boolean hasDetectionExclusionActivity()The activity for the detection exclusion.
.google.cloud.chronicle.v1.DetectionExclusionActivity detection_exclusion_activity = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the detectionExclusionActivity field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public FindingsRefinementActivity.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected FindingsRefinementActivity.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity.Builder |
|
toBuilder()
public FindingsRefinementActivity.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|