Class Impact (2.8.2)

Impact(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains the impact a recommendation can have for a given category.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
category google.cloud.recommender_v1beta1.types.Impact.Category
Category that is being targeted.
cost_projection google.cloud.recommender_v1beta1.types.CostProjection
Use with CategoryType.COST This field is a member of `oneof`_ ``projection``.
security_projection google.cloud.recommender_v1beta1.types.SecurityProjection
Use with CategoryType.SECURITY This field is a member of `oneof`_ ``projection``.
sustainability_projection google.cloud.recommender_v1beta1.types.SustainabilityProjection
Use with CategoryType.SUSTAINABILITY This field is a member of `oneof`_ ``projection``.

Inheritance

builtins.object > proto.message.Message > Impact

Classes

Category

Category(value)

The category of the impact.