public final class InspectOperationMetadata extends GeneratedMessageV3 implements InspectOperationMetadataOrBuilder
Metadata returned within GetOperation for an inspect request.Protobuf type
google.privacy.dlp.v2beta1.InspectOperationMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
InspectOperationMetadata.Builder
Metadata returned within GetOperation for an inspect request.
|
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 |
CREATE_TIME_FIELD_NUMBER |
static int |
INFO_TYPE_STATS_FIELD_NUMBER |
static int |
PROCESSED_BYTES_FIELD_NUMBER |
static int |
REQUEST_INSPECT_CONFIG_FIELD_NUMBER |
static int |
REQUEST_OUTPUT_CONFIG_FIELD_NUMBER |
static int |
REQUEST_STORAGE_CONFIG_FIELD_NUMBER |
static int |
TOTAL_ESTIMATED_BYTES_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCodecanUseUnsafe, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int PROCESSED_BYTES_FIELD_NUMBER
public static final int TOTAL_ESTIMATED_BYTES_FIELD_NUMBER
public static final int INFO_TYPE_STATS_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int REQUEST_INSPECT_CONFIG_FIELD_NUMBER
public static final int REQUEST_STORAGE_CONFIG_FIELD_NUMBER
public static final int REQUEST_OUTPUT_CONFIG_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public long getProcessedBytes()
Total size in bytes that were processed.
int64 processed_bytes = 1;getProcessedBytes in interface InspectOperationMetadataOrBuilderpublic long getTotalEstimatedBytes()
Estimate of the number of bytes to process.
int64 total_estimated_bytes = 4;getTotalEstimatedBytes in interface InspectOperationMetadataOrBuilderpublic java.util.List<InfoTypeStatistics> getInfoTypeStatsList()
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;getInfoTypeStatsList in interface InspectOperationMetadataOrBuilderpublic java.util.List<? extends InfoTypeStatisticsOrBuilder> getInfoTypeStatsOrBuilderList()
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;getInfoTypeStatsOrBuilderList in interface InspectOperationMetadataOrBuilderpublic int getInfoTypeStatsCount()
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;getInfoTypeStatsCount in interface InspectOperationMetadataOrBuilderpublic InfoTypeStatistics getInfoTypeStats(int index)
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;getInfoTypeStats in interface InspectOperationMetadataOrBuilderpublic InfoTypeStatisticsOrBuilder getInfoTypeStatsOrBuilder(int index)
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;getInfoTypeStatsOrBuilder in interface InspectOperationMetadataOrBuilderpublic boolean hasCreateTime()
The time which this request was started.
.google.protobuf.Timestamp create_time = 3;hasCreateTime in interface InspectOperationMetadataOrBuilderpublic Timestamp getCreateTime()
The time which this request was started.
.google.protobuf.Timestamp create_time = 3;getCreateTime in interface InspectOperationMetadataOrBuilderpublic TimestampOrBuilder getCreateTimeOrBuilder()
The time which this request was started.
.google.protobuf.Timestamp create_time = 3;getCreateTimeOrBuilder in interface InspectOperationMetadataOrBuilderpublic boolean hasRequestInspectConfig()
The inspect config used to create the Operation.
.google.privacy.dlp.v2beta1.InspectConfig request_inspect_config = 5;hasRequestInspectConfig in interface InspectOperationMetadataOrBuilderpublic InspectConfig getRequestInspectConfig()
The inspect config used to create the Operation.
.google.privacy.dlp.v2beta1.InspectConfig request_inspect_config = 5;getRequestInspectConfig in interface InspectOperationMetadataOrBuilderpublic InspectConfigOrBuilder getRequestInspectConfigOrBuilder()
The inspect config used to create the Operation.
.google.privacy.dlp.v2beta1.InspectConfig request_inspect_config = 5;getRequestInspectConfigOrBuilder in interface InspectOperationMetadataOrBuilderpublic boolean hasRequestStorageConfig()
The storage config used to create the Operation.
.google.privacy.dlp.v2beta1.StorageConfig request_storage_config = 6;hasRequestStorageConfig in interface InspectOperationMetadataOrBuilderpublic StorageConfig getRequestStorageConfig()
The storage config used to create the Operation.
.google.privacy.dlp.v2beta1.StorageConfig request_storage_config = 6;getRequestStorageConfig in interface InspectOperationMetadataOrBuilderpublic StorageConfigOrBuilder getRequestStorageConfigOrBuilder()
The storage config used to create the Operation.
.google.privacy.dlp.v2beta1.StorageConfig request_storage_config = 6;getRequestStorageConfigOrBuilder in interface InspectOperationMetadataOrBuilderpublic boolean hasRequestOutputConfig()
Optional location to store findings.
.google.privacy.dlp.v2beta1.OutputStorageConfig request_output_config = 7;hasRequestOutputConfig in interface InspectOperationMetadataOrBuilderpublic OutputStorageConfig getRequestOutputConfig()
Optional location to store findings.
.google.privacy.dlp.v2beta1.OutputStorageConfig request_output_config = 7;getRequestOutputConfig in interface InspectOperationMetadataOrBuilderpublic OutputStorageConfigOrBuilder getRequestOutputConfigOrBuilder()
Optional location to store findings.
.google.privacy.dlp.v2beta1.OutputStorageConfig request_output_config = 7;getRequestOutputConfigOrBuilder in interface InspectOperationMetadataOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static InspectOperationMetadata parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static InspectOperationMetadata parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static InspectOperationMetadata parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static InspectOperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static InspectOperationMetadata parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static InspectOperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static InspectOperationMetadata parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static InspectOperationMetadata parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static InspectOperationMetadata parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static InspectOperationMetadata parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static InspectOperationMetadata parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static InspectOperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic InspectOperationMetadata.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static InspectOperationMetadata.Builder newBuilder()
public static InspectOperationMetadata.Builder newBuilder(InspectOperationMetadata prototype)
public InspectOperationMetadata.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected InspectOperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static InspectOperationMetadata getDefaultInstance()
public static Parser<InspectOperationMetadata> parser()
public Parser<InspectOperationMetadata> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public InspectOperationMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder