Class Action.SaveFindings (3.4.0)

public static final class Action.SaveFindings extends GeneratedMessageV3 implements Action.SaveFindingsOrBuilder

If set, the detailed findings will be persisted to the specified OutputStorageConfig. Only a single instance of this action can be specified. Compatible with: Inspect, Risk

Protobuf type google.privacy.dlp.v2.Action.SaveFindings

Static Fields

OUTPUT_CONFIG_FIELD_NUMBER

public static final int OUTPUT_CONFIG_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Action.SaveFindings getDefaultInstance()
Returns
TypeDescription
Action.SaveFindings

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Action.SaveFindings.Builder newBuilder()
Returns
TypeDescription
Action.SaveFindings.Builder

newBuilder(Action.SaveFindings prototype)

public static Action.SaveFindings.Builder newBuilder(Action.SaveFindings prototype)
Parameter
NameDescription
prototypeAction.SaveFindings
Returns
TypeDescription
Action.SaveFindings.Builder

parseDelimitedFrom(InputStream input)

public static Action.SaveFindings parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Action.SaveFindings
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Action.SaveFindings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Action.SaveFindings
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Action.SaveFindings parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Action.SaveFindings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Action.SaveFindings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Action.SaveFindings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Action.SaveFindings parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Action.SaveFindings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Action.SaveFindings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Action.SaveFindings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Action.SaveFindings parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Action.SaveFindings
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Action.SaveFindings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Action.SaveFindings
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Action.SaveFindings parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Action.SaveFindings
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Action.SaveFindings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Action.SaveFindings
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Action.SaveFindings parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Action.SaveFindings
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Action.SaveFindings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Action.SaveFindings
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Action.SaveFindings> parser()
Returns
TypeDescription
Parser<SaveFindings>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Action.SaveFindings getDefaultInstanceForType()
Returns
TypeDescription
Action.SaveFindings

getOutputConfig()

public OutputStorageConfig getOutputConfig()

Location to store findings outside of DLP.

.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;

Returns
TypeDescription
OutputStorageConfig

The outputConfig.

getOutputConfigOrBuilder()

public OutputStorageConfigOrBuilder getOutputConfigOrBuilder()

Location to store findings outside of DLP.

.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;

Returns
TypeDescription
OutputStorageConfigOrBuilder

getParserForType()

public Parser<Action.SaveFindings> getParserForType()
Returns
TypeDescription
Parser<SaveFindings>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasOutputConfig()

public boolean hasOutputConfig()

Location to store findings outside of DLP.

.google.privacy.dlp.v2.OutputStorageConfig output_config = 1;

Returns
TypeDescription
boolean

Whether the outputConfig field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Action.SaveFindings.Builder newBuilderForType()
Returns
TypeDescription
Action.SaveFindings.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Action.SaveFindings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Action.SaveFindings.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Action.SaveFindings.Builder toBuilder()
Returns
TypeDescription
Action.SaveFindings.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException