Send feedback
Class MergeFieldsOptions (0.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.15.0 keyboard_arrow_down
public final class MergeFieldsOptions extends GeneratedMessageV3 implements MergeFieldsOptionsOrBuilder
Options for merging updated fields.
Protobuf type google.cloud.contentwarehouse.v1.MergeFieldsOptions
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
REPLACE_MESSAGE_FIELDS_FIELD_NUMBER
public static final int REPLACE_MESSAGE_FIELDS_FIELD_NUMBER
Field Value Type Description int
REPLACE_REPEATED_FIELDS_FIELD_NUMBER
public static final int REPLACE_REPEATED_FIELDS_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static MergeFieldsOptions getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static MergeFieldsOptions . Builder newBuilder ()
newBuilder(MergeFieldsOptions prototype)
public static MergeFieldsOptions . Builder newBuilder ( MergeFieldsOptions prototype )
parseDelimitedFrom(InputStream input)
public static MergeFieldsOptions parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MergeFieldsOptions parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static MergeFieldsOptions parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MergeFieldsOptions parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static MergeFieldsOptions parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MergeFieldsOptions parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static MergeFieldsOptions parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MergeFieldsOptions parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static MergeFieldsOptions parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MergeFieldsOptions parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static MergeFieldsOptions parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MergeFieldsOptions parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<MergeFieldsOptions> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public MergeFieldsOptions getDefaultInstanceForType ()
getParserForType()
public Parser<MergeFieldsOptions> getParserForType ()
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 Type Description int
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 Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public MergeFieldsOptions . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MergeFieldsOptions . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public MergeFieldsOptions . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-03 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-03 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-03 UTC."]]