public final class InspectDataSourceDetails extends GeneratedMessage implements InspectDataSourceDetailsOrBuilderThe results of an inspect DataSource job.
Protobuf type google.privacy.dlp.v2.InspectDataSourceDetails
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > InspectDataSourceDetailsImplements
InspectDataSourceDetailsOrBuilderStatic Fields
REQUESTED_OPTIONS_FIELD_NUMBER
public static final int REQUESTED_OPTIONS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
RESULT_FIELD_NUMBER
public static final int RESULT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static InspectDataSourceDetails getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static InspectDataSourceDetails.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails.Builder |
|
newBuilder(InspectDataSourceDetails prototype)
public static InspectDataSourceDetails.Builder newBuilder(InspectDataSourceDetails prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
InspectDataSourceDetails |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails.Builder |
|
parseDelimitedFrom(InputStream input)
public static InspectDataSourceDetails parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InspectDataSourceDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static InspectDataSourceDetails parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InspectDataSourceDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static InspectDataSourceDetails parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InspectDataSourceDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static InspectDataSourceDetails parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InspectDataSourceDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static InspectDataSourceDetails parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static InspectDataSourceDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static InspectDataSourceDetails parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InspectDataSourceDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<InspectDataSourceDetails> parser()| Returns | |
|---|---|
| Type | Description |
Parser<InspectDataSourceDetails> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public InspectDataSourceDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails |
|
getParserForType()
public Parser<InspectDataSourceDetails> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<InspectDataSourceDetails> |
|
getRequestedOptions()
public InspectDataSourceDetails.RequestedOptions getRequestedOptions()The configuration used for this job.
.google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions requested_options = 2;
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails.RequestedOptions |
The requestedOptions. |
getRequestedOptionsOrBuilder()
public InspectDataSourceDetails.RequestedOptionsOrBuilder getRequestedOptionsOrBuilder()The configuration used for this job.
.google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions requested_options = 2;
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails.RequestedOptionsOrBuilder |
|
getResult()
public InspectDataSourceDetails.Result getResult()A summary of the outcome of this inspection job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails.Result |
The result. |
getResultOrBuilder()
public InspectDataSourceDetails.ResultOrBuilder getResultOrBuilder()A summary of the outcome of this inspection job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails.ResultOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasRequestedOptions()
public boolean hasRequestedOptions()The configuration used for this job.
.google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions requested_options = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the requestedOptions field is set. |
hasResult()
public boolean hasResult()A summary of the outcome of this inspection job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the result 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 InspectDataSourceDetails.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected InspectDataSourceDetails.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails.Builder |
|
toBuilder()
public InspectDataSourceDetails.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
InspectDataSourceDetails.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|