Class: Google::Cloud::DataCatalog::V1beta1::UsageSignal

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

Overview

The set of all usage signals that we store in Data Catalog.

Defined Under Namespace

Classes: UsageWithinTimeRangeEntry

Instance Attribute Summary collapse

Instance Attribute Details

#update_time::Google::Protobuf::Timestamp

Returns The timestamp of the end of the usage statistics duration.

Returns:



58
59
60
61
62
63
64
65
66
67
68
69
70
# File 'proto_docs/google/cloud/datacatalog/v1beta1/usage.rb', line 58

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::DataCatalog::V1beta1::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::V1beta1::UsageStats}

Returns Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.

Returns:



58
59
60
61
62
63
64
65
66
67
68
69
70
# File 'proto_docs/google/cloud/datacatalog/v1beta1/usage.rb', line 58

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

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