Class ExportFeatureValuesRequest.SnapshotExport.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
- com.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.SnapshotExport.Builder
-
- All Implemented Interfaces:
ExportFeatureValuesRequest.SnapshotExportOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ExportFeatureValuesRequest.SnapshotExport
public static final class ExportFeatureValuesRequest.SnapshotExport.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder> implements ExportFeatureValuesRequest.SnapshotExportOrBuilder
Describes exporting the latest Feature values of all entities of the EntityType between [start_time, snapshot_time].
Protobuf typegoogle.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.SnapshotExport
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportFeatureValuesRequest.SnapshotExport.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ExportFeatureValuesRequest.SnapshotExport
build()
ExportFeatureValuesRequest.SnapshotExport
buildPartial()
ExportFeatureValuesRequest.SnapshotExport.Builder
clear()
ExportFeatureValuesRequest.SnapshotExport.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ExportFeatureValuesRequest.SnapshotExport.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ExportFeatureValuesRequest.SnapshotExport.Builder
clearSnapshotTime()
Exports Feature values as of this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder
clearStartTime()
Excludes Feature values with feature generation timestamp before this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder
clone()
ExportFeatureValuesRequest.SnapshotExport
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.Timestamp
getSnapshotTime()
Exports Feature values as of this timestamp.com.google.protobuf.Timestamp.Builder
getSnapshotTimeBuilder()
Exports Feature values as of this timestamp.com.google.protobuf.TimestampOrBuilder
getSnapshotTimeOrBuilder()
Exports Feature values as of this timestamp.com.google.protobuf.Timestamp
getStartTime()
Excludes Feature values with feature generation timestamp before this timestamp.com.google.protobuf.Timestamp.Builder
getStartTimeBuilder()
Excludes Feature values with feature generation timestamp before this timestamp.com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
Excludes Feature values with feature generation timestamp before this timestamp.boolean
hasSnapshotTime()
Exports Feature values as of this timestamp.boolean
hasStartTime()
Excludes Feature values with feature generation timestamp before this timestamp.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ExportFeatureValuesRequest.SnapshotExport.Builder
mergeFrom(ExportFeatureValuesRequest.SnapshotExport other)
ExportFeatureValuesRequest.SnapshotExport.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ExportFeatureValuesRequest.SnapshotExport.Builder
mergeFrom(com.google.protobuf.Message other)
ExportFeatureValuesRequest.SnapshotExport.Builder
mergeSnapshotTime(com.google.protobuf.Timestamp value)
Exports Feature values as of this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder
mergeStartTime(com.google.protobuf.Timestamp value)
Excludes Feature values with feature generation timestamp before this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ExportFeatureValuesRequest.SnapshotExport.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ExportFeatureValuesRequest.SnapshotExport.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ExportFeatureValuesRequest.SnapshotExport.Builder
setSnapshotTime(com.google.protobuf.Timestamp value)
Exports Feature values as of this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder
setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForValue)
Exports Feature values as of this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder
setStartTime(com.google.protobuf.Timestamp value)
Excludes Feature values with feature generation timestamp before this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder
setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
Excludes Feature values with feature generation timestamp before this timestamp.ExportFeatureValuesRequest.SnapshotExport.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
clear
public ExportFeatureValuesRequest.SnapshotExport.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
getDefaultInstanceForType
public ExportFeatureValuesRequest.SnapshotExport getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ExportFeatureValuesRequest.SnapshotExport build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ExportFeatureValuesRequest.SnapshotExport buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ExportFeatureValuesRequest.SnapshotExport.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
setField
public ExportFeatureValuesRequest.SnapshotExport.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
clearField
public ExportFeatureValuesRequest.SnapshotExport.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
clearOneof
public ExportFeatureValuesRequest.SnapshotExport.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
setRepeatedField
public ExportFeatureValuesRequest.SnapshotExport.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
addRepeatedField
public ExportFeatureValuesRequest.SnapshotExport.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
mergeFrom
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
mergeFrom
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(ExportFeatureValuesRequest.SnapshotExport other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
mergeFrom
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
- Throws:
IOException
-
hasSnapshotTime
public boolean hasSnapshotTime()
Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
- Specified by:
hasSnapshotTime
in interfaceExportFeatureValuesRequest.SnapshotExportOrBuilder
- Returns:
- Whether the snapshotTime field is set.
-
getSnapshotTime
public com.google.protobuf.Timestamp getSnapshotTime()
Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
- Specified by:
getSnapshotTime
in interfaceExportFeatureValuesRequest.SnapshotExportOrBuilder
- Returns:
- The snapshotTime.
-
setSnapshotTime
public ExportFeatureValuesRequest.SnapshotExport.Builder setSnapshotTime(com.google.protobuf.Timestamp value)
Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
-
setSnapshotTime
public ExportFeatureValuesRequest.SnapshotExport.Builder setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForValue)
Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
-
mergeSnapshotTime
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeSnapshotTime(com.google.protobuf.Timestamp value)
Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
-
clearSnapshotTime
public ExportFeatureValuesRequest.SnapshotExport.Builder clearSnapshotTime()
Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
-
getSnapshotTimeBuilder
public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder()
Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
-
getSnapshotTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder()
Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp snapshot_time = 1;
- Specified by:
getSnapshotTimeOrBuilder
in interfaceExportFeatureValuesRequest.SnapshotExportOrBuilder
-
hasStartTime
public boolean hasStartTime()
Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
- Specified by:
hasStartTime
in interfaceExportFeatureValuesRequest.SnapshotExportOrBuilder
- Returns:
- Whether the startTime field is set.
-
getStartTime
public com.google.protobuf.Timestamp getStartTime()
Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
- Specified by:
getStartTime
in interfaceExportFeatureValuesRequest.SnapshotExportOrBuilder
- Returns:
- The startTime.
-
setStartTime
public ExportFeatureValuesRequest.SnapshotExport.Builder setStartTime(com.google.protobuf.Timestamp value)
Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
-
setStartTime
public ExportFeatureValuesRequest.SnapshotExport.Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
-
mergeStartTime
public ExportFeatureValuesRequest.SnapshotExport.Builder mergeStartTime(com.google.protobuf.Timestamp value)
Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
-
clearStartTime
public ExportFeatureValuesRequest.SnapshotExport.Builder clearStartTime()
Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
-
getStartTimeBuilder
public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
-
getStartTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.
.google.protobuf.Timestamp start_time = 2;
- Specified by:
getStartTimeOrBuilder
in interfaceExportFeatureValuesRequest.SnapshotExportOrBuilder
-
setUnknownFields
public final ExportFeatureValuesRequest.SnapshotExport.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
mergeUnknownFields
public final ExportFeatureValuesRequest.SnapshotExport.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExportFeatureValuesRequest.SnapshotExport.Builder>
-
-