- 0.48.0 (latest)
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public interface PropertyOrBuilder extends MessageOrBuilder
Implements
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
DateTimeArrayOrBuilder |
getEnumValues()
public abstract EnumArray getEnumValues()
Enum property values.
.google.cloud.contentwarehouse.v1.EnumArray enum_values = 5;
Returns | |
---|---|
Type | Description |
EnumArray |
The enumValues. |
getEnumValuesOrBuilder()
public abstract EnumArrayOrBuilder getEnumValuesOrBuilder()
Enum property values.
.google.cloud.contentwarehouse.v1.EnumArray enum_values = 5;
Returns | |
---|---|
Type | Description |
EnumArrayOrBuilder |
getFloatValues()
public abstract FloatArray getFloatValues()
Float property values.
.google.cloud.contentwarehouse.v1.FloatArray float_values = 3;
Returns | |
---|---|
Type | Description |
FloatArray |
The floatValues. |
getFloatValuesOrBuilder()
public abstract FloatArrayOrBuilder getFloatValuesOrBuilder()
Float property values.
.google.cloud.contentwarehouse.v1.FloatArray float_values = 3;
Returns | |
---|---|
Type | Description |
FloatArrayOrBuilder |
getIntegerValues()
public abstract IntegerArray getIntegerValues()
Integer property values.
.google.cloud.contentwarehouse.v1.IntegerArray integer_values = 2;
Returns | |
---|---|
Type | Description |
IntegerArray |
The integerValues. |
getIntegerValuesOrBuilder()
public abstract IntegerArrayOrBuilder getIntegerValuesOrBuilder()
Integer property values.
.google.cloud.contentwarehouse.v1.IntegerArray integer_values = 2;
Returns | |
---|---|
Type | Description |
IntegerArrayOrBuilder |
getMapProperty()
public abstract MapProperty getMapProperty()
Map property values.
.google.cloud.contentwarehouse.v1.MapProperty map_property = 8;
Returns | |
---|---|
Type | Description |
MapProperty |
The mapProperty. |
getMapPropertyOrBuilder()
public abstract MapPropertyOrBuilder getMapPropertyOrBuilder()
Map property values.
.google.cloud.contentwarehouse.v1.MapProperty map_property = 8;
Returns | |
---|---|
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];
Returns | |
---|---|
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];
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
PropertyArray |
The propertyValues. |
getPropertyValuesOrBuilder()
public abstract PropertyArrayOrBuilder getPropertyValuesOrBuilder()
Nested structured data property values.
.google.cloud.contentwarehouse.v1.PropertyArray property_values = 6;
Returns | |
---|---|
Type | Description |
PropertyArrayOrBuilder |
getTextValues()
public abstract TextArray getTextValues()
String/text property values.
.google.cloud.contentwarehouse.v1.TextArray text_values = 4;
Returns | |
---|---|
Type | Description |
TextArray |
The textValues. |
getTextValuesOrBuilder()
public abstract TextArrayOrBuilder getTextValuesOrBuilder()
String/text property values.
.google.cloud.contentwarehouse.v1.TextArray text_values = 4;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
TimestampArrayOrBuilder |
getValuesCase()
public abstract Property.ValuesCase getValuesCase()
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the timestampValues field is set. |