Property(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Property of a document.
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 |
name |
str
Required. Must match the name of a PropertyDefinition in the DocumentSchema. |
integer_values |
google.cloud.contentwarehouse_v1.types.IntegerArray
Integer property values. This field is a member of oneof _ values .
|
float_values |
google.cloud.contentwarehouse_v1.types.FloatArray
Float property values. This field is a member of oneof _ values .
|
text_values |
google.cloud.contentwarehouse_v1.types.TextArray
String/text property values. This field is a member of oneof _ values .
|
enum_values |
google.cloud.contentwarehouse_v1.types.EnumArray
Enum property values. This field is a member of oneof _ values .
|
property_values |
google.cloud.contentwarehouse_v1.types.PropertyArray
Nested structured data property values. This field is a member of oneof _ values .
|
date_time_values |
google.cloud.contentwarehouse_v1.types.DateTimeArray
Date time property values. It is not supported by CMEK compliant deployment. This field is a member of oneof _ values .
|
map_property |
google.cloud.contentwarehouse_v1.types.MapProperty
Map property values. This field is a member of oneof _ values .
|
timestamp_values |
google.cloud.contentwarehouse_v1.types.TimestampArray
Timestamp property values. It is not supported by CMEK compliant deployment. This field is a member of oneof _ values .
|