Uses of Class
com.google.privacy.dlp.v2.Error
-
Packages that use Error Package Description com.google.privacy.dlp.v2 -
-
Uses of Error in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return Error Modifier and Type Method Description Error
Error.Builder. build()
Error
Error.Builder. buildPartial()
static Error
Error. getDefaultInstance()
Error
Error.Builder. getDefaultInstanceForType()
Error
Error. getDefaultInstanceForType()
Error
DlpJob.Builder. getErrors(int index)
A stream of errors encountered running the job.Error
DlpJob. getErrors(int index)
A stream of errors encountered running the job.Error
DlpJobOrBuilder. getErrors(int index)
A stream of errors encountered running the job.Error
JobTrigger.Builder. getErrors(int index)
Output only.Error
JobTrigger. getErrors(int index)
Output only.Error
JobTriggerOrBuilder. getErrors(int index)
Output only.Error
StoredInfoTypeVersion.Builder. getErrors(int index)
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.Error
StoredInfoTypeVersion. getErrors(int index)
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.Error
StoredInfoTypeVersionOrBuilder. getErrors(int index)
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.static Error
Error. parseDelimitedFrom(InputStream input)
static Error
Error. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(byte[] data)
static Error
Error. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(com.google.protobuf.ByteString data)
static Error
Error. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(com.google.protobuf.CodedInputStream input)
static Error
Error. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(InputStream input)
static Error
Error. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Error
Error. parseFrom(ByteBuffer data)
static Error
Error. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type Error Modifier and Type Method Description List<Error>
DlpJob.Builder. getErrorsList()
A stream of errors encountered running the job.List<Error>
DlpJob. getErrorsList()
A stream of errors encountered running the job.List<Error>
DlpJobOrBuilder. getErrorsList()
A stream of errors encountered running the job.List<Error>
JobTrigger.Builder. getErrorsList()
Output only.List<Error>
JobTrigger. getErrorsList()
Output only.List<Error>
JobTriggerOrBuilder. getErrorsList()
Output only.List<Error>
StoredInfoTypeVersion.Builder. getErrorsList()
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.List<Error>
StoredInfoTypeVersion. getErrorsList()
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.List<Error>
StoredInfoTypeVersionOrBuilder. getErrorsList()
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.com.google.protobuf.Parser<Error>
Error. getParserForType()
static com.google.protobuf.Parser<Error>
Error. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type Error Modifier and Type Method Description DlpJob.Builder
DlpJob.Builder. addErrors(int index, Error value)
A stream of errors encountered running the job.DlpJob.Builder
DlpJob.Builder. addErrors(Error value)
A stream of errors encountered running the job.JobTrigger.Builder
JobTrigger.Builder. addErrors(int index, Error value)
Output only.JobTrigger.Builder
JobTrigger.Builder. addErrors(Error value)
Output only.StoredInfoTypeVersion.Builder
StoredInfoTypeVersion.Builder. addErrors(int index, Error value)
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.StoredInfoTypeVersion.Builder
StoredInfoTypeVersion.Builder. addErrors(Error value)
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.Error.Builder
Error.Builder. mergeFrom(Error other)
static Error.Builder
Error. newBuilder(Error prototype)
DlpJob.Builder
DlpJob.Builder. setErrors(int index, Error value)
A stream of errors encountered running the job.JobTrigger.Builder
JobTrigger.Builder. setErrors(int index, Error value)
Output only.StoredInfoTypeVersion.Builder
StoredInfoTypeVersion.Builder. setErrors(int index, Error value)
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.Method parameters in com.google.privacy.dlp.v2 with type arguments of type Error Modifier and Type Method Description DlpJob.Builder
DlpJob.Builder. addAllErrors(Iterable<? extends Error> values)
A stream of errors encountered running the job.JobTrigger.Builder
JobTrigger.Builder. addAllErrors(Iterable<? extends Error> values)
Output only.StoredInfoTypeVersion.Builder
StoredInfoTypeVersion.Builder. addAllErrors(Iterable<? extends Error> values)
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.
-