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)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public MergeFieldsOptions.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides