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

FINAL_STATUS_FIELD_NUMBER

public static final int FINAL_STATUS_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

RUN_TIME_FIELD_NUMBER

public static final int RUN_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

SYNC_SUMMARY_FIELD_NUMBER

public static final int SYNC_SUMMARY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FeatureViewSync getDefaultInstance()
Returns
TypeDescription
FeatureViewSync

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static FeatureViewSync.Builder newBuilder()
Returns
TypeDescription
FeatureViewSync.Builder

newBuilder(FeatureViewSync prototype)

public static FeatureViewSync.Builder newBuilder(FeatureViewSync prototype)
Parameter
NameDescription
prototypeFeatureViewSync
Returns
TypeDescription
FeatureViewSync.Builder

parseDelimitedFrom(InputStream input)

public static FeatureViewSync parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FeatureViewSync
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureViewSync parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewSync
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static FeatureViewSync parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
FeatureViewSync
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FeatureViewSync parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewSync
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FeatureViewSync parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
FeatureViewSync
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FeatureViewSync parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewSync
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FeatureViewSync parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
FeatureViewSync
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureViewSync parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewSync
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static FeatureViewSync parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FeatureViewSync
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureViewSync parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewSync
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static FeatureViewSync parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
FeatureViewSync
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FeatureViewSync parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewSync
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<FeatureViewSync> parser()
Returns
TypeDescription
Parser<FeatureViewSync>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

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

getParserForType()

public Parser<FeatureViewSync> getParserForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
com.google.type.IntervalOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
TypeDescription
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
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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public FeatureViewSync.Builder newBuilderForType()
Returns
TypeDescription
FeatureViewSync.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FeatureViewSync.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
FeatureViewSync.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public FeatureViewSync.Builder toBuilder()
Returns
TypeDescription
FeatureViewSync.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException