Class Source.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
- com.google.cloud.migrationcenter.v1.Source.Builder
-
- All Implemented Interfaces:
SourceOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Source
public static final class Source.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Source.Builder> implements SourceOrBuilder
Source represents an object from which asset information is streamed to Migration Center.
Protobuf typegoogle.cloud.migrationcenter.v1.Source
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Source.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Sourcebuild()SourcebuildPartial()Source.Builderclear()Source.BuilderclearCreateTime()Output only.Source.BuilderclearDescription()Free-text description.Source.BuilderclearDisplayName()User-friendly display name.Source.BuilderclearErrorFrameCount()Output only.Source.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Source.BuilderclearManaged()If `true`, the source is managed by other service(s).Source.BuilderclearName()Output only.Source.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Source.BuilderclearPendingFrameCount()Output only.Source.BuilderclearPriority()The information confidence of the source.Source.BuilderclearState()Output only.Source.BuilderclearType()Data source type.Source.BuilderclearUpdateTime()Output only.Source.Builderclone()com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.Timestamp.BuildergetCreateTimeBuilder()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.SourcegetDefaultInstanceForType()StringgetDescription()Free-text description.com.google.protobuf.ByteStringgetDescriptionBytes()Free-text description.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetDisplayName()User-friendly display name.com.google.protobuf.ByteStringgetDisplayNameBytes()User-friendly display name.intgetErrorFrameCount()Output only.booleangetManaged()If `true`, the source is managed by other service(s).StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.intgetPendingFrameCount()Output only.intgetPriority()The information confidence of the source.Source.StategetState()Output only.intgetStateValue()Output only.Source.SourceTypegetType()Data source type.intgetTypeValue()Data source type.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.Timestamp.BuildergetUpdateTimeBuilder()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasCreateTime()Output only.booleanhasUpdateTime()Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Source.BuildermergeCreateTime(com.google.protobuf.Timestamp value)Output only.Source.BuildermergeFrom(Source other)Source.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Source.BuildermergeFrom(com.google.protobuf.Message other)Source.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Source.BuildermergeUpdateTime(com.google.protobuf.Timestamp value)Output only.Source.BuildersetCreateTime(com.google.protobuf.Timestamp value)Output only.Source.BuildersetCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.Source.BuildersetDescription(String value)Free-text description.Source.BuildersetDescriptionBytes(com.google.protobuf.ByteString value)Free-text description.Source.BuildersetDisplayName(String value)User-friendly display name.Source.BuildersetDisplayNameBytes(com.google.protobuf.ByteString value)User-friendly display name.Source.BuildersetErrorFrameCount(int value)Output only.Source.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Source.BuildersetManaged(boolean value)If `true`, the source is managed by other service(s).Source.BuildersetName(String value)Output only.Source.BuildersetNameBytes(com.google.protobuf.ByteString value)Output only.Source.BuildersetPendingFrameCount(int value)Output only.Source.BuildersetPriority(int value)The information confidence of the source.Source.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Source.BuildersetState(Source.State value)Output only.Source.BuildersetStateValue(int value)Output only.Source.BuildersetType(Source.SourceType value)Data source type.Source.BuildersetTypeValue(int value)Data source type.Source.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Source.BuildersetUpdateTime(com.google.protobuf.Timestamp value)Output only.Source.BuildersetUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
clear
public Source.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
getDefaultInstanceForType
public Source getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Source build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Source buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Source.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
setField
public Source.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
clearField
public Source.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
clearOneof
public Source.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
setRepeatedField
public Source.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
addRepeatedField
public Source.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
mergeFrom
public Source.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Source.Builder>
-
mergeFrom
public Source.Builder mergeFrom(Source other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
mergeFrom
public Source.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Source.Builder>- Throws:
IOException
-
getName
public String getName()
Output only. The full name of the source.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNamein interfaceSourceOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. The full name of the source.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNameBytesin interfaceSourceOrBuilder- Returns:
- The bytes for name.
-
setName
public Source.Builder setName(String value)
Output only. The full name of the source.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public Source.Builder clearName()
Output only. The full name of the source.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setNameBytes
public Source.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. The full name of the source.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasCreateTime
public boolean hasCreateTime()
Output only. The timestamp when the source was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasCreateTimein interfaceSourceOrBuilder- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Output only. The timestamp when the source was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCreateTimein interfaceSourceOrBuilder- Returns:
- The createTime.
-
setCreateTime
public Source.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. The timestamp when the source was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setCreateTime
public Source.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The timestamp when the source was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeCreateTime
public Source.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. The timestamp when the source was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearCreateTime
public Source.Builder clearCreateTime()
Output only. The timestamp when the source was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. The timestamp when the source was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The timestamp when the source was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCreateTimeOrBuilderin interfaceSourceOrBuilder
-
hasUpdateTime
public boolean hasUpdateTime()
Output only. The timestamp when the source was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasUpdateTimein interfaceSourceOrBuilder- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
public com.google.protobuf.Timestamp getUpdateTime()
Output only. The timestamp when the source was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUpdateTimein interfaceSourceOrBuilder- Returns:
- The updateTime.
-
setUpdateTime
public Source.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. The timestamp when the source was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setUpdateTime
public Source.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The timestamp when the source was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeUpdateTime
public Source.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. The timestamp when the source was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearUpdateTime
public Source.Builder clearUpdateTime()
Output only. The timestamp when the source was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getUpdateTimeBuilder
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. The timestamp when the source was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getUpdateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The timestamp when the source was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getUpdateTimeOrBuilderin interfaceSourceOrBuilder
-
getDisplayName
public String getDisplayName()
User-friendly display name.
string display_name = 4;- Specified by:
getDisplayNamein interfaceSourceOrBuilder- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
User-friendly display name.
string display_name = 4;- Specified by:
getDisplayNameBytesin interfaceSourceOrBuilder- Returns:
- The bytes for displayName.
-
setDisplayName
public Source.Builder setDisplayName(String value)
User-friendly display name.
string display_name = 4;- Parameters:
value- The displayName to set.- Returns:
- This builder for chaining.
-
clearDisplayName
public Source.Builder clearDisplayName()
User-friendly display name.
string display_name = 4;- Returns:
- This builder for chaining.
-
setDisplayNameBytes
public Source.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
User-friendly display name.
string display_name = 4;- Parameters:
value- The bytes for displayName to set.- Returns:
- This builder for chaining.
-
getDescription
public String getDescription()
Free-text description.
string description = 5;- Specified by:
getDescriptionin interfaceSourceOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
Free-text description.
string description = 5;- Specified by:
getDescriptionBytesin interfaceSourceOrBuilder- Returns:
- The bytes for description.
-
setDescription
public Source.Builder setDescription(String value)
Free-text description.
string description = 5;- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
public Source.Builder clearDescription()
Free-text description.
string description = 5;- Returns:
- This builder for chaining.
-
setDescriptionBytes
public Source.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
Free-text description.
string description = 5;- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getTypeValue
public int getTypeValue()
Data source type.
.google.cloud.migrationcenter.v1.Source.SourceType type = 6;- Specified by:
getTypeValuein interfaceSourceOrBuilder- Returns:
- The enum numeric value on the wire for type.
-
setTypeValue
public Source.Builder setTypeValue(int value)
Data source type.
.google.cloud.migrationcenter.v1.Source.SourceType type = 6;- Parameters:
value- The enum numeric value on the wire for type to set.- Returns:
- This builder for chaining.
-
getType
public Source.SourceType getType()
Data source type.
.google.cloud.migrationcenter.v1.Source.SourceType type = 6;- Specified by:
getTypein interfaceSourceOrBuilder- Returns:
- The type.
-
setType
public Source.Builder setType(Source.SourceType value)
Data source type.
.google.cloud.migrationcenter.v1.Source.SourceType type = 6;- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
public Source.Builder clearType()
Data source type.
.google.cloud.migrationcenter.v1.Source.SourceType type = 6;- Returns:
- This builder for chaining.
-
getPriority
public int getPriority()
The information confidence of the source. The higher the value, the higher the confidence.
int32 priority = 7;- Specified by:
getPriorityin interfaceSourceOrBuilder- Returns:
- The priority.
-
setPriority
public Source.Builder setPriority(int value)
The information confidence of the source. The higher the value, the higher the confidence.
int32 priority = 7;- Parameters:
value- The priority to set.- Returns:
- This builder for chaining.
-
clearPriority
public Source.Builder clearPriority()
The information confidence of the source. The higher the value, the higher the confidence.
int32 priority = 7;- Returns:
- This builder for chaining.
-
getManaged
public boolean getManaged()
If `true`, the source is managed by other service(s).
bool managed = 8;- Specified by:
getManagedin interfaceSourceOrBuilder- Returns:
- The managed.
-
setManaged
public Source.Builder setManaged(boolean value)
If `true`, the source is managed by other service(s).
bool managed = 8;- Parameters:
value- The managed to set.- Returns:
- This builder for chaining.
-
clearManaged
public Source.Builder clearManaged()
If `true`, the source is managed by other service(s).
bool managed = 8;- Returns:
- This builder for chaining.
-
getPendingFrameCount
public int getPendingFrameCount()
Output only. Number of frames that are still being processed.
int32 pending_frame_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getPendingFrameCountin interfaceSourceOrBuilder- Returns:
- The pendingFrameCount.
-
setPendingFrameCount
public Source.Builder setPendingFrameCount(int value)
Output only. Number of frames that are still being processed.
int32 pending_frame_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The pendingFrameCount to set.- Returns:
- This builder for chaining.
-
clearPendingFrameCount
public Source.Builder clearPendingFrameCount()
Output only. Number of frames that are still being processed.
int32 pending_frame_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
getErrorFrameCount
public int getErrorFrameCount()
Output only. The number of frames that were reported by the source and contained errors.
int32 error_frame_count = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getErrorFrameCountin interfaceSourceOrBuilder- Returns:
- The errorFrameCount.
-
setErrorFrameCount
public Source.Builder setErrorFrameCount(int value)
Output only. The number of frames that were reported by the source and contained errors.
int32 error_frame_count = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The errorFrameCount to set.- Returns:
- This builder for chaining.
-
clearErrorFrameCount
public Source.Builder clearErrorFrameCount()
Output only. The number of frames that were reported by the source and contained errors.
int32 error_frame_count = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
getStateValue
public int getStateValue()
Output only. The state of the source.
.google.cloud.migrationcenter.v1.Source.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStateValuein interfaceSourceOrBuilder- Returns:
- The enum numeric value on the wire for state.
-
setStateValue
public Source.Builder setStateValue(int value)
Output only. The state of the source.
.google.cloud.migrationcenter.v1.Source.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The enum numeric value on the wire for state to set.- Returns:
- This builder for chaining.
-
getState
public Source.State getState()
Output only. The state of the source.
.google.cloud.migrationcenter.v1.Source.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStatein interfaceSourceOrBuilder- Returns:
- The state.
-
setState
public Source.Builder setState(Source.State value)
Output only. The state of the source.
.google.cloud.migrationcenter.v1.Source.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The state to set.- Returns:
- This builder for chaining.
-
clearState
public Source.Builder clearState()
Output only. The state of the source.
.google.cloud.migrationcenter.v1.Source.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setUnknownFields
public final Source.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
mergeUnknownFields
public final Source.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Source.Builder>
-
-