public interface PropertyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDateTimeValues()
public abstract DateTimeArray getDateTimeValues()Date time property values. It is not supported by CMEK compliant deployment.
.google.cloud.contentwarehouse.v1.DateTimeArray date_time_values = 7;
| Type | Description |
| DateTimeArray | The dateTimeValues. |
getDateTimeValuesOrBuilder()
public abstract DateTimeArrayOrBuilder getDateTimeValuesOrBuilder()Date time property values. It is not supported by CMEK compliant deployment.
.google.cloud.contentwarehouse.v1.DateTimeArray date_time_values = 7;
| Type | Description |
| DateTimeArrayOrBuilder |
getEnumValues()
public abstract EnumArray getEnumValues()Enum property values.
.google.cloud.contentwarehouse.v1.EnumArray enum_values = 5;
| Type | Description |
| EnumArray | The enumValues. |
getEnumValuesOrBuilder()
public abstract EnumArrayOrBuilder getEnumValuesOrBuilder()Enum property values.
.google.cloud.contentwarehouse.v1.EnumArray enum_values = 5;
| Type | Description |
| EnumArrayOrBuilder |
getFloatValues()
public abstract FloatArray getFloatValues()Float property values.
.google.cloud.contentwarehouse.v1.FloatArray float_values = 3;
| Type | Description |
| FloatArray | The floatValues. |
getFloatValuesOrBuilder()
public abstract FloatArrayOrBuilder getFloatValuesOrBuilder()Float property values.
.google.cloud.contentwarehouse.v1.FloatArray float_values = 3;
| Type | Description |
| FloatArrayOrBuilder |
getIntegerValues()
public abstract IntegerArray getIntegerValues()Integer property values.
.google.cloud.contentwarehouse.v1.IntegerArray integer_values = 2;
| Type | Description |
| IntegerArray | The integerValues. |
getIntegerValuesOrBuilder()
public abstract IntegerArrayOrBuilder getIntegerValuesOrBuilder()Integer property values.
.google.cloud.contentwarehouse.v1.IntegerArray integer_values = 2;
| Type | Description |
| IntegerArrayOrBuilder |
getMapProperty()
public abstract MapProperty getMapProperty()Map property values.
.google.cloud.contentwarehouse.v1.MapProperty map_property = 8;
| Type | Description |
| MapProperty | The mapProperty. |
getMapPropertyOrBuilder()
public abstract MapPropertyOrBuilder getMapPropertyOrBuilder()Map property values.
.google.cloud.contentwarehouse.v1.MapProperty map_property = 8;
| Type | Description |
| MapPropertyOrBuilder |
getName()
public abstract String getName()Required. Must match the name of a PropertyDefinition in the DocumentSchema.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. Must match the name of a PropertyDefinition in the DocumentSchema.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for name. |
getPropertyValues()
public abstract PropertyArray getPropertyValues()Nested structured data property values.
.google.cloud.contentwarehouse.v1.PropertyArray property_values = 6;
| Type | Description |
| PropertyArray | The propertyValues. |
getPropertyValuesOrBuilder()
public abstract PropertyArrayOrBuilder getPropertyValuesOrBuilder()Nested structured data property values.
.google.cloud.contentwarehouse.v1.PropertyArray property_values = 6;
| Type | Description |
| PropertyArrayOrBuilder |
getTextValues()
public abstract TextArray getTextValues()String/text property values.
.google.cloud.contentwarehouse.v1.TextArray text_values = 4;
| Type | Description |
| TextArray | The textValues. |
getTextValuesOrBuilder()
public abstract TextArrayOrBuilder getTextValuesOrBuilder()String/text property values.
.google.cloud.contentwarehouse.v1.TextArray text_values = 4;
| Type | Description |
| TextArrayOrBuilder |
getTimestampValues()
public abstract TimestampArray getTimestampValues()Timestamp property values. It is not supported by CMEK compliant deployment.
.google.cloud.contentwarehouse.v1.TimestampArray timestamp_values = 9;
| Type | Description |
| TimestampArray | The timestampValues. |
getTimestampValuesOrBuilder()
public abstract TimestampArrayOrBuilder getTimestampValuesOrBuilder()Timestamp property values. It is not supported by CMEK compliant deployment.
.google.cloud.contentwarehouse.v1.TimestampArray timestamp_values = 9;
| Type | Description |
| TimestampArrayOrBuilder |
getValuesCase()
public abstract Property.ValuesCase getValuesCase()| Type | Description |
| Property.ValuesCase |
hasDateTimeValues()
public abstract boolean hasDateTimeValues()Date time property values. It is not supported by CMEK compliant deployment.
.google.cloud.contentwarehouse.v1.DateTimeArray date_time_values = 7;
| Type | Description |
| boolean | Whether the dateTimeValues field is set. |
hasEnumValues()
public abstract boolean hasEnumValues()Enum property values.
.google.cloud.contentwarehouse.v1.EnumArray enum_values = 5;
| Type | Description |
| boolean | Whether the enumValues field is set. |
hasFloatValues()
public abstract boolean hasFloatValues()Float property values.
.google.cloud.contentwarehouse.v1.FloatArray float_values = 3;
| Type | Description |
| boolean | Whether the floatValues field is set. |
hasIntegerValues()
public abstract boolean hasIntegerValues()Integer property values.
.google.cloud.contentwarehouse.v1.IntegerArray integer_values = 2;
| Type | Description |
| boolean | Whether the integerValues field is set. |
hasMapProperty()
public abstract boolean hasMapProperty()Map property values.
.google.cloud.contentwarehouse.v1.MapProperty map_property = 8;
| Type | Description |
| boolean | Whether the mapProperty field is set. |
hasPropertyValues()
public abstract boolean hasPropertyValues()Nested structured data property values.
.google.cloud.contentwarehouse.v1.PropertyArray property_values = 6;
| Type | Description |
| boolean | Whether the propertyValues field is set. |
hasTextValues()
public abstract boolean hasTextValues()String/text property values.
.google.cloud.contentwarehouse.v1.TextArray text_values = 4;
| Type | Description |
| boolean | Whether the textValues field is set. |
hasTimestampValues()
public abstract boolean hasTimestampValues()Timestamp property values. It is not supported by CMEK compliant deployment.
.google.cloud.contentwarehouse.v1.TimestampArray timestamp_values = 9;
| Type | Description |
| boolean | Whether the timestampValues field is set. |