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, 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 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 MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public long getProcessedBytes()
Total size in bytes that were processed.
int64 processed_bytes = 1;
getProcessedBytes
in interface InspectOperationMetadataOrBuilder
public long getTotalEstimatedBytes()
Estimate of the number of bytes to process.
int64 total_estimated_bytes = 4;
getTotalEstimatedBytes
in interface InspectOperationMetadataOrBuilder
public java.util.List<InfoTypeStatistics> getInfoTypeStatsList()
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;
getInfoTypeStatsList
in interface InspectOperationMetadataOrBuilder
public java.util.List<? extends InfoTypeStatisticsOrBuilder> getInfoTypeStatsOrBuilderList()
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;
getInfoTypeStatsOrBuilderList
in interface InspectOperationMetadataOrBuilder
public int getInfoTypeStatsCount()
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;
getInfoTypeStatsCount
in interface InspectOperationMetadataOrBuilder
public InfoTypeStatistics getInfoTypeStats(int index)
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;
getInfoTypeStats
in interface InspectOperationMetadataOrBuilder
public InfoTypeStatisticsOrBuilder getInfoTypeStatsOrBuilder(int index)
repeated .google.privacy.dlp.v2beta1.InfoTypeStatistics info_type_stats = 2;
getInfoTypeStatsOrBuilder
in interface InspectOperationMetadataOrBuilder
public boolean hasCreateTime()
The time which this request was started.
.google.protobuf.Timestamp create_time = 3;
hasCreateTime
in interface InspectOperationMetadataOrBuilder
public Timestamp getCreateTime()
The time which this request was started.
.google.protobuf.Timestamp create_time = 3;
getCreateTime
in interface InspectOperationMetadataOrBuilder
public TimestampOrBuilder getCreateTimeOrBuilder()
The time which this request was started.
.google.protobuf.Timestamp create_time = 3;
getCreateTimeOrBuilder
in interface InspectOperationMetadataOrBuilder
public boolean hasRequestInspectConfig()
The inspect config used to create the Operation.
.google.privacy.dlp.v2beta1.InspectConfig request_inspect_config = 5;
hasRequestInspectConfig
in interface InspectOperationMetadataOrBuilder
public InspectConfig getRequestInspectConfig()
The inspect config used to create the Operation.
.google.privacy.dlp.v2beta1.InspectConfig request_inspect_config = 5;
getRequestInspectConfig
in interface InspectOperationMetadataOrBuilder
public InspectConfigOrBuilder getRequestInspectConfigOrBuilder()
The inspect config used to create the Operation.
.google.privacy.dlp.v2beta1.InspectConfig request_inspect_config = 5;
getRequestInspectConfigOrBuilder
in interface InspectOperationMetadataOrBuilder
public boolean hasRequestStorageConfig()
The storage config used to create the Operation.
.google.privacy.dlp.v2beta1.StorageConfig request_storage_config = 6;
hasRequestStorageConfig
in interface InspectOperationMetadataOrBuilder
public StorageConfig getRequestStorageConfig()
The storage config used to create the Operation.
.google.privacy.dlp.v2beta1.StorageConfig request_storage_config = 6;
getRequestStorageConfig
in interface InspectOperationMetadataOrBuilder
public StorageConfigOrBuilder getRequestStorageConfigOrBuilder()
The storage config used to create the Operation.
.google.privacy.dlp.v2beta1.StorageConfig request_storage_config = 6;
getRequestStorageConfigOrBuilder
in interface InspectOperationMetadataOrBuilder
public boolean hasRequestOutputConfig()
Optional location to store findings.
.google.privacy.dlp.v2beta1.OutputStorageConfig request_output_config = 7;
hasRequestOutputConfig
in interface InspectOperationMetadataOrBuilder
public OutputStorageConfig getRequestOutputConfig()
Optional location to store findings.
.google.privacy.dlp.v2beta1.OutputStorageConfig request_output_config = 7;
getRequestOutputConfig
in interface InspectOperationMetadataOrBuilder
public OutputStorageConfigOrBuilder getRequestOutputConfigOrBuilder()
Optional location to store findings.
.google.privacy.dlp.v2beta1.OutputStorageConfig request_output_config = 7;
getRequestOutputConfigOrBuilder
in interface InspectOperationMetadataOrBuilder
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 InspectOperationMetadata parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InspectOperationMetadata parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InspectOperationMetadata parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InspectOperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InspectOperationMetadata parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InspectOperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static InspectOperationMetadata parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static InspectOperationMetadata parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static InspectOperationMetadata parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static InspectOperationMetadata parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static InspectOperationMetadata parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static InspectOperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public InspectOperationMetadata.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static InspectOperationMetadata.Builder newBuilder()
public static InspectOperationMetadata.Builder newBuilder(InspectOperationMetadata prototype)
public InspectOperationMetadata.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected InspectOperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static InspectOperationMetadata getDefaultInstance()
public static Parser<InspectOperationMetadata> parser()
public Parser<InspectOperationMetadata> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public InspectOperationMetadata getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder