Interface protos.google.cloud.contentwarehouse.v1.IPropertyDefinition (1.7.0)

Properties of a PropertyDefinition.

Package

@google-cloud/contentwarehouse

Properties

dateTimeTypeOptions

dateTimeTypeOptions?: (google.cloud.contentwarehouse.v1.IDateTimeTypeOptions|null);

PropertyDefinition dateTimeTypeOptions

displayName

displayName?: (string|null);

PropertyDefinition displayName

enumTypeOptions

enumTypeOptions?: (google.cloud.contentwarehouse.v1.IEnumTypeOptions|null);

PropertyDefinition enumTypeOptions

floatTypeOptions

floatTypeOptions?: (google.cloud.contentwarehouse.v1.IFloatTypeOptions|null);

PropertyDefinition floatTypeOptions

integerTypeOptions

integerTypeOptions?: (google.cloud.contentwarehouse.v1.IIntegerTypeOptions|null);

PropertyDefinition integerTypeOptions

isFilterable

isFilterable?: (boolean|null);

PropertyDefinition isFilterable

isMetadata

isMetadata?: (boolean|null);

PropertyDefinition isMetadata

isRepeatable

isRepeatable?: (boolean|null);

PropertyDefinition isRepeatable

isRequired

isRequired?: (boolean|null);

PropertyDefinition isRequired

isSearchable

isSearchable?: (boolean|null);

PropertyDefinition isSearchable

mapTypeOptions

mapTypeOptions?: (google.cloud.contentwarehouse.v1.IMapTypeOptions|null);

PropertyDefinition mapTypeOptions

name

name?: (string|null);

PropertyDefinition name

propertyTypeOptions

propertyTypeOptions?: (google.cloud.contentwarehouse.v1.IPropertyTypeOptions|null);

PropertyDefinition propertyTypeOptions

retrievalImportance

retrievalImportance?: (google.cloud.contentwarehouse.v1.PropertyDefinition.RetrievalImportance|keyof typeof google.cloud.contentwarehouse.v1.PropertyDefinition.RetrievalImportance|null);

PropertyDefinition retrievalImportance

schemaSources

schemaSources?: (google.cloud.contentwarehouse.v1.PropertyDefinition.ISchemaSource[]|null);

PropertyDefinition schemaSources

textTypeOptions

textTypeOptions?: (google.cloud.contentwarehouse.v1.ITextTypeOptions|null);

PropertyDefinition textTypeOptions

timestampTypeOptions

timestampTypeOptions?: (google.cloud.contentwarehouse.v1.ITimestampTypeOptions|null);

PropertyDefinition timestampTypeOptions