Class: Google::Cloud::Dataplex::V1::Asset::ResourceStatus

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

Overview

Status of the resource referenced by an asset.

Defined Under Namespace

Modules: State

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns Additional information about the current state.

Returns:

  • (::String)

    Additional information about the current state.



712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 712

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

  # The state of a resource.
  module State
    # State unspecified.
    STATE_UNSPECIFIED = 0

    # Resource does not have any errors.
    READY = 1

    # Resource has errors.
    ERROR = 2
  end
end

#state::Google::Cloud::Dataplex::V1::Asset::ResourceStatus::State

Returns The current state of the managed resource.

Returns:



712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 712

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

  # The state of a resource.
  module State
    # State unspecified.
    STATE_UNSPECIFIED = 0

    # Resource does not have any errors.
    READY = 1

    # Resource has errors.
    ERROR = 2
  end
end

#update_time::Google::Protobuf::Timestamp

Returns Last update time of the status.

Returns:



712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 712

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

  # The state of a resource.
  module State
    # State unspecified.
    STATE_UNSPECIFIED = 0

    # Resource does not have any errors.
    READY = 1

    # Resource has errors.
    ERROR = 2
  end
end