Class FeatureView.SyncConfig (3.77.0)
public static final class FeatureView.SyncConfig extends GeneratedMessageV3 implements FeatureView.SyncConfigOrBuilder
Configuration for Sync. Only one option is set.
Protobuf type google.cloud.aiplatform.v1.FeatureView.SyncConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CONTINUOUS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int CRON_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static FeatureView.SyncConfig getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static FeatureView.SyncConfig.Builder newBuilder()
public static FeatureView.SyncConfig.Builder newBuilder(FeatureView.SyncConfig prototype)
public static FeatureView.SyncConfig parseDelimitedFrom(InputStream input)
public static FeatureView.SyncConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FeatureView.SyncConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static FeatureView.SyncConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FeatureView.SyncConfig parseFrom(ByteString data)
public static FeatureView.SyncConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FeatureView.SyncConfig parseFrom(CodedInputStream input)
public static FeatureView.SyncConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FeatureView.SyncConfig parseFrom(InputStream input)
public static FeatureView.SyncConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FeatureView.SyncConfig parseFrom(ByteBuffer data)
public static FeatureView.SyncConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<FeatureView.SyncConfig> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public boolean getContinuous()
Optional. If true, syncs the FeatureView in a continuous manner to Online
Store.
bool continuous = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The continuous.
|
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs. To explicitly set a timezone to the cron tab, apply a prefix in
the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}".
The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone
database. For example, "CRON_TZ=America/New_York 1 * * * *", or
"TZ=America/New_York 1 * * * *".
string cron = 1;
Returns |
Type |
Description |
String |
The cron.
|
public ByteString getCronBytes()
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs. To explicitly set a timezone to the cron tab, apply a prefix in
the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}".
The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone
database. For example, "CRON_TZ=America/New_York 1 * * * *", or
"TZ=America/New_York 1 * * * *".
string cron = 1;
Returns |
Type |
Description |
ByteString |
The bytes for cron.
|
public FeatureView.SyncConfig getDefaultInstanceForType()
public Parser<FeatureView.SyncConfig> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FeatureView.SyncConfig.Builder newBuilderForType()
protected FeatureView.SyncConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public FeatureView.SyncConfig.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]