- 3.77.0 (latest)
- 3.76.0
- 3.75.0
- 3.74.0
- 3.73.0
- 3.71.0
- 3.69.0
- 3.68.0
- 3.65.0
- 3.64.0
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class FeatureViewSync.Builder extends GeneratedMessageV3.Builder<FeatureViewSync.Builder> implements FeatureViewSyncOrBuilderFeatureViewSync is a representation of sync operation which copies data from data source to Feature View in Online Store.
 Protobuf type google.cloud.aiplatform.v1beta1.FeatureViewSync
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > FeatureViewSync.BuilderImplements
FeatureViewSyncOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FeatureViewSync.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
build()
public FeatureViewSync build()| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync | |
buildPartial()
public FeatureViewSync buildPartial()| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync | |
clear()
public FeatureViewSync.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
clearCreateTime()
public FeatureViewSync.Builder clearCreateTime()Output only. Time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
clearField(Descriptors.FieldDescriptor field)
public FeatureViewSync.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
clearFinalStatus()
public FeatureViewSync.Builder clearFinalStatus()Output only. Final status of the FeatureViewSync.
 .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
clearName()
public FeatureViewSync.Builder clearName() Identifier. Name of the FeatureViewSync. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public FeatureViewSync.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
clearRunTime()
public FeatureViewSync.Builder clearRunTime()Output only. Time when this FeatureViewSync is finished.
 .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
clearSatisfiesPzi()
public FeatureViewSync.Builder clearSatisfiesPzi()Output only. Reserved for future use.
 bool satisfies_pzi = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | This builder for chaining. | 
clearSatisfiesPzs()
public FeatureViewSync.Builder clearSatisfiesPzs()Output only. Reserved for future use.
 bool satisfies_pzs = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | This builder for chaining. | 
clearSyncSummary()
public FeatureViewSync.Builder clearSyncSummary()Output only. Summary of the sync job.
 
 .google.cloud.aiplatform.v1beta1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
clone()
public FeatureViewSync.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
getCreateTime()
public Timestamp getCreateTime()Output only. Time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. Time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. Time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getDefaultInstanceForType()
public FeatureViewSync getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getFinalStatus()
public Status getFinalStatus()Output only. Final status of the FeatureViewSync.
 .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| com.google.rpc.Status | The finalStatus. | 
getFinalStatusBuilder()
public Status.Builder getFinalStatusBuilder()Output only. Final status of the FeatureViewSync.
 .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| com.google.rpc.Status.Builder | |
getFinalStatusOrBuilder()
public StatusOrBuilder getFinalStatusOrBuilder()Output only. Final status of the FeatureViewSync.
 .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| com.google.rpc.StatusOrBuilder | |
getName()
public String getName() Identifier. Name of the FeatureViewSync. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes() Identifier. Name of the FeatureViewSync. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getRunTime()
public Interval getRunTime()Output only. Time when this FeatureViewSync is finished.
 .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| com.google.type.Interval | The runTime. | 
getRunTimeBuilder()
public Interval.Builder getRunTimeBuilder()Output only. Time when this FeatureViewSync is finished.
 .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| com.google.type.Interval.Builder | |
getRunTimeOrBuilder()
public IntervalOrBuilder getRunTimeOrBuilder()Output only. Time when this FeatureViewSync is finished.
 .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| com.google.type.IntervalOrBuilder | |
getSatisfiesPzi()
public boolean getSatisfiesPzi()Output only. Reserved for future use.
 bool satisfies_pzi = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| boolean | The satisfiesPzi. | 
getSatisfiesPzs()
public boolean getSatisfiesPzs()Output only. Reserved for future use.
 bool satisfies_pzs = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| boolean | The satisfiesPzs. | 
getSyncSummary()
public FeatureViewSync.SyncSummary getSyncSummary()Output only. Summary of the sync job.
 
 .google.cloud.aiplatform.v1beta1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.SyncSummary | The syncSummary. | 
getSyncSummaryBuilder()
public FeatureViewSync.SyncSummary.Builder getSyncSummaryBuilder()Output only. Summary of the sync job.
 
 .google.cloud.aiplatform.v1beta1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.SyncSummary.Builder | |
getSyncSummaryOrBuilder()
public FeatureViewSync.SyncSummaryOrBuilder getSyncSummaryOrBuilder()Output only. Summary of the sync job.
 
 .google.cloud.aiplatform.v1beta1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.SyncSummaryOrBuilder | |
hasCreateTime()
public boolean hasCreateTime()Output only. Time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasFinalStatus()
public boolean hasFinalStatus()Output only. Final status of the FeatureViewSync.
 .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the finalStatus field is set. | 
hasRunTime()
public boolean hasRunTime()Output only. Time when this FeatureViewSync is finished.
 .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the runTime field is set. | 
hasSyncSummary()
public boolean hasSyncSummary()Output only. Summary of the sync job.
 
 .google.cloud.aiplatform.v1beta1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the syncSummary field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeCreateTime(Timestamp value)
public FeatureViewSync.Builder mergeCreateTime(Timestamp value)Output only. Time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
mergeFinalStatus(Status value)
public FeatureViewSync.Builder mergeFinalStatus(Status value)Output only. Final status of the FeatureViewSync.
 .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | com.google.rpc.Status | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
mergeFrom(FeatureViewSync other)
public FeatureViewSync.Builder mergeFrom(FeatureViewSync other)| Parameter | |
|---|---|
| Name | Description | 
| other | FeatureViewSync | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FeatureViewSync.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public FeatureViewSync.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
mergeRunTime(Interval value)
public FeatureViewSync.Builder mergeRunTime(Interval value)Output only. Time when this FeatureViewSync is finished.
 .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | com.google.type.Interval | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
mergeSyncSummary(FeatureViewSync.SyncSummary value)
public FeatureViewSync.Builder mergeSyncSummary(FeatureViewSync.SyncSummary value)Output only. Summary of the sync job.
 
 .google.cloud.aiplatform.v1beta1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | FeatureViewSync.SyncSummary | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FeatureViewSync.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
setCreateTime(Timestamp value)
public FeatureViewSync.Builder setCreateTime(Timestamp value)Output only. Time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
setCreateTime(Timestamp.Builder builderForValue)
public FeatureViewSync.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. Time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.
 
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public FeatureViewSync.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
setFinalStatus(Status value)
public FeatureViewSync.Builder setFinalStatus(Status value)Output only. Final status of the FeatureViewSync.
 .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | com.google.rpc.Status | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
setFinalStatus(Status.Builder builderForValue)
public FeatureViewSync.Builder setFinalStatus(Status.Builder builderForValue)Output only. Final status of the FeatureViewSync.
 .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | com.google.rpc.Status.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
setName(String value)
public FeatureViewSync.Builder setName(String value) Identifier. Name of the FeatureViewSync. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public FeatureViewSync.Builder setNameBytes(ByteString value) Identifier. Name of the FeatureViewSync. Format:
 projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FeatureViewSync.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
setRunTime(Interval value)
public FeatureViewSync.Builder setRunTime(Interval value)Output only. Time when this FeatureViewSync is finished.
 .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | com.google.type.Interval | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
setRunTime(Interval.Builder builderForValue)
public FeatureViewSync.Builder setRunTime(Interval.Builder builderForValue)Output only. Time when this FeatureViewSync is finished.
 .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | com.google.type.Interval.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
setSatisfiesPzi(boolean value)
public FeatureViewSync.Builder setSatisfiesPzi(boolean value)Output only. Reserved for future use.
 bool satisfies_pzi = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | booleanThe satisfiesPzi to set. | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | This builder for chaining. | 
setSatisfiesPzs(boolean value)
public FeatureViewSync.Builder setSatisfiesPzs(boolean value)Output only. Reserved for future use.
 bool satisfies_pzs = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | booleanThe satisfiesPzs to set. | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | This builder for chaining. | 
setSyncSummary(FeatureViewSync.SyncSummary value)
public FeatureViewSync.Builder setSyncSummary(FeatureViewSync.SyncSummary value)Output only. Summary of the sync job.
 
 .google.cloud.aiplatform.v1beta1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | FeatureViewSync.SyncSummary | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
setSyncSummary(FeatureViewSync.SyncSummary.Builder builderForValue)
public FeatureViewSync.Builder setSyncSummary(FeatureViewSync.SyncSummary.Builder builderForValue)Output only. Summary of the sync job.
 
 .google.cloud.aiplatform.v1beta1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | FeatureViewSync.SyncSummary.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final FeatureViewSync.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| FeatureViewSync.Builder | |