Class Action.PublishToStackdriver.Builder (3.87.0)

public static final class Action.PublishToStackdriver.Builder extends GeneratedMessage.Builder<Action.PublishToStackdriver.Builder> implements Action.PublishToStackdriverOrBuilder

Enable Stackdriver metric dlp.googleapis.com/finding_count. This will publish a metric to stack driver on each infotype requested and how many findings were found for it. CustomDetectors will be bucketed as 'Custom' under the Stackdriver label 'info_type'.

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

Static Methods

getDescriptor()

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

Methods

build()

public Action.PublishToStackdriver build()
Returns
Type Description
Action.PublishToStackdriver

buildPartial()

public Action.PublishToStackdriver buildPartial()
Returns
Type Description
Action.PublishToStackdriver

clear()

public Action.PublishToStackdriver.Builder clear()
Returns
Type Description
Action.PublishToStackdriver.Builder
Overrides

getDefaultInstanceForType()

public Action.PublishToStackdriver getDefaultInstanceForType()
Returns
Type Description
Action.PublishToStackdriver

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Action.PublishToStackdriver other)

public Action.PublishToStackdriver.Builder mergeFrom(Action.PublishToStackdriver other)
Parameter
Name Description
other Action.PublishToStackdriver
Returns
Type Description
Action.PublishToStackdriver.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Action.PublishToStackdriver.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Action.PublishToStackdriver.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Action.PublishToStackdriver.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Action.PublishToStackdriver.Builder
Overrides