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}
Returns Allows clients to store small amounts of arbitrary data. Annotations must follow the Kubernetes syntax. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
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
Returns A user-settable field to provide a human-readable name to be used in user interfaces.
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
Returns Fingerprint of the InsightTypeConfig. Provides optimistic locking when updating.
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
Returns InsightTypeGenerationConfig which configures the generation of insights for this insight type.
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
Returns Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config.
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)
Returns Output only. Immutable. The revision ID of the config. A new revision is committed whenever the config is changed in any way. The format is an 8-character hexadecimal 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 |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Last time when the config was updated.
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 |