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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.contentwarehouse.v1.PropertyDefinitionOrBuilder> |
|