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 ErrorError.Builder. build()ErrorError.Builder. buildPartial()static ErrorError. getDefaultInstance()ErrorError.Builder. getDefaultInstanceForType()ErrorError. getDefaultInstanceForType()ErrorDlpJob.Builder. getErrors(int index)A stream of errors encountered running the job.ErrorDlpJob. getErrors(int index)A stream of errors encountered running the job.ErrorDlpJobOrBuilder. getErrors(int index)A stream of errors encountered running the job.ErrorJobTrigger.Builder. getErrors(int index)Output only.ErrorJobTrigger. getErrors(int index)Output only.ErrorJobTriggerOrBuilder. getErrors(int index)Output only.ErrorStoredInfoTypeVersion.Builder. getErrors(int index)Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.ErrorStoredInfoTypeVersion. getErrors(int index)Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.ErrorStoredInfoTypeVersionOrBuilder. getErrors(int index)Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.static ErrorError. parseDelimitedFrom(InputStream input)static ErrorError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(byte[] data)static ErrorError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(com.google.protobuf.ByteString data)static ErrorError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(com.google.protobuf.CodedInputStream input)static ErrorError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(InputStream input)static ErrorError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorError. parseFrom(ByteBuffer data)static ErrorError. 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.BuilderDlpJob.Builder. addErrors(int index, Error value)A stream of errors encountered running the job.DlpJob.BuilderDlpJob.Builder. addErrors(Error value)A stream of errors encountered running the job.JobTrigger.BuilderJobTrigger.Builder. addErrors(int index, Error value)Output only.JobTrigger.BuilderJobTrigger.Builder. addErrors(Error value)Output only.StoredInfoTypeVersion.BuilderStoredInfoTypeVersion.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.BuilderStoredInfoTypeVersion.Builder. addErrors(Error value)Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable.Error.BuilderError.Builder. mergeFrom(Error other)static Error.BuilderError. newBuilder(Error prototype)DlpJob.BuilderDlpJob.Builder. setErrors(int index, Error value)A stream of errors encountered running the job.JobTrigger.BuilderJobTrigger.Builder. setErrors(int index, Error value)Output only.StoredInfoTypeVersion.BuilderStoredInfoTypeVersion.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.BuilderDlpJob.Builder. addAllErrors(Iterable<? extends Error> values)A stream of errors encountered running the job.JobTrigger.BuilderJobTrigger.Builder. addAllErrors(Iterable<? extends Error> values)Output only.StoredInfoTypeVersion.BuilderStoredInfoTypeVersion.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.
-