public final class InspectDataSourceDetails extends GeneratedMessageV3 implements InspectDataSourceDetailsOrBuilder
The results of an inspect DataSource job.Protobuf type
google.privacy.dlp.v2.InspectDataSourceDetails
Modifier and Type | Class and Description |
---|---|
static class |
InspectDataSourceDetails.Builder
The results of an inspect DataSource job.
|
static class |
InspectDataSourceDetails.RequestedOptions
Protobuf type
google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions |
static interface |
InspectDataSourceDetails.RequestedOptionsOrBuilder |
static class |
InspectDataSourceDetails.Result
Protobuf type
google.privacy.dlp.v2.InspectDataSourceDetails.Result |
static interface |
InspectDataSourceDetails.ResultOrBuilder |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
REQUESTED_OPTIONS_FIELD_NUMBER |
static int |
RESULT_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int REQUESTED_OPTIONS_FIELD_NUMBER
public static final int RESULT_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public boolean hasRequestedOptions()
The configuration used for this job.
.google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions requested_options = 2;
hasRequestedOptions
in interface InspectDataSourceDetailsOrBuilder
public InspectDataSourceDetails.RequestedOptions getRequestedOptions()
The configuration used for this job.
.google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions requested_options = 2;
getRequestedOptions
in interface InspectDataSourceDetailsOrBuilder
public InspectDataSourceDetails.RequestedOptionsOrBuilder getRequestedOptionsOrBuilder()
The configuration used for this job.
.google.privacy.dlp.v2.InspectDataSourceDetails.RequestedOptions requested_options = 2;
getRequestedOptionsOrBuilder
in interface InspectDataSourceDetailsOrBuilder
public boolean hasResult()
A summary of the outcome of this inspect job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;
hasResult
in interface InspectDataSourceDetailsOrBuilder
public InspectDataSourceDetails.Result getResult()
A summary of the outcome of this inspect job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;
getResult
in interface InspectDataSourceDetailsOrBuilder
public InspectDataSourceDetails.ResultOrBuilder getResultOrBuilder()
A summary of the outcome of this inspect job.
.google.privacy.dlp.v2.InspectDataSourceDetails.Result result = 3;
getResultOrBuilder
in interface InspectDataSourceDetailsOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static InspectDataSourceDetails parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InspectDataSourceDetails parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InspectDataSourceDetails parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InspectDataSourceDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InspectDataSourceDetails parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InspectDataSourceDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InspectDataSourceDetails parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static InspectDataSourceDetails parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static InspectDataSourceDetails parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static InspectDataSourceDetails parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static InspectDataSourceDetails parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static InspectDataSourceDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public InspectDataSourceDetails.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static InspectDataSourceDetails.Builder newBuilder()
public static InspectDataSourceDetails.Builder newBuilder(InspectDataSourceDetails prototype)
public InspectDataSourceDetails.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected InspectDataSourceDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static InspectDataSourceDetails getDefaultInstance()
public static Parser<InspectDataSourceDetails> parser()
public Parser<InspectDataSourceDetails> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public InspectDataSourceDetails getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder