public final class MergeFieldsOptions extends GeneratedMessageV3 implements MergeFieldsOptionsOrBuilder
Options for merging updated fields.
Protobuf type google.cloud.contentwarehouse.v1.MergeFieldsOptions
Static Fields
REPLACE_MESSAGE_FIELDS_FIELD_NUMBER
public static final int REPLACE_MESSAGE_FIELDS_FIELD_NUMBER
Field Value
REPLACE_REPEATED_FIELDS_FIELD_NUMBER
public static final int REPLACE_REPEATED_FIELDS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static MergeFieldsOptions getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static MergeFieldsOptions.Builder newBuilder()
Returns
newBuilder(MergeFieldsOptions prototype)
public static MergeFieldsOptions.Builder newBuilder(MergeFieldsOptions prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static MergeFieldsOptions parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MergeFieldsOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static MergeFieldsOptions parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MergeFieldsOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static MergeFieldsOptions parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MergeFieldsOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static MergeFieldsOptions parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MergeFieldsOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static MergeFieldsOptions parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MergeFieldsOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static MergeFieldsOptions parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MergeFieldsOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<MergeFieldsOptions> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public MergeFieldsOptions getDefaultInstanceForType()
Returns
getParserForType()
public Parser<MergeFieldsOptions> getParserForType()
Returns
Overrides
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.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public MergeFieldsOptions.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MergeFieldsOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public MergeFieldsOptions.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions