- 0.79.0 (latest)
- 0.78.0
- 0.77.0
- 0.76.0
- 0.74.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.66.0
- 0.64.0
- 0.63.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class MergeFieldsOptions.Builder extends GeneratedMessage.Builder<MergeFieldsOptions.Builder> implements MergeFieldsOptionsOrBuilderOptions for merging updated fields.
Protobuf type google.cloud.contentwarehouse.v1.MergeFieldsOptions
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > MergeFieldsOptions.BuilderImplements
MergeFieldsOptionsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public MergeFieldsOptions build()| Returns | |
|---|---|
| Type | Description |
MergeFieldsOptions |
|
buildPartial()
public MergeFieldsOptions buildPartial()| Returns | |
|---|---|
| Type | Description |
MergeFieldsOptions |
|
clear()
public MergeFieldsOptions.Builder clear()| Returns | |
|---|---|
| Type | Description |
MergeFieldsOptions.Builder |
|
clearReplaceMessageFields()
public MergeFieldsOptions.Builder clearReplaceMessageFields()When merging message fields, the default behavior is to merge the content of two message fields together. If you instead want to use the field from the source message to replace the corresponding field in the destination message, set this flag to true. When this flag is set, specified submessage fields that are missing in source will be cleared in destination.
optional bool replace_message_fields = 1;
| Returns | |
|---|---|
| Type | Description |
MergeFieldsOptions.Builder |
This builder for chaining. |
clearReplaceRepeatedFields()
public MergeFieldsOptions.Builder clearReplaceRepeatedFields()When merging repeated fields, the default behavior is to append entries from the source repeated field to the destination repeated field. If you instead want to keep only the entries from the source repeated field, set this flag to true.
If you want to replace a repeated field within a message field on the destination message, you must set both replace_repeated_fields and replace_message_fields to true, otherwise the repeated fields will be appended.
optional bool replace_repeated_fields = 2;
| Returns | |
|---|---|
| Type | Description |
MergeFieldsOptions.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public MergeFieldsOptions getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MergeFieldsOptions |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getReplaceMessageFields()
public boolean getReplaceMessageFields()When merging message fields, the default behavior is to merge the content of two message fields together. If you instead want to use the field from the source message to replace the corresponding field in the destination message, set this flag to true. When this flag is set, specified submessage fields that are missing in source will be cleared in destination.
optional bool replace_message_fields = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The replaceMessageFields. |
getReplaceRepeatedFields()
public boolean getReplaceRepeatedFields()When merging repeated fields, the default behavior is to append entries from the source repeated field to the destination repeated field. If you instead want to keep only the entries from the source repeated field, set this flag to true.
If you want to replace a repeated field within a message field on the destination message, you must set both replace_repeated_fields and replace_message_fields to true, otherwise the repeated fields will be appended.
optional bool replace_repeated_fields = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The replaceRepeatedFields. |
hasReplaceMessageFields()
public boolean hasReplaceMessageFields()When merging message fields, the default behavior is to merge the content of two message fields together. If you instead want to use the field from the source message to replace the corresponding field in the destination message, set this flag to true. When this flag is set, specified submessage fields that are missing in source will be cleared in destination.
optional bool replace_message_fields = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the replaceMessageFields field is set. |
hasReplaceRepeatedFields()
public boolean hasReplaceRepeatedFields()When merging repeated fields, the default behavior is to append entries from the source repeated field to the destination repeated field. If you instead want to keep only the entries from the source repeated field, set this flag to true.
If you want to replace a repeated field within a message field on the destination message, you must set both replace_repeated_fields and replace_message_fields to true, otherwise the repeated fields will be appended.
optional bool replace_repeated_fields = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the replaceRepeatedFields field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(MergeFieldsOptions other)
public MergeFieldsOptions.Builder mergeFrom(MergeFieldsOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
MergeFieldsOptions |
| Returns | |
|---|---|
| Type | Description |
MergeFieldsOptions.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MergeFieldsOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MergeFieldsOptions.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public MergeFieldsOptions.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
MergeFieldsOptions.Builder |
|
setReplaceMessageFields(boolean value)
public MergeFieldsOptions.Builder setReplaceMessageFields(boolean value)When merging message fields, the default behavior is to merge the content of two message fields together. If you instead want to use the field from the source message to replace the corresponding field in the destination message, set this flag to true. When this flag is set, specified submessage fields that are missing in source will be cleared in destination.
optional bool replace_message_fields = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe replaceMessageFields to set. |
| Returns | |
|---|---|
| Type | Description |
MergeFieldsOptions.Builder |
This builder for chaining. |
setReplaceRepeatedFields(boolean value)
public MergeFieldsOptions.Builder setReplaceRepeatedFields(boolean value)When merging repeated fields, the default behavior is to append entries from the source repeated field to the destination repeated field. If you instead want to keep only the entries from the source repeated field, set this flag to true.
If you want to replace a repeated field within a message field on the destination message, you must set both replace_repeated_fields and replace_message_fields to true, otherwise the repeated fields will be appended.
optional bool replace_repeated_fields = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe replaceRepeatedFields to set. |
| Returns | |
|---|---|
| Type | Description |
MergeFieldsOptions.Builder |
This builder for chaining. |