public interface PropertyTypeOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPropertyDefinitions(int index)
public abstract PropertyDefinition getPropertyDefinitions(int index)Required. List of property definitions.
repeated .google.cloud.contentwarehouse.v1.PropertyDefinition property_definitions = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| PropertyDefinition |
getPropertyDefinitionsCount()
public abstract int getPropertyDefinitionsCount()Required. List of property definitions.
repeated .google.cloud.contentwarehouse.v1.PropertyDefinition property_definitions = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int |
getPropertyDefinitionsList()
public abstract List<PropertyDefinition> getPropertyDefinitionsList()Required. List of property definitions.
repeated .google.cloud.contentwarehouse.v1.PropertyDefinition property_definitions = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<PropertyDefinition> |
getPropertyDefinitionsOrBuilder(int index)
public abstract PropertyDefinitionOrBuilder getPropertyDefinitionsOrBuilder(int index)Required. List of property definitions.
repeated .google.cloud.contentwarehouse.v1.PropertyDefinition property_definitions = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| index | int |
| Type | Description |
| PropertyDefinitionOrBuilder |
getPropertyDefinitionsOrBuilderList()
public abstract List<? extends PropertyDefinitionOrBuilder> getPropertyDefinitionsOrBuilderList()Required. List of property definitions.
repeated .google.cloud.contentwarehouse.v1.PropertyDefinition property_definitions = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| List<? extends com.google.cloud.contentwarehouse.v1.PropertyDefinitionOrBuilder> |