Class FeatureViewSync.Builder (3.84.0)

public static final class FeatureViewSync.Builder extends GeneratedMessage.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

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

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.

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.v1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

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

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.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 GeneratedMessage.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

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

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.

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 boolean

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

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