GoogleCloudContentwarehouseV1PropertyDefinition

Content Warehouse V1Infrastructure

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyDefinition

2
out of 10
Low
SEO Impact
Defines the metadata for a schema property.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Google Cloud Contentwarehouse V1 Property Definition) contains 17 attributes that define its data structure. Key functionality includes: Date time property. It is not supported by CMEK compliant deployment.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

17
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DateTimeTypeOptions.t

Date time property. It is not supported by CMEK compliant deployment.

displayNamestring
Default: nilFull type: String.t

The display-name for the property, used for front-end.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1EnumTypeOptions.t

Enum/categorical property.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1FloatTypeOptions.t

Float property.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IntegerTypeOptions.t

Integer property.

isFilterableboolean(
Default: nil

Whether the property can be filtered. If this is a sub-property, all the parent properties must be marked filterable.

isMetadataboolean(
Default: nil

Whether the property is user supplied metadata. This out-of-the box placeholder setting can be used to tag derived properties. Its value and interpretation logic should be implemented by API user.

isRepeatableboolean(
Default: nil

Whether the property can have multiple values.

isRequiredboolean(
Default: nil

Whether the property is mandatory. Default is 'false', i.e. populating property value can be skipped. If 'true' then user must populate the value for this property.

isSearchableboolean(
Default: nil

Indicates that the property should be included in a global search.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MapTypeOptions.t

Map property.

namestring
Default: nilFull type: String.t

Required. The name of the metadata property. Must be unique within a document schema and is case insensitive. Names must be non-blank, start with a letter, and can contain alphanumeric characters and: /, :, -, _, and .

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyTypeOptions.t

Nested structured data property.

retrievalImportancestring
Default: nilFull type: String.t

The retrieval importance of the property during search.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource.t

The mapping information between this property to another schema source.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TextTypeOptions.t

Text/string property.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampTypeOptions.t

Timestamp property. It is not supported by CMEK compliant deployment.