public final class SaveToGcsFindingsOutput extends GeneratedMessage implements SaveToGcsFindingsOutputOrBuilderCollection of findings saved to a Cloud Storage bucket. This is used as the proto schema for textproto files created when specifying a cloud storage path to save Inspect findings.
Protobuf type google.privacy.dlp.v2.SaveToGcsFindingsOutput
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SaveToGcsFindingsOutputImplements
SaveToGcsFindingsOutputOrBuilderStatic Fields
FINDINGS_FIELD_NUMBER
public static final int FINDINGS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static SaveToGcsFindingsOutput getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static SaveToGcsFindingsOutput.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput.Builder |
|
newBuilder(SaveToGcsFindingsOutput prototype)
public static SaveToGcsFindingsOutput.Builder newBuilder(SaveToGcsFindingsOutput prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
SaveToGcsFindingsOutput |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput.Builder |
|
parseDelimitedFrom(InputStream input)
public static SaveToGcsFindingsOutput parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SaveToGcsFindingsOutput parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static SaveToGcsFindingsOutput parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SaveToGcsFindingsOutput parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static SaveToGcsFindingsOutput parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SaveToGcsFindingsOutput parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static SaveToGcsFindingsOutput parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SaveToGcsFindingsOutput parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static SaveToGcsFindingsOutput parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SaveToGcsFindingsOutput parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static SaveToGcsFindingsOutput parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SaveToGcsFindingsOutput parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<SaveToGcsFindingsOutput> parser()| Returns | |
|---|---|
| Type | Description |
Parser<SaveToGcsFindingsOutput> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public SaveToGcsFindingsOutput getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput |
|
getFindings(int index)
public Finding getFindings(int index)List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Finding |
|
getFindingsCount()
public int getFindingsCount()List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFindingsList()
public List<Finding> getFindingsList()List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
| Returns | |
|---|---|
| Type | Description |
List<Finding> |
|
getFindingsOrBuilder(int index)
public FindingOrBuilder getFindingsOrBuilder(int index)List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FindingOrBuilder |
|
getFindingsOrBuilderList()
public List<? extends FindingOrBuilder> getFindingsOrBuilderList()List of findings.
repeated .google.privacy.dlp.v2.Finding findings = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.FindingOrBuilder> |
|
getParserForType()
public Parser<SaveToGcsFindingsOutput> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<SaveToGcsFindingsOutput> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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 SaveToGcsFindingsOutput.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SaveToGcsFindingsOutput.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput.Builder |
|
toBuilder()
public SaveToGcsFindingsOutput.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
SaveToGcsFindingsOutput.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|