Class FeatureViewSync.Builder (3.44.0)

public static final class FeatureViewSync.Builder extends GeneratedMessageV3.Builder<FeatureViewSync.Builder> implements FeatureViewSyncOrBuilder

FeatureViewSync is a representation of sync operation which copies data from data source to Feature View in Online Store.

Protobuf type google.cloud.aiplatform.v1.FeatureViewSync

Static 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
Overrides

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
Overrides

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
Overrides

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
Overrides

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

clearSyncSummary()

public FeatureViewSync.Builder clearSyncSummary()

Output only. Summary of the sync job.

.google.cloud.aiplatform.v1.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
Overrides

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
Overrides

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

getSyncSummary()

public FeatureViewSync.SyncSummary getSyncSummary()

Output only. Summary of the sync job.

.google.cloud.aiplatform.v1.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.v1.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.v1.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.v1.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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public FeatureViewSync.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FeatureViewSync.Builder
Overrides

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.v1.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
Overrides

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
Overrides

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 String

The 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 ByteString

The 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
Overrides

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

setSyncSummary(FeatureViewSync.SyncSummary value)

public FeatureViewSync.Builder setSyncSummary(FeatureViewSync.SyncSummary value)

Output only. Summary of the sync job.

.google.cloud.aiplatform.v1.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.v1.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
Overrides