Class FeatureViewSync (3.44.0)

public final class FeatureViewSync extends GeneratedMessageV3 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 Fields

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

FINAL_STATUS_FIELD_NUMBER

public static final int FINAL_STATUS_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

RUN_TIME_FIELD_NUMBER

public static final int RUN_TIME_FIELD_NUMBER
Field Value
Type Description
int

SYNC_SUMMARY_FIELD_NUMBER

public static final int SYNC_SUMMARY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FeatureViewSync getDefaultInstance()
Returns
Type Description
FeatureViewSync

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static FeatureViewSync.Builder newBuilder()
Returns
Type Description
FeatureViewSync.Builder

newBuilder(FeatureViewSync prototype)

public static FeatureViewSync.Builder newBuilder(FeatureViewSync prototype)
Parameter
Name Description
prototype FeatureViewSync
Returns
Type Description
FeatureViewSync.Builder

parseDelimitedFrom(InputStream input)

public static FeatureViewSync parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FeatureViewSync
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureViewSync parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureViewSync
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FeatureViewSync parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FeatureViewSync
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FeatureViewSync parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureViewSync
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FeatureViewSync parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FeatureViewSync
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FeatureViewSync parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureViewSync
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FeatureViewSync parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FeatureViewSync
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureViewSync parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureViewSync
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FeatureViewSync parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FeatureViewSync
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureViewSync parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureViewSync
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FeatureViewSync parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FeatureViewSync
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FeatureViewSync parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureViewSync
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FeatureViewSync> parser()
Returns
Type Description
Parser<FeatureViewSync>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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.

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

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.

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.

getParserForType()

public Parser<FeatureViewSync> getParserForType()
Returns
Type Description
Parser<FeatureViewSync>
Overrides

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.

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FeatureViewSync.Builder newBuilderForType()
Returns
Type Description
FeatureViewSync.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FeatureViewSync.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FeatureViewSync.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public FeatureViewSync.Builder toBuilder()
Returns
Type Description
FeatureViewSync.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException