public static final class PropertyArray.Builder extends GeneratedMessageV3.Builder<PropertyArray.Builder> implements PropertyArrayOrBuilderProperty values.
Protobuf type google.cloud.contentwarehouse.v1.PropertyArray
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PropertyArray.BuilderImplements
PropertyArrayOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllProperties(Iterable<? extends Property> values)
public PropertyArray.Builder addAllProperties(Iterable<? extends Property> values)List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Name | Description |
| values | Iterable<? extends com.google.cloud.contentwarehouse.v1.Property> |
| Type | Description |
| PropertyArray.Builder |
addProperties(Property value)
public PropertyArray.Builder addProperties(Property value)List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Name | Description |
| value | Property |
| Type | Description |
| PropertyArray.Builder |
addProperties(Property.Builder builderForValue)
public PropertyArray.Builder addProperties(Property.Builder builderForValue)List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Name | Description |
| builderForValue | Property.Builder |
| Type | Description |
| PropertyArray.Builder |
addProperties(int index, Property value)
public PropertyArray.Builder addProperties(int index, Property value)List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Name | Description |
| index | int |
| value | Property |
| Type | Description |
| PropertyArray.Builder |
addProperties(int index, Property.Builder builderForValue)
public PropertyArray.Builder addProperties(int index, Property.Builder builderForValue)List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Name | Description |
| index | int |
| builderForValue | Property.Builder |
| Type | Description |
| PropertyArray.Builder |
addPropertiesBuilder()
public Property.Builder addPropertiesBuilder()List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Type | Description |
| Property.Builder |
addPropertiesBuilder(int index)
public Property.Builder addPropertiesBuilder(int index)List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Name | Description |
| index | int |
| Type | Description |
| Property.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PropertyArray.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| PropertyArray.Builder |
build()
public PropertyArray build()| Type | Description |
| PropertyArray |
buildPartial()
public PropertyArray buildPartial()| Type | Description |
| PropertyArray |
clear()
public PropertyArray.Builder clear()| Type | Description |
| PropertyArray.Builder |
clearField(Descriptors.FieldDescriptor field)
public PropertyArray.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| PropertyArray.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PropertyArray.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| PropertyArray.Builder |
clearProperties()
public PropertyArray.Builder clearProperties()List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Type | Description |
| PropertyArray.Builder |
clone()
public PropertyArray.Builder clone()| Type | Description |
| PropertyArray.Builder |
getDefaultInstanceForType()
public PropertyArray getDefaultInstanceForType()| Type | Description |
| PropertyArray |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getProperties(int index)
public Property getProperties(int index)List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Name | Description |
| index | int |
| Type | Description |
| Property |
getPropertiesBuilder(int index)
public Property.Builder getPropertiesBuilder(int index)List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Name | Description |
| index | int |
| Type | Description |
| Property.Builder |
getPropertiesBuilderList()
public List<Property.Builder> getPropertiesBuilderList()List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Type | Description |
| List<Builder> |
getPropertiesCount()
public int getPropertiesCount()List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Type | Description |
| int |
getPropertiesList()
public List<Property> getPropertiesList()List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Type | Description |
| List<Property> |
getPropertiesOrBuilder(int index)
public PropertyOrBuilder getPropertiesOrBuilder(int index)List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Name | Description |
| index | int |
| Type | Description |
| PropertyOrBuilder |
getPropertiesOrBuilderList()
public List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Type | Description |
| List<? extends com.google.cloud.contentwarehouse.v1.PropertyOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(PropertyArray other)
public PropertyArray.Builder mergeFrom(PropertyArray other)| Name | Description |
| other | PropertyArray |
| Type | Description |
| PropertyArray.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PropertyArray.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| PropertyArray.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public PropertyArray.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| PropertyArray.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PropertyArray.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| PropertyArray.Builder |
removeProperties(int index)
public PropertyArray.Builder removeProperties(int index)List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Name | Description |
| index | int |
| Type | Description |
| PropertyArray.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public PropertyArray.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| PropertyArray.Builder |
setProperties(int index, Property value)
public PropertyArray.Builder setProperties(int index, Property value)List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Name | Description |
| index | int |
| value | Property |
| Type | Description |
| PropertyArray.Builder |
setProperties(int index, Property.Builder builderForValue)
public PropertyArray.Builder setProperties(int index, Property.Builder builderForValue)List of property values.
repeated .google.cloud.contentwarehouse.v1.Property properties = 1;
| Name | Description |
| index | int |
| builderForValue | Property.Builder |
| Type | Description |
| PropertyArray.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PropertyArray.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| PropertyArray.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final PropertyArray.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| PropertyArray.Builder |