Class: Google::Cloud::DataCatalog::V1::ReconcileTagsMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Long-running operation metadata message returned by the ReconcileTags.

Defined Under Namespace

Modules: ReconciliationState Classes: ErrorsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Google::Protobuf::Map{::String => ::Google::Rpc::Status}

Returns Maps the name of each tagged column (or empty string for a sole entry) to tagging operation status.

Returns:

  • (::Google::Protobuf::Map{::String => ::Google::Rpc::Status})

    Maps the name of each tagged column (or empty string for a sole entry) to tagging operation status.



1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1379

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Rpc::Status]
  class ErrorsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Enum holding possible states of the reconciliation operation.
  module ReconciliationState
    # Default value. This value is unused.
    RECONCILIATION_STATE_UNSPECIFIED = 0

    # The reconciliation has been queued and awaits for execution.
    RECONCILIATION_QUEUED = 1

    # The reconciliation is in progress.
    RECONCILIATION_IN_PROGRESS = 2

    # The reconciliation has been finished.
    RECONCILIATION_DONE = 3
  end
end

#state::Google::Cloud::DataCatalog::V1::ReconcileTagsMetadata::ReconciliationState

Returns State of the reconciliation operation.

Returns:



1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1379

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Rpc::Status]
  class ErrorsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Enum holding possible states of the reconciliation operation.
  module ReconciliationState
    # Default value. This value is unused.
    RECONCILIATION_STATE_UNSPECIFIED = 0

    # The reconciliation has been queued and awaits for execution.
    RECONCILIATION_QUEUED = 1

    # The reconciliation is in progress.
    RECONCILIATION_IN_PROGRESS = 2

    # The reconciliation has been finished.
    RECONCILIATION_DONE = 3
  end
end