public final class ComputeFindingsRefinementActivityResponse extends GeneratedMessage implements ComputeFindingsRefinementActivityResponseOrBuilderResponse message for ComputeFindingsRefinementActivity method.
Protobuf type google.cloud.chronicle.v1.ComputeFindingsRefinementActivityResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ComputeFindingsRefinementActivityResponseStatic Fields
ACTIVITY_FIELD_NUMBER
public static final int ACTIVITY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ComputeFindingsRefinementActivityResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ComputeFindingsRefinementActivityResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse.Builder |
|
newBuilder(ComputeFindingsRefinementActivityResponse prototype)
public static ComputeFindingsRefinementActivityResponse.Builder newBuilder(ComputeFindingsRefinementActivityResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ComputeFindingsRefinementActivityResponse |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ComputeFindingsRefinementActivityResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ComputeFindingsRefinementActivityResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ComputeFindingsRefinementActivityResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ComputeFindingsRefinementActivityResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ComputeFindingsRefinementActivityResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ComputeFindingsRefinementActivityResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ComputeFindingsRefinementActivityResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ComputeFindingsRefinementActivityResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ComputeFindingsRefinementActivityResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ComputeFindingsRefinementActivityResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ComputeFindingsRefinementActivityResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ComputeFindingsRefinementActivityResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ComputeFindingsRefinementActivityResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ComputeFindingsRefinementActivityResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getActivity()
public FindingsRefinementActivity getActivity()The activity for the findings refinement.
.google.cloud.chronicle.v1.FindingsRefinementActivity activity = 1;
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivity |
The activity. |
getActivityOrBuilder()
public FindingsRefinementActivityOrBuilder getActivityOrBuilder()The activity for the findings refinement.
.google.cloud.chronicle.v1.FindingsRefinementActivity activity = 1;
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementActivityOrBuilder |
|
getDefaultInstanceForType()
public ComputeFindingsRefinementActivityResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
|
getParserForType()
public Parser<ComputeFindingsRefinementActivityResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ComputeFindingsRefinementActivityResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasActivity()
public boolean hasActivity()The activity for the findings refinement.
.google.cloud.chronicle.v1.FindingsRefinementActivity activity = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the activity 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 ComputeFindingsRefinementActivityResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ComputeFindingsRefinementActivityResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse.Builder |
|
toBuilder()
public ComputeFindingsRefinementActivityResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|