Class: Google::Cloud::Dlp::V2::Error

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger.

Defined Under Namespace

Modules: ErrorExtraInfo

Instance Attribute Summary collapse

Instance Attribute Details

#details::Google::Rpc::Status

Returns Detailed error codes and messages.

Returns:



3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3262

class Error
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Additional information about the error.
  module ErrorExtraInfo
    # Unused.
    ERROR_INFO_UNSPECIFIED = 0

    # Image scan is not available in the region.
    IMAGE_SCAN_UNAVAILABLE_IN_REGION = 1

    # File store cluster is not supported for profile generation.
    FILE_STORE_CLUSTER_UNSUPPORTED = 2
  end
end

#extra_info::Google::Cloud::Dlp::V2::Error::ErrorExtraInfo

Returns Additional information about the error.

Returns:



3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3262

class Error
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Additional information about the error.
  module ErrorExtraInfo
    # Unused.
    ERROR_INFO_UNSPECIFIED = 0

    # Image scan is not available in the region.
    IMAGE_SCAN_UNAVAILABLE_IN_REGION = 1

    # File store cluster is not supported for profile generation.
    FILE_STORE_CLUSTER_UNSUPPORTED = 2
  end
end

#timestamps::Array<::Google::Protobuf::Timestamp>

Returns The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.

Returns:



3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3262

class Error
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Additional information about the error.
  module ErrorExtraInfo
    # Unused.
    ERROR_INFO_UNSPECIFIED = 0

    # Image scan is not available in the region.
    IMAGE_SCAN_UNAVAILABLE_IN_REGION = 1

    # File store cluster is not supported for profile generation.
    FILE_STORE_CLUSTER_UNSUPPORTED = 2
  end
end