public static final class Action.PublishSummaryToCscc extends GeneratedMessageV3 implements Action.PublishSummaryToCsccOrBuilder
Publish the result summary of a DlpJob to the Cloud Security
Command Center (CSCC Alpha).
This action is only available for projects which are parts of
an organization and whitelisted for the alpha Cloud Security Command
Center.
The action will publish the count of finding instances and their info
types. The summary of findings will be persisted in CSCC and are governed
by CSCC service-specific policy, see
https://cloud.google.com/terms/service-terms Only a single instance of this
action can be specified. Compatible with: Inspect
Protobuf type google.privacy.dlp.v2.Action.PublishSummaryToCscc
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Methods
getDefaultInstance()
public static Action.PublishSummaryToCscc getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Action.PublishSummaryToCscc.Builder newBuilder()
newBuilder(Action.PublishSummaryToCscc prototype)
public static Action.PublishSummaryToCscc.Builder newBuilder(Action.PublishSummaryToCscc prototype)
public static Action.PublishSummaryToCscc parseDelimitedFrom(InputStream input)
public static Action.PublishSummaryToCscc parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Action.PublishSummaryToCscc parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Action.PublishSummaryToCscc parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Action.PublishSummaryToCscc parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Action.PublishSummaryToCscc parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Action.PublishSummaryToCscc parseFrom(CodedInputStream input)
public static Action.PublishSummaryToCscc parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Action.PublishSummaryToCscc parseFrom(InputStream input)
public static Action.PublishSummaryToCscc parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Action.PublishSummaryToCscc parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Action.PublishSummaryToCscc parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Action.PublishSummaryToCscc> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Action.PublishSummaryToCscc getDefaultInstanceForType()
getParserForType()
public Parser<Action.PublishSummaryToCscc> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Action.PublishSummaryToCscc.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Action.PublishSummaryToCscc.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Action.PublishSummaryToCscc.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides