Class VariableMapping (0.2.0)

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

Mapping of input variables to their respective output variable for depedenencies

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

Name Description
from_ google.cloud.saasplatform_saasservicemgmt_v1beta1.types.FromMapping
Optional. Output variables which will get their values from dependencies This field is a member of oneof_ mapping_type.
to google.cloud.saasplatform_saasservicemgmt_v1beta1.types.ToMapping
Optional. Input variables whose values will be passed on to dependencies. This field is a member of oneof_ mapping_type.
variable str
Required. name of the variable