public static final class WeightedSchemaProperty.Builder extends GeneratedMessage.Builder<WeightedSchemaProperty.Builder> implements WeightedSchemaPropertyOrBuilderSpecifies the schema property name.
Protobuf type google.cloud.contentwarehouse.v1.WeightedSchemaProperty
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > WeightedSchemaProperty.BuilderImplements
WeightedSchemaPropertyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllPropertyNames(Iterable<String> values)
public WeightedSchemaProperty.Builder addAllPropertyNames(Iterable<String> values)The property definition names in the schema.
repeated string property_names = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The propertyNames to add. |
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty.Builder |
This builder for chaining. |
addPropertyNames(String value)
public WeightedSchemaProperty.Builder addPropertyNames(String value)The property definition names in the schema.
repeated string property_names = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe propertyNames to add. |
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty.Builder |
This builder for chaining. |
addPropertyNamesBytes(ByteString value)
public WeightedSchemaProperty.Builder addPropertyNamesBytes(ByteString value)The property definition names in the schema.
repeated string property_names = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the propertyNames to add. |
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty.Builder |
This builder for chaining. |
build()
public WeightedSchemaProperty build()| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty |
|
buildPartial()
public WeightedSchemaProperty buildPartial()| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty |
|
clear()
public WeightedSchemaProperty.Builder clear()| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty.Builder |
|
clearDocumentSchemaName()
public WeightedSchemaProperty.Builder clearDocumentSchemaName()The document schema name.
string document_schema_name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty.Builder |
This builder for chaining. |
clearPropertyNames()
public WeightedSchemaProperty.Builder clearPropertyNames()The property definition names in the schema.
repeated string property_names = 2;
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public WeightedSchemaProperty getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDocumentSchemaName()
public String getDocumentSchemaName()The document schema name.
string document_schema_name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The documentSchemaName. |
getDocumentSchemaNameBytes()
public ByteString getDocumentSchemaNameBytes()The document schema name.
string document_schema_name = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for documentSchemaName. |
getPropertyNames(int index)
public String getPropertyNames(int index)The property definition names in the schema.
repeated string property_names = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The propertyNames at the given index. |
getPropertyNamesBytes(int index)
public ByteString getPropertyNamesBytes(int index)The property definition names in the schema.
repeated string property_names = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the propertyNames at the given index. |
getPropertyNamesCount()
public int getPropertyNamesCount()The property definition names in the schema.
repeated string property_names = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of propertyNames. |
getPropertyNamesList()
public ProtocolStringList getPropertyNamesList()The property definition names in the schema.
repeated string property_names = 2;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the propertyNames. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(WeightedSchemaProperty other)
public WeightedSchemaProperty.Builder mergeFrom(WeightedSchemaProperty other)| Parameter | |
|---|---|
| Name | Description |
other |
WeightedSchemaProperty |
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public WeightedSchemaProperty.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public WeightedSchemaProperty.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty.Builder |
|
setDocumentSchemaName(String value)
public WeightedSchemaProperty.Builder setDocumentSchemaName(String value)The document schema name.
string document_schema_name = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe documentSchemaName to set. |
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty.Builder |
This builder for chaining. |
setDocumentSchemaNameBytes(ByteString value)
public WeightedSchemaProperty.Builder setDocumentSchemaNameBytes(ByteString value)The document schema name.
string document_schema_name = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for documentSchemaName to set. |
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty.Builder |
This builder for chaining. |
setPropertyNames(int index, String value)
public WeightedSchemaProperty.Builder setPropertyNames(int index, String value)The property definition names in the schema.
repeated string property_names = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe propertyNames to set. |
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty.Builder |
This builder for chaining. |