Class FeatureViewSync.Builder (3.42.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FeatureViewSync.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FeatureViewSync.Builder
Overrides

build()

public FeatureViewSync build()
Returns
TypeDescription
FeatureViewSync

buildPartial()

public FeatureViewSync buildPartial()
Returns
TypeDescription
FeatureViewSync

clear()

public FeatureViewSync.Builder clear()
Returns
TypeDescription
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
TypeDescription
FeatureViewSync.Builder

clearField(Descriptors.FieldDescriptor field)

public FeatureViewSync.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
FeatureViewSync.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public FeatureViewSync.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
FeatureViewSync.Builder

clone()

public FeatureViewSync.Builder clone()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public FeatureViewSync getDefaultInstanceForType()
Returns
TypeDescription
FeatureViewSync

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the syncSummary field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
FeatureViewSync.Builder

mergeFrom(FeatureViewSync other)

public FeatureViewSync.Builder mergeFrom(FeatureViewSync other)
Parameter
NameDescription
otherFeatureViewSync
Returns
TypeDescription
FeatureViewSync.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FeatureViewSync.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewSync.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public FeatureViewSync.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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
NameDescription
valuecom.google.type.Interval
Returns
TypeDescription
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
NameDescription
valueFeatureViewSync.SyncSummary
Returns
TypeDescription
FeatureViewSync.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FeatureViewSync.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
FeatureViewSync.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public FeatureViewSync.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
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
NameDescription
builderForValuecom.google.rpc.Status.Builder
Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valuecom.google.type.Interval
Returns
TypeDescription
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
NameDescription
builderForValuecom.google.type.Interval.Builder
Returns
TypeDescription
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
NameDescription
valueFeatureViewSync.SyncSummary
Returns
TypeDescription
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
NameDescription
builderForValueFeatureViewSync.SyncSummary.Builder
Returns
TypeDescription
FeatureViewSync.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final FeatureViewSync.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FeatureViewSync.Builder
Overrides