Interface PropertyTypeOptionsOrBuilder (0.37.0)

public interface PropertyTypeOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Parameter
NameDescription
indexint
Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Parameter
NameDescription
indexint
Returns
TypeDescription
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];

Returns
TypeDescription
List<? extends com.google.cloud.contentwarehouse.v1.PropertyDefinitionOrBuilder>