Class: Google::Cloud::Recommender::V1::InsightTypeConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Recommender::V1::InsightTypeConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommender/v1/insight_type_config.rb
Overview
Configuration for an InsightType.
Defined Under Namespace
Classes: AnnotationsEntry
Instance Attribute Summary collapse
-
#annotations ⇒ ::Google::Protobuf::Map{::String => ::String}
Allows clients to store small amounts of arbitrary data.
-
#display_name ⇒ ::String
A user-settable field to provide a human-readable name to be used in user interfaces.
-
#etag ⇒ ::String
Fingerprint of the InsightTypeConfig.
-
#insight_type_generation_config ⇒ ::Google::Cloud::Recommender::V1::InsightTypeGenerationConfig
InsightTypeGenerationConfig which configures the generation of insights for this insight type.
-
#name ⇒ ::String
Name of insight type config.
-
#revision_id ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Last time when the config was updated.
Instance Attribute Details
#annotations ⇒ ::Google::Protobuf::Map{::String => ::String}
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/recommender/v1/insight_type_config.rb', line 60 class InsightTypeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#display_name ⇒ ::String
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/recommender/v1/insight_type_config.rb', line 60 class InsightTypeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#etag ⇒ ::String
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/recommender/v1/insight_type_config.rb', line 60 class InsightTypeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#insight_type_generation_config ⇒ ::Google::Cloud::Recommender::V1::InsightTypeGenerationConfig
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/recommender/v1/insight_type_config.rb', line 60 class InsightTypeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/recommender/v1/insight_type_config.rb', line 60 class InsightTypeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#revision_id ⇒ ::String (readonly)
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/recommender/v1/insight_type_config.rb', line 60 class InsightTypeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/recommender/v1/insight_type_config.rb', line 60 class InsightTypeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |