Class: Google::Cloud::DataCatalog::V1::UsageSignal

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

Overview

The set of all usage signals that Data Catalog stores.

Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day.

Defined Under Namespace

Classes: UsageWithinTimeRangeEntry

Instance Attribute Summary collapse

Instance Attribute Details

#update_time::Google::Protobuf::Timestamp

Returns The end timestamp of the duration of usage statistics.

Returns:



63
64
65
66
67
68
69
70
71
72
73
74
75
# File 'proto_docs/google/cloud/datacatalog/v1/usage.rb', line 63

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::DataCatalog::V1::UsageStats]
  class UsageWithinTimeRangeEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#usage_within_time_range::Google::Protobuf::Map{::String => ::Google::Cloud::DataCatalog::V1::UsageStats} (readonly)

Returns Output only. BigQuery usage statistics over each of the predefined time ranges.

Supported time ranges are {"24H", "7D", "30D"}.

Returns:



63
64
65
66
67
68
69
70
71
72
73
74
75
# File 'proto_docs/google/cloud/datacatalog/v1/usage.rb', line 63

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::DataCatalog::V1::UsageStats]
  class UsageWithinTimeRangeEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end